stats-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
stats-strided-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
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).
math-base-special-ahaversinf
Compute the inverse half-value versed sine of a single-precision floating-point number.
@stdlib/math-base-special-acotf
Compute the inverse cotangent of a single-precision floating-point number.
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/random-strided-randu
Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/random-strided-geometric
Fill a strided array with pseudorandom numbers drawn from a geometric distribution.
@stdlib/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
@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.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
stats-strided-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
@stdlib/array-base-from-strided
Convert a strided array to a non-strided generic array.
array-base-symmetric-banded-filled2d-by
Create a filled two-dimensional symmetric banded nested array according to a provided callback function.
random-array-weibull
Create an array containing pseudorandom numbers drawn from a Weibull distribution.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
networks-of-roman-eleusis
A Digital Scholarship Tool for Studying Ancient Epigraphy
@stdlib/math-base-special-truncsd
Round a numeric value to the nearest number toward zero with N significant figures.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
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).
@stdlib/slice-base-reduced-dimensions
Return a list of reduced dimensions in an un-normalized multi-slice.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-array-stdevtk
Calculate the standard deviation of an array using a one-pass textbook algorithm.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
constants-float32-sqrt-phi
Square root of the golden ratio as a single-precision floating-point number.
@stdlib/complex-float64-base-add
Add two double-precision complex floating-point numbers.
blas-ext-base-wasm-dapx
Add a scalar constant to each element in a double-precision floating-point strided array.
stats-strided-dsemch
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dsemyc
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dmidrange
Calculate the mid-range of a double-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-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.