Statistical function iterators.
Compute the product of all iterated values.
Compute the arithmetic mean over all iterated values.
Compute the mid-range of all iterated values.
Create an iterator which iteratively computes a moving mid-range.
Create an iterator which iteratively computes a moving minimum value.
Create an iterator which iteratively computes a moving sum.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
Create an iterator which iteratively computes a moving sum of absolute values.
Create an iterator which iteratively computes a moving arithmetic mean.
Create an iterator which iteratively computes a cumulative range.
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 moving maximum value.
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
Create an iterator which iteratively computes a cumulative maximum value.
Create an iterator which iteratively computes a cumulative mid-range.
Create an iterator which iteratively computes a moving minimum absolute value.
Compute the arithmetic mean of squared absolute values for all iterated 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 unbiased sample variance over all iterated values.
Create an iterator which iteratively computes a cumulative minimum value.
Compute the sum of squared absolute values for all iterated values.