@stdlib/stats-base-snanmeanors
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 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 a sum of squared absolute values incrementally, ignoring NaN values.
Compute a sample Pearson product-moment correlation coefficient.
Compute a squared sample Pearson product-moment correlation coefficient.
Compute a sample Pearson product-moment correlation distance.
Compute a sample Pearson product-moment correlation distance matrix incrementally.
Compute a sample Pearson product-moment correlation matrix incrementally.
Compute a product incrementally.
Compute a range incrementally.
Compute the mean percentage error (MPE) incrementally.
Compute a moving product incrementally.
Compute a moving range incrementally.
Compute a moving root mean squared error (RMSE) incrementally.
Compute a moving residual sum of squares (RSS) incrementally.
Compute a moving mean squared error (MSE) incrementally.
Compute a moving sample Pearson product-moment correlation coefficient incrementally.
Compute a moving squared sample Pearson product-moment correlation coefficient incrementally.
Compute a moving sample Pearson product-moment correlation distance incrementally.
Compute a moving statistical summary incrementally.