math-base-special-secf
Compute the secant of a single-precision floating-point number (in radians).
array-base-unary5d-by
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
blas-ext-base-wasm-dapx
Add a scalar constant to each element in a double-precision floating-point strided array.
stats-incr-nanskewness
Compute a corrected sample skewness incrementally, ignoring NaN values.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
math-base-special-atanf
Compute the arctangent of a single-precision floating-point number.
stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
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).
math-base-special-cscf
Compute the cosecant of a single-precision floating-point number (in radians).
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
stats-strided-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
@stdlib/random-array-negative-binomial
Create an array containing pseudorandom numbers drawn from a negative binomial distribution.
stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
@stdlib/array-base-quinary4d
Apply a quinary callback to elements in five four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
math-base-special-heavisidef
Evaluate the Heaviside function for a single-precision floating-point number.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
@stdlib/math-base-special-asindf
Compute the arcsine (in degrees) of a single-precision floating-point number.
@stdlib/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
lapack-base-dlamch
Determine double-precision floating-point machine parameters.
@stdlib/array-base-assert-is-complex64array
Test if a value is a Complex64Array.
blas-ext-base-ndarray-zsum
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
ndarray-vector-int16
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
stats-strided-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/stats-base-dists-betaprime-mean
Beta prime distribution expected value.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
@stdlib/random-array-tools
Pseudorandom number generator array creation function tools.
random-tools-unary-factory
Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.
ndarray-base-unary-strided1d
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
@stdlib/random-array-laplace
Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.
@stdlib/random-array-tools-unary
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
stats-base-dists-planck-skewness
Planck (discrete exponential) distribution skewness.
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
stats-strided-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-array-nanvariancewd
Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.
stats-array-nanvariance
Calculate the variance of an array ignoring `NaN` values.