@stdlib/random-strided-t
Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.
@stdlib/strided-dispatch-by
Create a strided array function interface which accepts a callback function and performs multiple dispatch.
@stdlib/math-base-tools-evalpolyf
Evaluate a polynomial using single-precision floating-point arithmetic.
random-array-kumaraswamy
Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.
@stdlib/complex-base-assert-is-equalf
Test whether two single-precision complex floating-point numbers are equal.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
@stdlib/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.
@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/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.
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.
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.
math-strided-special-floor
Round each element in a strided array toward negative infinity.
stats-base-dists-studentized-range-cdf
Studentized range cumulative distribution function (CDF).
stats-base-dists-geometric-pmf
Geometric distribution probability mass function (PMF).
math-iter-special-spence
Create an iterator which evaluates Spence's function for each iterated value.
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.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.
stats-base-dists-weibull-pdf
Weibull distribution probability density function (PDF).
stats-base-dists-frechet-logcdf
Fréchet distribution logarithm of cumulative distribution function (CDF).
ndarray-base-unary-accumulate
Perform a reduction over elements in a input ndarray.
number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
math-base-special-absf
Compute the absolute value of a single-precision floating-point number.
stats-base-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
stats-base-dists-lognormal-logpdf
Natural logarithm of the probability density function (PDF) for a lognormal distribution.
stats-base-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-base-dists-gumbel-logpdf
Gumbel distribution logarithm of probability density function (PDF).
stats-base-dists-cauchy-logpdf
Cauchy distribution logarithm of probability density function (logPDF).
stats-base-dists-t-logpdf
Natural logarithm of the probability density function (PDF) for a Student's t distribution.
utils-while-each
While a test condition is true, invoke a function for each element in a collection.
constants-float32-exponent-bias
The bias of a single-precision floating-point number's exponent.
stats-base-dists-degenerate-quantile
Degenerate distribution quantile function.
math-strided-special-ceil
Round each element in a strided array toward positive infinity.
random-base-discrete-uniform
Discrete uniform distributed pseudorandom numbers.
stats-base-dists-negative-binomial-logpmf
Natural logarithm of the probability mass function (PMF) for a negative binomial distribution.