Updated 10 months ago

@stdlib/random-iter-frechet • Rank 3.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.

Updated 10 months ago

@stdlib/math-iter-special-dirac-delta • Rank 3.5 • Science 44%

Create an iterator which evaluates the Dirac delta function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-fresnels • Rank 3.5 • Science 44%

Create an iterator which computes the Fresnel integral S(x) for each iterated value.

Updated 10 months ago

@stdlib/random-iter-gumbel • Rank 3.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.

Updated 10 months ago

@stdlib/math-iter-special-trunc2 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward zero.

Updated 10 months ago

@stdlib/math-iter-special-floor2 • Rank 3.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.

Updated 10 months ago

@stdlib/math-iter-special-gammaln • Rank 3.4 • Science 44%

Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.

Updated 10 months ago

@stdlib/iter-step • Rank 3.4 • Science 44%

Create an iterator which returns a sequence of numbers according to a specified increment.

Updated 10 months ago

@stdlib/iter-any-by • Rank 3.3 • Science 44%

Test whether at least one iterated value passes a test implemented by a predicate function.

Updated 10 months ago

@stdlib/random-iter-chi • Rank 3.3 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a chi distribution.

Updated 10 months ago

@stdlib/math-iter-special-erfc • Rank 3.3 • Science 44%

Create an iterator which evaluates the complementary error function for each iterated value.

Updated 10 months ago

@stdlib/random-iter-logistic • Rank 3.3 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a logistic distribution.

Updated 10 months ago

@stdlib/math-iter-special-atan2 • Rank 3.2 • Science 44%

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).

Updated 10 months ago

@stdlib/random-iter-levy • Rank 3.2 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.

Updated 10 months ago

@stdlib/math-iter-special-log1mexp • Rank 3.2 • Science 44%

Create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-ln • Rank 3.2 • Science 44%

Create an iterator which evaluates the natural logarithm for each iterated value.

Updated 10 months ago

@stdlib/iter-filter-map • Rank 3.2 • Science 44%

Create an iterator which both filters and maps the values of another iterator.

Updated 10 months ago

@stdlib/iter-fill • Rank 3.1 • Science 44%

Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.

Updated 10 months ago

@stdlib/math-iter-special-factorialln • Rank 3.1 • Science 44%

Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-exp2 • Rank 3.1 • Science 44%

Create an iterator which evaluates the base 2 exponential function for each iterated value.

Updated 10 months ago

@stdlib/iter-unique-by • Rank 3.1 • Science 44%

Create an iterator which returns unique values according to a predicate function.

Updated 10 months ago

@stdlib/math-iter-special-expm1rel • Rank 3.1 • Science 44%

Create an iterator which evaluates the relative error exponential for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-exp10 • Rank 3.0 • Science 44%

Create an iterator which evaluates the base 10 exponential function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-deg2rad • Rank 3.0 • Science 44%

Create an iterator which converts an angle from degrees to radians for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-tanh • Rank 3.0 • Science 44%

Create an iterator which evaluates the hyperbolic tangent for each iterated value.

Updated 10 months ago

math-iter-special-cosm1 • Rank 3.0 • Science 44%

Create an iterator which computes `cos(x) - 1` for each iterated value.

Updated 10 months ago

@stdlib/iter-filter • Rank 3.0 • Science 44%

Create an iterator which filters the values of another iterator according to a predicate function.

Updated 10 months ago

@stdlib/math-iter-special-abs2 • Rank 3.0 • Science 44%

Create an iterator which computes the squared absolute value of each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-exp • Rank 3.0 • Science 44%

Create an iterator which evaluates the natural exponential function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-floor • Rank 2.9 • Science 44%

Create an iterator which rounds each iterated value toward negative infinity.

Updated 10 months ago

@stdlib/random-iter-kumaraswamy • Rank 2.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.

Updated 10 months ago

@stdlib/random-iter-hypergeometric • Rank 2.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a hypergeometric distribution.

Updated 10 months ago

@stdlib/random-iter-gamma • Rank 2.9 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a gamma distribution.

Updated 10 months ago

@stdlib/math-iter-special-ceil2 • Rank 2.8 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward positive infinity.

Updated 10 months ago

@stdlib/math-iter-special-erf • Rank 2.8 • Science 44%

Create an iterator which evaluates the error function for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-erfinv • Rank 2.8 • Science 44%

Create an iterator which evaluates the inverse error function for each iterated value.

Updated 10 months ago

@stdlib/random-iter-arcsine • Rank 2.8 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.

Updated 10 months ago

@stdlib/math-iter-special-signum • Rank 2.8 • Science 44%

Create an iterator which evaluates the signum function for each iterated value.

Updated 10 months ago

@stdlib/iter-mapn • Rank 2.8 • Science 44%

Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.

Updated 10 months ago

@stdlib/iter-push • Rank 2.8 • Science 44%

Create an iterator which appends additional values to the end of a provided iterator.

Updated 10 months ago

@stdlib/math-iter-special-log1pexp • Rank 2.8 • Science 44%

Create an iterator which evaluates the natural logarithm of 1+exp(x) for each iterated value.

Updated 10 months ago

@stdlib/random-iter-erlang • Rank 2.8 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.

Updated 10 months ago

@stdlib/iter-every-by • Rank 2.8 • Science 44%

Test whether every iterated value passes a test implemented by a predicate function.

Updated 10 months ago

@stdlib/ndarray-iter-column-entries • Rank 2.7 • Science 44%

Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).

Updated 10 months ago

@stdlib/math-iter-ops-subtract • Rank 2.7 • Science 44%

Create an iterator which performs element-wise subtraction of two or more iterators.

Updated 10 months ago

@stdlib/ndarray-iter-row-entries • Rank 2.7 • Science 44%

Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).

Updated 10 months ago

@stdlib/ndarray-iter-entries • Rank 2.6 • Science 44%

Create an iterator which returns [index, value] pairs for each element in a provided ndarray.