@stdlib/random-strided-geometric
Fill a strided array with pseudorandom numbers drawn from a geometric distribution.
@stdlib/random-strided-randu
Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.
number-float32-base-ulp-difference
Calculate the ULP difference for Float32 numbers with this efficient JavaScript library. Perfect for numerical computation in browsers and Node.js. 🚀🌐
object-every-own-by
Explore the `object-every-own-by` library for efficient property retrieval in JavaScript objects. Ideal for numerical computation in Node.js and browsers. 🚀🌐
stats-base-ndarray-dcovarmtk
Compute the covariance of two one-dimensional double-precision floating-point ndarrays provided known means and using a one-pass textbook algorithm.
@stdlib/slice-base-reduced-dimensions
Return a list of reduced dimensions in an un-normalized multi-slice.
@stdlib/math-base-special-acotf
Compute the inverse cotangent of a single-precision floating-point number.
math-base-special-ahaversinf
Compute the inverse half-value versed sine of a single-precision floating-point number.
@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.
random-strided-gamma
Fill a strided array with pseudorandom numbers drawn from a gamma distribution.
@stdlib/math-base-napi-quaternary
C APIs for registering a Node-API module exporting an interface for invoking a quaternary numerical function.
stats-strided-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
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.
ndarray-base-promote-dtypes
Resolve the data type that results from applying promotion rules to a provided list of data types.
@stdlib/complex-float64-base-mul
Multiply two double-precision complex floating-point numbers.
@stdlib/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
stats-base-ndarray-sztest
Compute a one-sample Z-test for a one-dimensional single-precision floating-point ndarray.
stats-strided-dvarmtk
Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.
@stdlib/math-base-special-secd
Compute the secant of an angle measured in degrees.
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.
@stdlib/complex-float32-conj
Return the complex conjugate of a single-precision complex floating-point number.
@stdlib/array-base-quaternary2d
Apply a quaternary callback to elements in four two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.
stats-base-ndarray-scumin
Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐
@stdlib/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-dnanstdevtk
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/math-base-ops-divf
Divide two single-precision floating-point numbers.
array-base-broadcasted-quinary4d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
stats-strided-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
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-incr-nanstdev
Compute a corrected sample standard deviation incrementally, ignoring NaN values.
math-base-special-sech
Compute the hyperbolic secant of a double-precision floating-point number.
@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-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
math-base-special-negafibonaccif
Compute the nth negaFibonacci number as a single-precision floating-point number.
complex-float64-base-neg
Negate a double-precision complex floating-point number.
stats-strided-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
math-array-tools-unary
Constructor for applying a unary function to each element in an input array.
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
@stdlib/blas-base-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-strided-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
@stdlib/random-strided-poisson
Fill a strided array with pseudorandom numbers drawn from a Poisson distribution.
stats-base-dists-planck-logcdf
Evaluate the logarithm of cumulative distribution function (CDF) for a Planck (discrete exponential) distribution.