@stdlib/stats-iter-mminabs
Create an iterator which iteratively computes a moving minimum absolute value.
Create an iterator which iteratively computes a moving minimum absolute value.
Create an iterator which iteratively computes a moving sum of absolute values.
Create an iterator which iteratively computes a moving sum of squared absolute values.
Compute the sum of absolute values for all iterated values.
Compute the sum of squared absolute values for all iterated values.
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute a sum of squared absolute values incrementally, ignoring NaN values.
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 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 for each element in a single-precision floating-point strided array.
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the absolute value for each element in a double-precision floating-point strided array.