@stdlib/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
constants-float32-sqrt-two
Square root of `2` as a single-precision floating-point number.
stats-array-variancewd
Calculate the variance of an array using Welford's algorithm.
stats-array-nanmax
Calculate the maximum 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-nanmean
Calculate the arithmetic mean of an array, ignoring NaN values.
stats-array-nanmin
Calculate the minimum value of an array, ignoring NaN values.
math-base-special-atandf
Compute the arctangent(in degrees) of a single-precision floating-point number.
stats-strided-smaxsorted
Calculate the maximum value of a sorted single-precision floating-point strided array.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
math-base-special-negalucasf
Compute the nth negaLucas number in single-precision floating-point format.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
stats-strided-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/math-base-special-rad2degf
Convert an angle from radians to degrees (single-precision).
@stdlib/random-array-negative-binomial
Create an array containing pseudorandom numbers drawn from a negative binomial distribution.
@stdlib/random-array-chi
Create an array containing pseudorandom numbers drawn from a chi distribution.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@stdlib/random-strided-chisquare
Fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
@stdlib/random-strided-discrete-uniform
Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
math-array-special-abs
Compute the absolute value for each element in an input array.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
@stdlib/array-base-assert-is-complex-typed-array
Test if a value is a complex typed array.
@stdlib/math-base-ops-add5
Compute the sum of five double-precision floating-point numbers.
stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
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.
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
array-base-cunone-by
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
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.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
constants-float32-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal single-precision floating-point number.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
stats-incr-nanmstdev
Compute a moving corrected sample standard deviation incrementally, ignoring NaN values.
stats-base-ndarray-dztest
Compute a one-sample Z-test for a one-dimensional double-precision floating-point ndarray.
packman-cli
A powerful CLI tool and IDE extension to streamline project dependencies and NodeJS version maintenance.
math-base-special-acovercosf
Compute the inverse coversed cosine of a single-precision floating-point number (in radians).
stats-cumax
Compute the cumulative maximum value along one or more ndarray dimensions.
stats-strided-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
array-base-mskbinary5d
Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.
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.