constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
@stdlib/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
@stdlib/random-strided-beta
Fill a strided array with pseudorandom numbers drawn from a beta distribution.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
stats-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
stats-strided-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
stats-strided-dsmeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
@stdlib/blas-base-transpose-operation-enum2str
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
stats-strided-stdevwd
Calculate the standard deviation of a strided array using Welford's algorithm.
stats-strided-stdevyc
Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/ndarray-base-binary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
stats-strided-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
stats-array-nanstdev
Calculate the standard deviation of an array ignoring `NaN` values.
stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
@stdlib/blas-base-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
@stdlib/slice-base-length
Compute the number of elements in a normalized slice.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
@stdlib/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
@stdlib/random-strided-lognormal
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
@stdlib/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
math-base-special-atanf
Compute the arctangent of a single-precision floating-point number.
stats-array-stdevtk
Calculate the standard deviation of an array using a one-pass textbook algorithm.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
blas-ext-base-wasm-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-smidrange
Calculate the mid-range of a single-precision floating-point strided array.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.