-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
stdev()'s standard deviation calculation is not correct #986
Comments
i was trying to rewrite this algorithm and tune it, but then i wondered: |
We've had conversations around numpy in the past but rejected the idea due to the dependencies. |
I wouldn't call it a consensus, but... The last in depth conversation WRT inclusion of numpy seemed to conclude with wanting to modularize the rendering functions first and then it would be easy to provide numpy based functions for systems where the dependency isn't a problem. FWIW numpy is much faster than the inbuilt pure-python solutions for several of the core functions. |
Has anyone taken a stab at the modularization? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
maybe I'm missing something, but the formula used at https://github.com/graphite-project/graphite-web/blob/master/webapp/graphite/render/functions.py#L2054 seems incorrect
here's a simple test program to verify:
output:
The text was updated successfully, but these errors were encountered: