@stdlib/stats-base-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Compute the mean percentage error (MPE) incrementally.
Compute a moving arithmetic mean incrementally.
Compute a moving arithmetic mean of absolute values incrementally.
Compute a moving arithmetic mean of squared absolute values incrementally.
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
Compute a moving arithmetic mean and unbiased sample variance incrementally.
Compute a moving mean percentage error (MPE) incrementally.
Pure functional AsyncIterable traversal
Pure functional AsyncIterator traversal
Pure functional Iterator traversal
The library calculates weighted mean.