@stdlib/stats-incr-meanabs
Compute an arithmetic mean of absolute values incrementally.
Compute an arithmetic mean of absolute values incrementally.
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
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 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 a moving minimum absolute value incrementally.
Compute moving minimum and maximum absolute values incrementally.