@stdlib/stats-iter-cumaxabs
Create an iterator which iteratively computes a cumulative maximum absolute value.
Create an iterator which iteratively computes a cumulative maximum absolute value.
Compute the mid-range of all iterated values.
Create an iterator which iteratively computes a moving maximum value.
Create an iterator which iteratively computes a moving maximum absolute value.
Create an iterator which iteratively computes a cumulative mid-range.
Create an iterator which iteratively computes a cumulative range.
Compute the maximum value of all iterated values.
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the maximum value of a strided array.
Calculate the maximum value of a strided array via a callback function.
Calculate the maximum absolute value of a strided array.
Calculate the maximum value of a sorted strided array.
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
Calculate the range of a single-precision floating-point strided array according to a mask.
Calculate the maximum 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 range incrementally.
Compute a moving range incrementally.
Compute a moving mid-range incrementally.
Compute a moving minimum and maximum incrementally.