Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: TimeArrays support #22

Open
StepanSushko opened this issue Apr 5, 2022 · 3 comments
Open

Feature request: TimeArrays support #22

StepanSushko opened this issue Apr 5, 2022 · 3 comments

Comments

@StepanSushko
Copy link

It would be nnatural to run rolling functions on (multidimensional) time-series (TimeArrays in Julia) and get TimeArray back. Thanks in advance.

@JeffreySarnoff
Copy link
Owner

At present, this package expects Vectors and not higher dimensional arrays. How would you want to roll over a multidimensional time series?

@StepanSushko
Copy link
Author

Sorry, for the late answer! I would implement for single column (dimension) TimeArray first, then I would add vectorization with ".", where each rolling function is applied to each column separately, and then summed into a TimeArray . Something like that.

@kpa28-git
Copy link

@StepanSushko I'm developing a fork of RollingFunctions you could check out: https://github.com/kevindirect/MapSlide.jl
It supports operating on AbstractArray, not just vectors. It's still a WIP and there may be things that need to be improved, feedback or suggestions would be welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants