study-notes Welford’s algorithm for batch statistics updates
Created:
Computing moving statistics (e.g. mean and variance) is useful when dealing with very large datasets. Welford’s algorithm is one method for achieving this. This post derives how it works for single sample as well as batch updates.
