[Welford's algorithm](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Online_algorithm) computes the mean and variance in a way that pays attention to stability while using less memory overhead than the current numpy implementation of variance or standard deviation. See http://stackoverflow.com/questions/32135572, https://github.com/numpy/numpy/issues/1696, https://github.com/numpy/numpy/pull/3685.