@stdlib/stats-incr-mmin
Compute a moving minimum incrementally.
Compute a moving minimum incrementally.
Compute a moving minimum absolute value incrementally.
Compute a moving minimum and maximum incrementally.
Compute moving minimum and maximum absolute values incrementally.
Compute the root mean squared error (RMSE) incrementally.
Compute the residual sum of squares (RSS) incrementally.
Compute a corrected sample skewness incrementally.
Compute a corrected sample standard deviation incrementally.
Compute a moving corrected sample standard deviation incrementally.
Compute a moving sum incrementally.
Compute a moving sum of absolute values incrementally.
Compute a moving sum of squared absolute values incrementally.
Compute a moving mean percentage error (MPE) incrementally.
Compute the mean squared error (MSE) incrementally.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.