@stdlib/random-iter-erlang
Create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.
@stdlib/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/array-base-ternary2d
Apply a ternary callback to elements in three two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/utils-map-right
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
@stdlib/math-iter-ops-subtract
Create an iterator which performs element-wise subtraction of two or more iterators.
@stdlib/utils-try-then
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
@stdlib/utils-nonindex-keys
Return an array of an object's own enumerable property names which are not integer indices.
@stdlib/math-iter-sequences-integers
Create an iterator which generates an interleaved integer sequence.
@stdlib/stats-base-minabs
Calculate the minimum absolute value of a strided array.
@stdlib/utils-key-by-right
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
@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-column-entries
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
@stdlib/math-iter-special-ahaversin
Create an iterator which computes the inverse half-value versed sine of each iterated value.
@stdlib/random-iter-negative-binomial
Create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.
@stdlib/math-strided-special-sqrt-by
Compute the principal square root for each element retrieved from an input strided array via a callback function.
@stdlib/random-streams-randu
Create a readable stream for generating uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/utils-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
@stdlib/math-strided-ops-sub-by
Element-wise subtraction of two strided arrays via a callback function.
@stdlib/stats-base-maxabs
Calculate the maximum absolute value of a strided array.
@stdlib/stats-iter-cumean
Create an iterator which iteratively computes a cumulative arithmetic mean.
@stdlib/stats-iter-msum
Create an iterator which iteratively computes a moving sum.
@stdlib/stats-iter-mmeanabs
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
random-streams-chisquare
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
@stdlib/ndarray-iter-entries
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
@stdlib/strided-napi-mskunary
C API for registering an N-API module exporting a strided array interface for applying a unary callback to an input strided array according to a mask strided array.
@stdlib/random-streams-triangular
Create a readable stream for generating pseudorandom numbers drawn from a triangular distribution.
@stdlib/random-iter-geometric
Create an iterator for generating pseudorandom numbers drawn from a geometric distribution.
@stdlib/stats-base-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
@stdlib/utils-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
@stdlib/random-array-betaprime
Create an array containing pseudorandom numbers drawn from a beta prime distribution.
@stdlib/stats-base-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
@stdlib/utils-inherited-property-symbols
Return an array of an object's inherited symbol properties.
@stdlib/math-strided-special-sin-by
Compute the sine of each element retrieved from an input strided array via a callback function.
@stdlib/array-base-broadcasted-unary5d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a five-dimensional nested output array.
@stdlib/assert-is-touch-device
Boolean indicating if the current environment is a touch device.
@stdlib/utils-map4d
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
@stdlib/iter-to-array-view
Fill an array-like object view with values returned from an iterator.
@stdlib/utils-bifurcate-by
Split values into two groups according to a predicate function.
@stdlib/math-strided-special-smskdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
math-strided-special-ramp
Evaluate the ramp function for each element in a strided array.
@stdlib/array-base-quinary5d
Apply a quinary callback to elements in five five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/stats-iter-sumabs
Compute the sum of absolute values for all iterated values.
@stdlib/math-strided-special-deg2rad
Convert each element in a strided array from degrees to radians.
@stdlib/array-base-broadcasted-unary2d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a two-dimensional nested output array.