@stdlib/stats-base-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute a moving arithmetic mean of absolute values incrementally.
Compute a moving arithmetic mean of squared absolute values incrementally.
Compute a moving minimum absolute value incrementally.
Compute moving minimum and maximum absolute values incrementally.
Compute a moving sum of absolute values incrementally.
Compute a moving sum of squared absolute values incrementally.
Compute the absolute value of a double-precision complex floating-point number.
Compute the squared absolute value of a double-precision complex floating-point number.
Compute the squared absolute value of a single-precision complex floating-point number.
Compute the absolute value of a single-precision complex floating-point number.
Compute the absolute value of a double-precision floating-point number.
Compute the squared absolute value of a double-precision floating-point number.
Compute the squared absolute value of a single-precision floating-point number.
Compute the absolute value of a single-precision floating-point number.
Compute an absolute value.
Compute the absolute value and the phase of a double-precision complex floating-point number.
Create an iterator which computes the squared absolute value of each iterated value.