@stdlib/stats-base-smidrange
Calculate the mid-range of a single-precision floating-point strided array.
Calculate the mid-range of a single-precision floating-point strided array.
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 mid-range of all iterated values.
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 mid-range.
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.
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN 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.