-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
MovingTimeWindow #210
Comments
That seems like a fair assumption. The What kind of interop are you thinking of? |
Currently we have I'm sure this code can be made faster when we know the input array is time-sorted, I just don't know if the cleanest way to implement this is by adding [1] https://juliastats.org/TimeSeries.jl/latest/split/#from-1 |
Sorry for the slow response! I'd be happy with changing Is this something you'd like to implement? I'm about to have a baby (wife is due today!), so I'll be out of commission for a bit. |
This[1] could be more efficient if the timestamps are assumed to be ordered. TimeSeries.jl enforces this. Do you think it would make sense to have some interop?
[1]
OnlineStats.jl/src/stats/stats.jl
Lines 394 to 395 in e554858
The text was updated successfully, but these errors were encountered: