stats-base-dists-planck-logcdf
Evaluate the logarithm of cumulative distribution function (CDF) for a Planck (discrete exponential) distribution.
@stdlib/random-array-pareto-type1
Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
@stdlib/math-base-ops-add3
Compute the sum of three double-precision floating-point numbers.
@stdlib/array-base-quaternary3d
Apply a quaternary callback to elements in four three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
math-base-special-nanmaxf
Return the maximum value of two single-precision floating-point numbers, ignoring NaN.
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.
@stdlib/array-base-unarynd
Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.
array-base-unary4d-by
Apply a unary function to each element retrieved from a four-dimensional nested input array according to a callback function and assign results to elements in a four-dimensional nested output array.
math-base-special-dirac-deltaf
Evaluate the Dirac delta function in single-precision floating-point format.
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
stats-strided-smidrange
Calculate the mid-range of a single-precision floating-point strided array.
stats-incr-nanmstdev
Compute a moving corrected sample standard deviation incrementally, ignoring NaN values.
stats-strided-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
blas-base-matrix-orientation-str2enum
Return the enumeration constant associated with a matrix orientation.
complex-float64-base-assert-is-almost-equal
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
blas-ext-base-ndarray-glast-index-of
Efficiently find the index of values in ndarrays with blas-ext-base-ndarray-glast-index-of. Ideal for numerical computations in JavaScript. 🐙💻
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
stats-strided-dmax
Calculate the maximum value of a double-precision floating-point strided array.
stats-base-ndarray-max
Compute the maximum value of a one-dimensional ndarray.
stats-strided-maxsorted
Calculate the maximum value of a sorted strided array.
stats-strided-dcovmatmtk
Compute the covariance matrix for an `M` by `N` double-precision floating-point matrix `A` and assigns the results to a matrix `B` when provided known means and using a one-pass textbook algorithm.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.