Pudu programming language
Menu
API reference

Std.Stats.Running

1 declaration

type

Running

A single-pass accumulator: count, mean, sum of squared differences from the mean, and extremes. Holds constant state for any input length.

Back to Std.StatsSearch related declarations