@stdlib/math-iter-special-signum
Create an iterator which evaluates the signum function for each iterated value.
Create an iterator which evaluates the signum function for each iterated value.
Create an iterator which computes the sine of each iterated value.
Create an iterator which iteratively computes a moving arithmetic mean.
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 mid-range.
Create an iterator which iteratively computes a moving minimum value.
Create an iterator which iteratively computes a moving minimum absolute value.
Create an iterator which iteratively computes a moving product.
Create an iterator which iteratively computes a moving range.
Create an iterator which iteratively computes a moving sum.
Create an iterator which iteratively computes a moving sum of absolute values.
Compute the corrected sample standard deviation over all iterated values.
Compute the sum of all iterated values.
Compute the sum of absolute values for all iterated values.
Compute the sum of squared absolute values for all iterated values.
Compute the unbiased sample variance over all iterated values.
Create an iterator which iteratively computes a moving sum of squared absolute values.
Compute the product of all iterated values.
Compute the range of all iterated values.