@stdlib/stats-iter-cumaxabs
Create an iterator which iteratively computes a cumulative maximum absolute value.
Create an iterator which iteratively computes a cumulative maximum absolute value.
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 a sum of absolute values incrementally.
Compute a sum of squared absolute values incrementally.
Create an iterator which iteratively computes a moving maximum absolute value.
Create an iterator which iteratively computes a cumulative minimum absolute value.
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.
Compute the arithmetic mean of absolute values for all iterated values.
Compute the arithmetic mean of squared absolute values for all iterated values.
Compute the minimum absolute value of all iterated values.
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Compute a squared sample Pearson product-moment correlation coefficient.
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute a moving arithmetic mean of absolute values incrementally.
Compute a moving arithmetic mean of squared absolute values incrementally.
Compute moving minimum and maximum absolute values incrementally.
Compute a moving sum of absolute values incrementally.
Compute a moving sum of squared absolute values incrementally.