welford 0.1.0

Online algorithm for mean and variance, with support for uneven weights.
Documentation
1
2
3
4
5
6
7
8
9
10
# welford

Online algorithm for mean and variance, with support for uneven weights.

See
[algorithms for calculating variance](https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance).

## Related projects

-   [`rolling-stats`]https://crates.io/crates/rolling-stats