constants-float64-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in double-precision floating-point format.
@stdlib/array-base-unary3d
Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
array-base-broadcasted-binary5d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
@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.
@stdlib/math-base-special-acscf
Compute the arccosecant of a single-precision floating-point number.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
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.
math-base-special-acscdf
Compute the arccosecant (in degrees) of a single-precision floating-point number.
stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.
blas-ext-base-ndarray-gindex-of
Return the first index of a specified search element in a one-dimensional ndarray.
stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
complex-float64-base-assert-is-almost-equal
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
@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.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-array-max-by
Calculate the maximum value of an array via a callback function.
@hugoalh/string-dissect
An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.
blas-ext-base-ndarray-sindex-of
Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.
blas-ext-base-ndarray-glast-index-of
Return the last index of a specified search element in a one-dimensional ndarray.
machine-translation-for-african-languages
This repository focuses on developing machine translation and NLP tools specifically for African languages. Join us in addressing the challenges and opportunities in this vital area of language technology! 🛠️🌍
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
array-base-symmetric-filled2d-by
Create a filled two-dimensional symmetric nested array according to a provided callback function.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
stats-array-nanvariancech
Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
stats-array-nanvarianceyc
Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
@stdlib/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
stats-strided-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
@hugoalh/is-numeric-integral
An ECMAScript (JavaScript & TypeScript) module to determine whether the numeric is integral.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
ndarray-base-unary-reduce-subarray-by
This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
stats-strided-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-strided-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanstdevch
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.