-
Notifications
You must be signed in to change notification settings - Fork 36
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
integrate zonal with OnlineStats #818
Comments
This would enable e.g |
But also the ability to do running means, etc. Not sure if this is a great idea, but thought I'd put it up for discussion. |
You might want to look at the integration of online stats into YAXArrays. There it is not used for zonal, but for table aggregation. |
Would be cool to integrate diskarrays chunks, is that what you mean? |
More that we could do
Not sure which is more valuable / sensible. But it would potentially allow us to be completely lazy and avoid materializing anything. Maybe that's the way to go... |
https://github.com/joshday/OnlineStats.jl
deepcopy
works on any online stat, so we can deepcopy the passed in stats and thenfit!
into them as part of the zonal. This can be in a package extension.Interest?
The text was updated successfully, but these errors were encountered: