stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
@stdlib/complex-float32-base-add
Add two single-precision complex floating-point numbers.
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).
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
stats-strided-sstdevyc
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
array-base-broadcasted-ternary3d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
stats-array-nanvariancepn
Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.
blas-base-wasm-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
@stdlib/array-zero-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
@stdlib/random-array-cauchy
Create an array containing pseudorandom numbers drawn from a Cauchy distribution.
@stdlib/blas-base-caxpy
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.
@stdlib/blas-base-zswap
Interchanges two complex double-precision floating-point vectors.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
@stdlib/ndarray-base-maybe-broadcast-arrays
Broadcast ndarrays to a common shape.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-array-triangular
Create an array containing pseudorandom numbers drawn from a triangular distribution.
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
stats-max-by
Compute the maximum value along one or more ndarray dimensions according to a callback function.
math-base-special-lucasf
Compute the nth Lucas number as a single-precision floating-point number.
random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
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.
stats-array-nanmean
Calculate the arithmetic mean 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.
stats-strided-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
math-base-special-acosdf
Compute the arccosine (in degrees) of a single-precision floating-point number.
@stdlib/random-strided-chi
Fill a strided array with pseudorandom numbers drawn from a chi distribution.
@stdlib/strided-base-reinterpret-boolean
Reinterpret a BooleanArray as a Uint8Array.
@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/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.
@stdlib/complex-float64-base-assert-is-equal
Test whether two double-precision complex floating-point numbers are equal.
@stdlib/array-base-quaternary5d
Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
@stdlib/array-base-broadcasted-ternary2d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.