@stdlib/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Compute a sum of absolute values incrementally.
Compute a sum of squared absolute values incrementally.
Compute a moving arithmetic mean of absolute values incrementally.
Compute a moving arithmetic mean of squared absolute values incrementally.
Compute a moving minimum absolute value 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.
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
Compute the maximum absolute value of all iterated 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.
Create an iterator which iteratively computes a moving maximum absolute value.
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
Create an iterator which iteratively computes a moving minimum absolute value.
Compute the sum of absolute values for all iterated values.
Compute the sum of squared absolute values for all iterated values.