-
Notifications
You must be signed in to change notification settings - Fork 128
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
Extend Expressions: Stats funcs #4368
base: master
Are you sure you want to change the base?
Conversation
msan run timed out. I'm refreshing this to the latest master so it can be merged. But am I misremembering, weren't derived variables turned off by default in the 2.10 release because they're not an advertised feature yet? If so, then does this need to be backported to the 2.10.2 release branch? Or did I miss that someone is asking for this? |
This is still work in progress, I'll look at it this week but I think it still needs to add MPI support. I don't think we need to back port, we can just add it in the 2.11 release. |
OK, I've taken the backport label off of it so that it doesn't stand in the way of the 2.10.2 release. |
These values should be written as LocalValue variable, so the reader will auto-create a 1D global array of those values. |
Includes basic statistics functions such as min, max, sum, mean, variance, standard deviation.
These functions return a single value