welford-online-algorithm
There are 3 repositories under welford-online-algorithm topic.
axiomhq/variance
Go implementation of variance's method for one-pass variance computation with D. H. D. West improved methods which features merging of several multiple sets of statistics and adding weighted values.
dizcza/OnlineMean
Welford's online algorithm for the population mean and variance estimation
CyrilJl/BatchStats
Python package for efficient, online statistical computations on streaming or large-scale data