# 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)