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