@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.
Calculate the mid-range of a single-precision floating-point strided array.
Calculate the minimum value of a single-precision floating-point strided array.
Calculate the minimum absolute value of a single-precision floating-point strided array.
Calculate the minimum value of a sorted single-precision floating-point strided array.
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
Calculate the range of a single-precision floating-point strided array according to a mask.
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
Compute a harmonic mean incrementally.
Compute a corrected sample excess kurtosis incrementally.
Compute the mean arctangent absolute percentage error (MAAPE) incrementally.
Compute the mean absolute error (MAE) incrementally.
Compute a moving sample absolute Pearson product-moment correlation coefficient incrementally.
Compute the mean absolute percentage error (MAPE) incrementally.
Compute a maximum value incrementally.