@stdlib/stats-iter-max
Compute the maximum value of all iterated values.
Compute the maximum value of all iterated values.
Compute the arithmetic mean over all iterated 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.
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
Create an iterator which steps according to a provided callback function.
Create an iterator which returns the union of two or more iterators.
Create an iterator which returns unique values.
Create an iterator which returns unique values according to a predicate function.
Create an iterator which returns unique values according to a hash function.
Create an iterator which prepends values to the beginning of a provided iterator.
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
Create an iterator which performs element-wise subtraction of two or more iterators.
Math iterators for generating sequences.
Create an iterator which computes the squared absolute value of each iterated value.
Create an iterator which computes the arccosine of each iterated value.
Create an iterator which computes the hyperbolic arccosine of each iterated value.
Create an iterator which computes the inverse cotangent of each iterated value.
Create an iterator which computes the inverse hyperbolic cotangent of each iterated value.