Skip to content

WelfordAccumulator

Accumulator for computing the mean and variance of a sequence of numbers using the Welford algorithm (streaming data).

Constructor

__init__(self)

Initializes the accumulators for the Welford algorithm.