Skip to main content

Module welford

Module welford 

Source
Expand description

Mergeable Welford state for population standard deviation.

Input samples and intermediate states must contain only finite values.

Structsยง

WelfordAccumulator
Accumulates and merges versioned Welford states.
WelfordState ๐Ÿ”’

Constantsยง

ENCODED_LEN ๐Ÿ”’
MAGIC ๐Ÿ”’
STDDEV_POP_MERGE_NAME
STDDEV_POP_STATE_NAME

Functionsยง

checked_weighted_square ๐Ÿ”’
decode_f64 ๐Ÿ”’
decode_u64 ๐Ÿ”’
invalid_state ๐Ÿ”’
non_finite_arithmetic ๐Ÿ”’
non_finite_input ๐Ÿ”’