@stdlib/random-array-chisquare
Create an array containing pseudorandom numbers drawn from a chi-square distribution.
@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.
@stdlib/array-typed-signed-integer-ctors
Signed integer typed array constructors.
@stdlib/math-iter-sequences-composites
Create an iterator which generates a sequence of composite numbers.
@stdlib/utils-define-memoized-read-only-property
Define a memoized read-only object property.
@stdlib/array-base-to-deduped
Copy elements to a new generic array after removing consecutive duplicated values.
@stdlib/blas-base-zaxpy
Scale a double-precision complex floating-point vector by a double-precision complex floating-point constant and add the result to a double-precision complex floating-point vector.
@stdlib/array-base-ternary3d
Apply a ternary callback to elements in three three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/strided-base-cmap
Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.
@stdlib/array-base-mskunary2d
Apply a unary callback to elements in a two-dimensional nested input array according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-broadcasted-quinary2d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/complex-promotion-rules
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
@stdlib/math-strided-special-cbrt-by
Compute the cube root of each element retrieved from an input strided array via a callback function.
@stdlib/utils-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
@stdlib/math-iter-special-abs
Create an iterator which computes the absolute value of each iterated value.
@stdlib/utils-property-names-in
Return an array of an object's own and inherited enumerable and non-enumerable property names.
@stdlib/array-base-ternary5d
Apply a ternary callback to elements in three five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/utils-map5d
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
@stdlib/array-base-broadcasted-binary3d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/random-streams-gamma
Create a readable stream for generating pseudorandom numbers drawn from a gamma distribution.
@stdlib/utils-reduce2d
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
@stdlib/array-base-broadcasted-unary4d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
@stdlib/random-streams-chi
Create a readable stream for generating pseudorandom numbers drawn from a chi distribution.
@stdlib/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
@stdlib/strided-napi-dmap2
C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.
@stdlib/random-strided-cosine
Fill a strided array with pseudorandom numbers drawn from a raised cosine distribution.
@stdlib/math-iter-special-ellipe
Create an iterator which computes the complete elliptic integral of the second kind for each iterated value.
ndarray-iter-indices
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
@stdlib/array-base-unary5d
Apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-broadcasted-unary3d
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a three-dimensional nested output array.
@stdlib/utils-inherited-enumerable-property-symbols
Return an array of an object's inherited enumerable symbol properties.
@stdlib/random-iter-cosine
Create an iterator for generating pseudorandom numbers drawn from a raised cosine distribution.
@stdlib/iter-dedupe-by
Create an iterator which removes consecutive values that resolve to the same value according to a provided function.
@stdlib/strided-base-mskunary-signature-callbacks
Assign callbacks to masked unary interfaces according to type promotion rules.
@stdlib/iter-intersection-by-hash
Create an iterator which returns the intersection of two or more iterators according to a hash function.
@stdlib/strided-base-unary-by
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
@stdlib/stats-iter-msumabs2
Create an iterator which iteratively computes a moving sum of squared absolute values.
@stdlib/math-iter-sequences-nonnegative-even-integers
Create an iterator which generates a sequence of nonnegative even integers.
@stdlib/math-iter-special-ellipk
Create an iterator which computes the complete elliptic integral of the first kind for each iterated value.
@stdlib/random-array-geometric
Create an array containing pseudorandom numbers drawn from a geometric distribution.
@stdlib/utils-nonenumerable-property-symbols
Return an array of an object's own non-enumerable symbol properties.