@stdlib/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
@stdlib/random-iter-frechet
Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.
@stdlib/math-iter-special-dirac-delta
Create an iterator which evaluates the Dirac delta function for each iterated value.
@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
@stdlib/simulate-iter-square-wave
Create an iterator which generates a square wave.
@stdlib/math-iter-special-fresnels
Create an iterator which computes the Fresnel integral S(x) for each iterated value.
@stdlib/math-iter-special-pow
Create an iterator which evaluates the exponential function.
@stdlib/random-iter-gumbel
Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.
@stdlib/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
@stdlib/math-iter-sequences-triangular
Create an iterator which generates a sequence of triangular numbers.
@stdlib/math-iter-sequences-even-integers
Create an iterator which generates an interleaved sequence of even integers.
@stdlib/math-iter-special-gammaln
Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.
@stdlib/math-iter-special-sin
Create an iterator which computes the sine of each iterated value.
@stdlib/math-iter-special-ramp
Create an iterator which evaluates the ramp function for each iterated value.
@stdlib/random-iter-chi
Create an iterator for generating pseudorandom numbers drawn from a chi distribution.
@stdlib/math-iter-sequences-nonnegative-integers
Create an iterator which generates a nonnegative integer sequence.
@stdlib/random-iter-logistic
Create an iterator for generating pseudorandom numbers drawn from a logistic distribution.
math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
@stdlib/stats-iter-cumax
Create an iterator which iteratively computes a cumulative maximum value.
@stdlib/stats-iter-stdev
Compute the corrected sample standard deviation over all iterated values.
@stdlib/math-iter-special-atan2
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/random-iter-levy
Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.
@stdlib/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
@stdlib/math-iter-special-acoth
Create an iterator which computes the inverse hyperbolic cotangent of each iterated value.
@stdlib/iter-fill
Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.
@stdlib/math-iter-special-beta
Create an iterator which evaluates the beta function.
@stdlib/math-iter-special-factorialln
Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.
@stdlib/math-iter-special-acosh
Create an iterator which computes the hyperbolic arccosine of each iterated value.
@stdlib/math-iter-special-exp10
Create an iterator which evaluates the base 10 exponential function for each iterated value.
@stdlib/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
@stdlib/math-iter-special-deg2rad
Create an iterator which converts an angle from degrees to radians for each iterated value.
@stdlib/math-iter-special-tanh
Create an iterator which evaluates the hyperbolic tangent for each iterated value.
math-iter-special-cosm1
Create an iterator which computes `cos(x) - 1` for each iterated value.
@stdlib/math-iter-special-exp
Create an iterator which evaluates the natural exponential function for each iterated value.
@stdlib/random-iter-randi
Create an iterator for generating pseudorandom numbers having integer values.
@stdlib/random-iter-kumaraswamy
Create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
@stdlib/math-iter-sequences-squared-triangular
Create an iterator which generates a sequence of squared triangular numbers.
@stdlib/random-iter-hypergeometric
Create an iterator for generating pseudorandom numbers drawn from a hypergeometric distribution.
@stdlib/random-iter-gamma
Create an iterator for generating pseudorandom numbers drawn from a gamma distribution.
@stdlib/math-iter-sequences-nonpositive-integers
Create an iterator which generates a nonpositive integer sequence.
@stdlib/math-iter-sequences-nonpositive-even-integers
Create an iterator which generates a sequence of nonpositive even integers.
@stdlib/math-iter-special-acos
Create an iterator which computes the arccosine of each iterated value.
@stdlib/random-iter-arcsine
Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.
@stdlib/ndarray-iter-matrix-entries
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
@stdlib/iter-mapn
Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.
@stdlib/random-iter-erlang
Create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.
@stdlib/math-iter-sequences-integers
Create an iterator which generates an interleaved integer sequence.
@stdlib/ndarray-iter-column-entries
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
@stdlib/math-iter-ops-subtract
Create an iterator which performs element-wise subtraction of two or more iterators.
@stdlib/ndarray-iter-row-entries
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
@stdlib/ndarray-iter-entries
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.