@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
ndarray-vector-float32
Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
number-float32-base-assert-is-almost-equal
Test if two single-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
blas-ext-base-ndarray-dindex-of
Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.
@stdlib/math-base-special-acosd
Compute the arccosine (in degrees) of a double-precision floating-point number.
@stdlib/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stats-array-stdevch
Calculate the standard deviation of an array using a one-pass trial mean algorithm.
stats-array-nanmskrange
Calculate the range of an array according to a mask, ignoring NaN values.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
stats-strided-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
ndarray-base-unary-reduce-strided1d
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
blas-ext-base-ndarray-scusum
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.
blas-ext-base-ndarray-gsum
Compute the sum of all elements in a one-dimensional ndarray.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
number-float64-base-assert-is-almost-equal
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
stats-strided-sminsorted
Calculate the minimum value of a sorted single-precision floating-point strided array.
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-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
stats-strided-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
@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.
@stdlib/random-array-tools-unary
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
complex-float32-base-assert-is-almost-equal
Test whether two single-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
@stdlib/random-strided-weibull
Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.
@stdlib/random-array-randu
Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/assert-is-complex64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
stats-base-dists-planck-skewness
Planck (discrete exponential) distribution skewness.