@stdlib/random-array-tools-nullary
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
@stdlib/random-array-tools-binary-factory
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
@stdlib/math-base-utils-absolute-difference
Compute the absolute difference of two real numbers.
@stdlib/stats-base-dists-negative-binomial-mean
Negative binomial distribution expected value.
@stdlib/stats-base-dists-negative-binomial-stdev
Negative binomial distribution standard deviation.
@stdlib/ndarray-base-strides2offset
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
@stdlib/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
@stdlib/stats-base-dists-f-cdf
F distribution cumulative distribution function (CDF).
@stdlib/math-base-assert-is-nanf
Test if a single-precision floating-point numeric value is NaN.
@stdlib/error-tools-pkg2id
Return the error identifier prefix associated with a specified package name.
@stdlib/error-tools-msg2id
Return a two-character error identifier corresponding to a provided error message.
@stdlib/stats-incr-stdev
Compute a corrected sample standard deviation incrementally.
@stdlib/constants-float32-smallest-subnormal
Smallest positive single-precision floating-point subnormal number.
@stdlib/stats-base-dists-degenerate-logcdf
Degenerate distribution logarithm of cumulative distribution function (logCDF).
@stdlib/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
@stdlib/stats-base-dists-signrank-cdf
Wilcoxon signed rank test statistic cumulative distribution function (CDF).
@stdlib/ndarray-base-buffer
Create a zero-filled contiguous linear ndarray data buffer.
@stdlib/constants-float32-pinf
Single-precision floating-point positive infinity.
@stdlib/stats-base-dists-normal-entropy
Normal distribution differential entropy.
@stdlib/stats-base-dists-lognormal-cdf
Lognormal distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-normal-mgf
Normal distribution moment-generating function (MGF).
@stdlib/stats-base-dists-laplace-cdf
Laplace distribution cumulative distribution function (CDF).
@stdlib/array-base-accessor
Create a minimal array-like object supporting the accessor protocol from another array-like object.
@stdlib/ndarray-base-assert-is-allowed-data-type-cast
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
@stdlib/stats-base-dists-frechet-cdf
Fréchet distribution cumulative distribution function (CDF).