@stdlib/stats-base-minabs
Calculate the minimum absolute value of a strided array.
Calculate the minimum absolute value of a strided array.
Calculate the minimum value of a sorted strided array.
Calculate the maximum value of a strided array according to a mask.
Calculate the minimum value of a strided array according to a mask.
Calculate the range of a strided array according to a mask.
Calculate the maximum value of a strided array, ignoring NaN values.
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
Calculate the maximum absolute value of a strided array, ignoring NaN values.
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.
Test if a value is a RangeError object.
Create a MultiSlice object from a list of MultiSlice constructor arguments.
Convert an integer to a Slice object.
Compute the number of elements in a normalized slice.
Return a list of non-reduced dimensions in an un-normalized multi-slice.
Normalize a MultiSlice object.
Normalize a Slice object.