@stdlib/stats-base-range
Calculate the range of a strided array.
Calculate the range of a strided array.
Calculate the range of a strided array via a callback function.
Calculate the maximum value of a sorted double-precision floating-point strided array.
Compute a minimum value incrementally.
Compute a minimum absolute value incrementally.
Compute a minimum and maximum incrementally.
Compute minimum and maximum absolute values incrementally.
Compute a moving maximum incrementally.
Compute a moving maximum absolute value incrementally.
Create an iterator which iteratively computes a cumulative maximum value.
Create an iterator which iteratively computes a cumulative 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 a range incrementally.
Compute a moving minimum incrementally.
Compute a moving minimum absolute value incrementally.
Compute a moving minimum and maximum incrementally.
Compute moving minimum and maximum absolute values incrementally.
Compute a moving range incrementally.