@stdlib/stats-incr-maape
Compute the mean arctangent absolute percentage error (MAAPE) incrementally.
@stdlib/stats-incr-mmaape
Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.
@stdlib/blas-ext-base-sasumpw
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
@stdlib/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
@stdlib/math-base-utils-absolute-difference
Compute the absolute difference of two real numbers.
@stdlib/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
@stdlib/stats-incr-mmaxabs
Compute a moving maximum absolute value incrementally.
@stdlib/stats-incr-minmaxabs
Compute minimum and maximum absolute values incrementally.
@stdlib/stats-incr-meanabs2
Compute an arithmetic mean of squared absolute values incrementally.
@stdlib/stats-incr-mapcorr
Compute a moving sample absolute Pearson product-moment correlation coefficient incrementally.
@stdlib/stats-incr-apcorr
Compute a sample absolute Pearson product-moment correlation coefficient.
@stdlib/stats-incr-mmae
Compute a moving mean absolute error (MAE) incrementally.
@stdlib/stats-incr-mminmaxabs
Compute moving minimum and maximum absolute values incrementally.
@stdlib/stats-incr-nansumabs
Compute a sum of absolute values incrementally, ignoring NaN values.
@stdlib/stats-incr-mape
Compute the mean absolute percentage error (MAPE) incrementally.
@stdlib/stats-incr-msumabs
Compute a moving sum of absolute values incrementally.
@stdlib/stats-incr-mmape
Compute a moving mean absolute percentage error (MAPE) incrementally.
@stdlib/stats-incr-mminabs
Compute a moving minimum absolute value incrementally.
@stdlib/stats-incr-sumabs2
Compute a sum of squared absolute values incrementally.
@stdlib/math-strided-special-abs
Compute the absolute value for each element in a strided array.
@stdlib/stats-incr-nansumabs2
Compute a sum of squared absolute values incrementally, ignoring NaN values.
@stdlib/stats-incr-msumabs2
Compute a moving sum of squared absolute values incrementally.
@stdlib/stats-base-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
@stdlib/stats-incr-meanabs
Compute an arithmetic mean of absolute values incrementally.
@stdlib/blas-ext-base-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-base-special-abs2f
Compute the squared absolute value of a single-precision floating-point number.
@stdlib/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
@stdlib/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-abs-by
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
@stdlib/stats-base-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
@stdlib/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
@stdlib/stats-base-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
@stdlib/stats-iter-mmaxabs
Create an iterator which iteratively computes a moving maximum absolute value.
@stdlib/stats-base-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
@stdlib/stats-base-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-iter-msumabs
Create an iterator which iteratively computes a moving sum of absolute values.
@stdlib/stats-iter-cuminabs
Create an iterator which iteratively computes a cumulative minimum absolute value.
@stdlib/stats-base-cumaxabs
Calculate the cumulative maximum absolute value of a strided array.
@stdlib/stats-base-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-iter-mminabs
Create an iterator which iteratively computes a moving minimum absolute value.
@stdlib/stats-base-cuminabs
Calculate the cumulative minimum absolute value of a strided array.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-dabs
Compute the absolute value for each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
@stdlib/stats-base-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
@stdlib/stats-base-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
@stdlib/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
@stdlib/stats-base-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@stdlib/stats-iter-cumaxabs
Create an iterator which iteratively computes a cumulative maximum absolute value.
@stdlib/stats-base-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/stats-base-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
@stdlib/blas-ext-base-dnanasum
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
@stdlib/math-strided-special-dmskabs
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-dmaxabssorted
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
@stdlib/stats-iter-cusumabs2
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
@stdlib/math-strided-special-abs2-by
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-minabs
Calculate the minimum absolute value of a strided array.
@stdlib/stats-base-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
@stdlib/stats-base-maxabs
Calculate the maximum absolute value of a strided array.
@stdlib/stats-base-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
@stdlib/stats-iter-mmeanabs
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
@stdlib/stats-iter-sumabs
Compute the sum of absolute values for all iterated values.
@stdlib/math-iter-special-abs
Create an iterator which computes the absolute value of each iterated value.
@stdlib/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
@stdlib/stats-iter-msumabs2
Create an iterator which iteratively computes a moving sum of squared absolute values.
math-base-special-absf
Compute the absolute value of a single-precision floating-point number.
stats-base-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.