-
-
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
reset or clear a stats #203
Comments
I've thought about having |
Just adding my voice to the choir: it would be pretty nice to have |
+1 for this. I'd like to use OnlineStats with Distributed.jl by having local stat objects on each processor, and then periodically |
If anyone wants to knock out a few methods, PRs welcome. |
Say I create a vector of
Mean
s. After using that structure, if I want to use it again, I'd need to reset its values first. Right now I need to recreate that structure again. This might be useful only in cases where the structure is really complicated/large.The text was updated successfully, but these errors were encountered: