math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
@stdlib/math-base-special-asecd
Compute the arcsecant (in degrees) of a double-precision floating-point number.
@stdlib/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
@stdlib/slice-base-length
Compute the number of elements in a normalized slice.
@stdlib/ndarray-base-binary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
@stdlib/blas-base-transpose-operation-enum2str
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
stats-strided-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
@stdlib/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
lapack-base-dlamch
Determine double-precision floating-point machine parameters.
ndarray-base-spread-dimensions
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
math-base-assert-is-probabilityf
Test if a single-precision floating-point number is a probability.
stats-base-dists-planck-cdf
Planck (discrete exponential) distribution cumulative distribution function (CDF).
ndarray-base-unary-reduce-subarray
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
@stdlib/constants-time-milliseconds-in-minute
Number of milliseconds in a minute.
stats-strided-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
stats-strided-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-nanvariance
Calculate the variance of a strided array ignoring NaN values.
stats-array-nanmeanpn
Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.
stats-strided-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
math-base-special-acosdf
Compute the arccosine (in degrees) of a single-precision floating-point number.
stats-strided-dztest2
Compute a two-sample Z-test for two double-precision floating-point strided arrays.
stats-strided-nanstdevpn
Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.
stats-base-ztest-one-sample-results-float32
Create a one-sample Z-test single-precision floating-point results object.
stats-base-ztest-one-sample-results-float64
Create a one-sample Z-test double-precision floating-point results object.
stats-base-ndarray-dcovarmtk
Compute the covariance of two one-dimensional double-precision floating-point ndarrays provided known means and using a one-pass textbook algorithm.
@stdlib/iter-do-until-each
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
random-array-beta
Create an array containing pseudorandom numbers drawn from a beta distribution.
ndarray-base-ndarraylike2scalar
Transform ndarray-like objects to scalars with ease. This library streamlines numerical computation in JavaScript for both browsers and Node.js. 🐙✨
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
@stdlib/blas-base-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
@stdlib/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
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-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).