@stdlib/stats-incr-sumabs
Compute a sum of absolute values incrementally.
Compute a sum of absolute values incrementally.
Compute a sum of squared absolute values incrementally.
Compute a statistical summary incrementally.
Compute a sum of products incrementally.
Compute an unbiased sample variance incrementally.
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.
Compute a variance-to-mean ratio (VMR) incrementally.
Compute a weighted arithmetic mean incrementally.
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.
Compute the maximum value of all iterated values.