stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
math-base-special-fibonacci-indexf
Compute the Fibonacci number index of a single-precision floating-point number.
stats-base-ztest-two-sample-results-float32
Create a two-sample Z-test single-precision floating-point results object.
@stdlib/blas-base-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
@stdlib/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
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).
stats-strided-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.
stats-strided-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
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.
stats-base-dists-planck-skewness
Planck (discrete exponential) distribution skewness.
stats-strided-dvarm
Calculate the variance of a double-precision floating-point strided array provided a known mean.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
array-base-any-is-entry-in
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
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.
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
stats-base-dists-planck-entropy
Planck (discrete exponential) distribution differential entropy.
@stdlib/array-base-broadcasted-binary4d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-strided-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
@stdlib/assert-is-complex128matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision complex floating-point numbers.
wasm-base-arrays2ptrs
Convert a list of arrays to pointers (i.e., byte offsets) in WebAssembly module memory.
array-fixed-endian-factory
Return a typed array constructor for creating typed arrays having a specified byte order.
iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
stats-array-nanmskrange
Calculate the range of an array according to a mask, ignoring NaN values.
stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
@stdlib/math-base-napi-quaternary
C APIs for registering a Node-API module exporting an interface for invoking a quaternary numerical function.
stats-strided-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
blas-ext-base-wasm-dnansumpw
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
math-base-special-sincosd
Simultaneously compute the sine and cosine of an angle measured in degrees.
@stdlib/random-array-gamma
Create an array containing pseudorandom numbers drawn from a gamma distribution.
stats-strided-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
random-strided-gamma
Fill a strided array with pseudorandom numbers drawn from a gamma distribution.
@stdlib/complex-float64-base-mul
Multiply two double-precision complex floating-point numbers.
@stdlib/array-base-binary2d
Apply a binary callback to elements in two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
stats-strided-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
math-base-special-cscf
Compute the cosecant of a single-precision floating-point number (in radians).
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.
blas-ext-base-ndarray-zsum
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
blas-ext-base-ndarray-slast-index-of
Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.
blas-ext-base-ndarray-dlast-index-of
Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/random-array-tools-unary-factory
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
math-base-special-negafibonaccif
Compute the nth negaFibonacci number as a single-precision floating-point number.