array-base-mskunary4d
Apply a unary callback to elements in a four-dimensional nested input array according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
napi-argv-strided-complex128array2d
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
string-base-format-interpolate
Generate string from a token array by interpolating values.
math-iter-ops-multiply
Create an iterator which performs element-wise multiplication of two or more iterators.
utils-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
stats-base-nanmeanors
Calculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.
array-base-mskbinary2d
Apply a binary callback to elements in two two-dimensional nested input arrays according to elements in a two-dimensional nested mask array and assign results to elements in a two-dimensional nested output array.
@stdlib/blas-base-dsdot
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
@stdlib/blas-ext-base-dcusumpw
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
@stdlib/blas-ext-base-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
@stdlib/number-float64-base-to-int64-bytes
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
@stdlib/assert-is-capitalized
Test if a value is a string having an uppercase first character.
@stdlib/random-array-discrete-uniform
Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/stats-base-dists-cauchy-entropy
Cauchy distribution differential entropy.
@stdlib/math-iter-special-expit
Create an iterator which evaluates the standard logistic function for each iterated value.
@stdlib/math-iter-special-rad2deg
Create an iterator which converts an angle from radians to degrees for each iterated value.
@stdlib/math-iter-special-rsqrt
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
@stdlib/stats-base-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
@stdlib/math-base-special-fast-acosh
Compute the hyperbolic arccosine of a number.
@stdlib/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
@stdlib/math-iter-special-cos
Create an iterator which computes the cosine of each iterated value.
@stdlib/math-strided-special-srsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
@stdlib/math-iter-special-inv
Create an iterator which computes the multiplicative inverse of each iterated value.
@stdlib/blas-ext-base-dapxsumors
Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
@stdlib/math-strided-special-sinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array.
@stdlib/utils-property-descriptors
Return an object's own property descriptors.
@stdlib/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
@stdlib/utils-async-series-waterfall
Execute functions in series, passing the results of one function as arguments to the next function.
@stdlib/utils-map3d
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
@stdlib/math-strided-special-dramp
Evaluate the ramp function for each element in a double-precision floating-point strided array.
console-log-each
Insert array element values into a format string and print the result.
blas-ext-base-ndarray-glast-index-of
Efficiently find the index of values in ndarrays with blas-ext-base-ndarray-glast-index-of. Ideal for numerical computations in JavaScript. 🐙💻
@stdlib/math-base-special-acotd
Compute the arccotangent (in degrees) of a double-precision floating-point number.
math-base-special-wrapf
The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊
stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
math-base-special-cinvf
The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊
stats-array-nanvariancewd
Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.
stats-array-nanvariance
Calculate the variance of an array ignoring `NaN` values.
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
constants-float32-gamma-lanczos-g
Arbitrary constant `g` to be used in Lanczos approximation functions.
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.