@stdlib/array-one-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
@stdlib/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
@stdlib/random-strided-tools
Pseudorandom number generator strided array function tools.
@stdlib/blas-ext-base-dapxsumpw
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
stats-base-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
blas-ext-base-dsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
stats-base-dists-geometric-pmf
Geometric distribution probability mass function (PMF).
stats-base-dists-frechet-logcdf
Fréchet distribution logarithm of cumulative distribution function (CDF).
math-strided-special-floor
Round each element in a strided array toward negative infinity.
number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
stats-base-dists-gumbel-logpdf
Gumbel distribution logarithm of probability density function (PDF).
stats-base-dists-degenerate-quantile
Degenerate distribution quantile function.
stats-base-dists-weibull-pdf
Weibull distribution probability density function (PDF).
stats-base-dists-t-logpdf
Natural logarithm of the probability density function (PDF) for a Student's t distribution.
stats-base-dists-lognormal-logpdf
Natural logarithm of the probability density function (PDF) for a lognormal distribution.
ndarray-base-unary-accumulate
Perform a reduction over elements in a input ndarray.
stats-base-dists-studentized-range-cdf
Studentized range cumulative distribution function (CDF).
blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.
math-iter-special-spence
Create an iterator which evaluates Spence's function for each iterated value.
math-base-special-inv
Compute the multiplicative inverse of a double-precision floating-point number.
constants-float32-exponent-bias
The bias of a single-precision floating-point number's exponent.
utils-while-each
While a test condition is true, invoke a function for each element in a collection.
stats-base-dists-cauchy-logpdf
Cauchy distribution logarithm of probability density function (logPDF).
stats-base-dists-negative-binomial-logpmf
Natural logarithm of the probability mass function (PMF) for a negative binomial distribution.
stats-base-dists-beta-logpdf
Beta distribution logarithm of probability density function (PDF).
utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
random-streams-hypergeometric
Create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.
strided-base-dmap2
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
math-base-special-absf
Compute the absolute value of a single-precision floating-point number.
math-strided-special-ceil
Round each element in a strided array toward positive infinity.
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
random-base-discrete-uniform
Discrete uniform distributed pseudorandom numbers.
stats-base-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
string-base-format-interpolate
Generate string from a token array by interpolating values.
stats-base-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
math-base-napi-binary
C APIs for registering an N-API module exporting an interface for invoking a binary numerical function.