@stdlib/stats-base-smeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Calculate the median value of a sorted single-precision floating-point strided array.
Compute a harmonic mean incrementally.
Compute the mean arctangent absolute percentage error (MAAPE) incrementally.
Compute the mean absolute error (MAE) incrementally.
Compute the mean absolute percentage error (MAPE) incrementally.
Compute the mean directional accuracy (MDA) incrementally.
Compute the mean error (ME) incrementally.
Compute an arithmetic mean incrementally.
Compute an arithmetic mean of absolute values incrementally.
Compute an arithmetic mean of squared absolute values incrementally.
Compute an arithmetic mean and corrected sample standard deviation incrementally.
Compute an arithmetic mean and unbiased sample variance incrementally.
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.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.