@stdlib/stats-base-mskrange
Calculate the range of a strided array according to a mask.
Calculate the range of a strided array according to a mask.
Create an iterator which iteratively computes a moving mid-range.
Create an iterator which iteratively computes a moving minimum value.
Create an iterator which iteratively computes a moving minimum absolute value.
Create an iterator which iteratively computes a moving range.
Compute the range of all iterated values.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Compute the minimum linear index in an underlying data buffer accessible to an array view.
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
Calculate the cumulative minimum absolute value of a strided array.
Calculate the cumulative minimum of a strided array.
Calculate the cumulative minimum of double-precision floating-point strided array elements.
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
Calculate the minimum value of a sorted double-precision floating-point strided array.
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
Calculate the range of a double-precision floating-point strided array according to a mask.
Compute a mid-range incrementally.
Compute a minimum value incrementally.
Compute a minimum absolute value incrementally.
Compute a minimum and maximum incrementally.