@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).
@stdlib/ndarray-base-assert-is-safe-data-type-cast
Determine if an ndarray data type can be safely cast to another ndarray data type.
@stdlib/constants-time-milliseconds-in-second
Number of milliseconds in a second.
@stdlib/constants-float32-eps
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
@stdlib/stats-base-dists-cauchy-cdf
Cauchy distribution cumulative distribution function (CDF).
@stdlib/array-filled-by
Create a filled array according to a provided callback function.
@stdlib/stats-base-dists-t-logcdf
Natural logarithm of the cumulative distribution function (CDF) for a Student's t distribution.
@stdlib/stats-base-dists-weibull-cdf
Weibull distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-binomial-quantile
Binomial distribution quantile function.
@stdlib/stats-base-dists-normal-logpdf
Natural logarithm of the probability density function (PDF) for a normal distribution.
@stdlib/stats-base-dists-normal-logcdf
Natural logarithm of the cumulative distribution function (CDF) for a normal distribution.
@stdlib/stats-base-dists-binomial-mgf
Binomial distribution moment-generating function (MGF).
@stdlib/ndarray-base-ndarraylike2object
Convert an ndarray-like object to an object likely to have the same "shape".
@stdlib/stats-base-dists-exponential-cdf
Exponential distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-triangular-cdf
Triangular distribution cumulative distribution function (CDF).
@stdlib/blas-base-sdot
Calculate the dot product of two single-precision floating-point vectors.
@stdlib/constants-float32-cbrt-eps
Cube root of single-precision floating-point epsilon.
@stdlib/constants-float32
Single-precision floating-point mathematical constants.
@stdlib/stats-base-dists-invgamma-cdf
Inverse gamma distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-kumaraswamy-cdf
Kumaraswamy's double bounded distribution cumulative distribution function (CDF).
@stdlib/math-base-napi-ternary
C APIs for registering an N-API module exporting an interface for invoking a ternary numerical function.
@stdlib/constants-float32-sqrt-eps
Square root of single-precision floating-point epsilon.
@stdlib/stats-base-dists-rayleigh-cdf
Rayleigh distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-levy-cdf
Lévy distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-uniform-cdf
Uniform distribution cumulative distribution function (CDF).
@stdlib/ndarray-base-assert-is-same-kind-data-type-cast
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
@stdlib/stats-base-dists-lognormal-logcdf
Natural logarithm of the cumulative distribution function (CDF) for a lognormal distribution.
@stdlib/math-base-special-atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/number-float64-base-signbit
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
@stdlib/random-iter-uniform
Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.