@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-apcorr
Compute a sample absolute Pearson product-moment correlation coefficient.
@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-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-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-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-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/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-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-base-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
@stdlib/math-base-utils-relative-difference
Compute the relative difference of two real numbers.
@stdlib/stats-base-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@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/stats-base-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-strided-special-dabs
Compute the absolute value for each element in a double-precision floating-point strided array.
@stdlib/stats-base-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
@stdlib/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
@stdlib/stats-base-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@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/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/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-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/stats-iter-cusumabs2
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
@stdlib/stats-base-minabs
Calculate the minimum absolute value of a strided array.
@stdlib/stats-base-maxabs
Calculate the maximum absolute value of a strided array.
@stdlib/stats-iter-mmeanabs
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
@stdlib/stats-base-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
@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.
math-base-special-absf
Compute the absolute value of a single-precision floating-point number.
stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
stats-base-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
readabs
Download and tidy time series data from the Australian Bureau of Statistics in R
@stdlib/blas-ext-base-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
@stdlib/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
number-float32-base-ulp-difference
Calculate the ULP difference for Float32 numbers with this efficient JavaScript library. Perfect for numerical computation in browsers and Node.js. 🚀🌐
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
stats-strided-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.