Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Standard Deviation #8

Merged
merged 3 commits into from
Oct 18, 2013
Merged

Standard Deviation #8

merged 3 commits into from
Oct 18, 2013

Conversation

mankoff
Copy link
Contributor

@mankoff mankoff commented Jun 16, 2013

This pull request implements a new variable - standard deviation of a grid cell is returned, optionally, if --std is set. Currently only implemented in-core, since the current implementation doesn't parallelize well.

The standard deviation is calculated using a numerically stable Welford algorithm provided here: https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Online_algorithm

Note that the standard deviation implementation provided here is prone to the same bugs that the mean, min, and max are all exhibiting at this point in time and described initially and partially in #5, #6, and #7

hobu added a commit that referenced this pull request Oct 18, 2013
@hobu hobu merged commit c790eec into CRREL:master Oct 18, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants