@stdlib/math-base-special-acotf
Compute the inverse cotangent of a single-precision floating-point number.
math-base-special-ahaversinf
Compute the inverse half-value versed sine of a single-precision floating-point number.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
@stdlib/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
@stdlib/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
@stdlib/math-base-special-secd
Compute the secant of an angle measured in degrees.
stats-array-nanmin
Calculate the minimum value of an array, ignoring NaN values.
stats-array-varianceyc
Calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
stats-array-nanmax
Calculate the maximum value of an array, ignoring NaN values.
stats-array-variancewd
Calculate the variance of an array using Welford's algorithm.
constants-float32-sqrt-two
Square root of `2` as a single-precision floating-point number.
blas-base-wasm-zswap
Interchange two complex double-precision floating-point vectors.
@stdlib/array-base-quaternary2d
Apply a quaternary callback to elements in four two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
@stdlib/array-base-unary4d
Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
array-base-broadcasted-quaternary4d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-strided-dsvariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.
stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
stats-base-ztest-two-sample-results-float32
Create a two-sample Z-test single-precision floating-point results object.
math-base-special-fibonacci-indexf
Compute the Fibonacci number index of a single-precision floating-point number.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
stats-array-nanvariancepn
Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/complex-float32-base-mul
Multiply two single-precision complex floating-point numbers.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
blas-base-wasm-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
array-base-broadcasted-quinary4d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-strided-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
stats-base-dists-planck-entropy
Planck (discrete exponential) distribution differential entropy.