@stdlib/stats-iter-maxabs
Compute the maximum absolute value of all iterated values.
Compute the maximum absolute value of all iterated values.
Create an iterator which iteratively computes a cumulative geometric mean.
Create an iterator which iteratively computes a cumulative harmonic mean.
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 arithmetic mean.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
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 product.
Create an iterator which iteratively computes a cumulative range.
Create an iterator which iteratively computes a cumulative sum.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Create an iterator which iteratively computes a cumulative sum of squared absolute values.