@stdlib/stats-iter-mprod
Create an iterator which iteratively computes a moving product.
@stdlib/simulate-iter-awun
Create an iterator which introduces additive white uniform noise.
@stdlib/simulate-iter-awgn
Create an iterator which introduces additive white Gaussian noise.
@stdlib/math-iter-special-log
Create an iterator which computes the base `b` logarithm.
@stdlib/math-iter-special-logit
Create an iterator which evaluates the logit function for each iterated value.
@stdlib/simulate-iter-awln
Create an iterator which introduces additive white Laplacian noise.
@stdlib/math-iter-special-riemann-zeta
Create an iterator which evaluates the Riemann zeta function for each iterated value.
@stdlib/math-iter-special-atan
Create an iterator which computes the arctangent of each iterated value.
@stdlib/math-iter-special-gamma1pm1
Create an iterator which computes `gamma(x+1) - 1` for each iterated value.
math-iter-ops-mod
Create an iterator which performs an element-wise modulo operation of two or more iterators.
@stdlib/math-iter-special-atanh
Create an iterator which computes the hyperbolic arctangent of each iterated value.
@stdlib/math-iter-special-gamma
Create an iterator which evaluates the gamma function for each iterated value.
@stdlib/math-iter-special-acot
Create an iterator which computes the inverse cotangent of each iterated value.
@stdlib/math-iter-ops-add
Create an iterator which performs element-wise addition of two or more iterators.
@stdlib/math-iter-special-versin
Create an iterator which computes the versed sine for each iterated value.
@stdlib/math-iter-special-betaln
Create an iterator which evaluates the natural logarithm of the beta function.
@stdlib/math-iter-special-sinc
Create an iterator which computes the normalized cardinal sine for each iterated value.
@stdlib/math-iter-ops-divide
Create an iterator which performs element-wise division of two or more iterators.
@stdlib/math-iter-special-sinpi
Create an iterator which computes the sine of each iterated value times π.
@stdlib/math-iter-special-cospi
Create an iterator which computes the cosine of each iterated value times π.
@stdlib/math-iter-special-sinh
Create an iterator which evaluates the hyperbolic sine for each iterated value.
@stdlib/math-iter-special-asinh
Create an iterator which computes the hyperbolic arcsine of each iterated value.
@stdlib/math-iter-special-dirichlet-eta
Create an iterator which evaluates the Dirichlet eta function for each iterated value.
@stdlib/math-iter-special-fresnelc
Create an iterator which computes the Fresnel integral C(x) for each iterated value.
@stdlib/math-iter-special-vercos
Create an iterator which computes the versed cosine for each iterated value.
@stdlib/math-iter-special-factorial
Create an iterator which evaluates the factorial function for each iterated value.
@stdlib/math-iter-special-expm1
Create an iterator which computes `exp(x) - 1` for each iterated value.
@stdlib/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
@stdlib/math-iter-special-digamma
Create an iterator which evaluates the digamma function for each iterated value.
@stdlib/math-iter-special-dirac-delta
Create an iterator which evaluates the Dirac delta function for each iterated value.
@stdlib/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
@stdlib/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
@stdlib/math-iter-special-pow
Create an iterator which evaluates the exponential function.
@stdlib/math-iter-special-fresnels
Create an iterator which computes the Fresnel integral S(x) for each iterated value.
@stdlib/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
@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-ramp
Create an iterator which evaluates the ramp function for each iterated value.
@stdlib/math-iter-special-sin
Create an iterator which computes the sine of each iterated 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/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
@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-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-deg2rad
Create an iterator which converts an angle from degrees to radians for each iterated value.
@stdlib/math-iter-special-exp
Create an iterator which evaluates the natural exponential function for each iterated value.