@stdlib/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
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.
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Calculate the maximum absolute value of a strided array.
Calculate the minimum absolute value of a single-precision floating-point strided array.
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN 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.