RunningStatistics

RunningStatistics(**fields)

Streaming summary statistics accumulator.

Mirrors the C# RunningStatistics class (Welford’s algorithm). Carries n, minimum, maximum, mean, variance, sd, cv, skewness, kurtosis, and the four raw moments m1 to m4 as plain attributes – no C++ state, so an instance serializes with :mod:pickle.