stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
pubviz
PubViz is a tool for interactive visualization of publication data in BibTeX.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
stats-array-nanvariancetk
Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.
complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
complex-float64-base-sub
Subtract two double-precision complex floating-point numbers.
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
stats-strided-smediansorted
Calculate the median value of a sorted single-precision floating-point strided array.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
@stdlib/array-base-mskunary3d
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
stats-strided-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
@stdlib/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
stats-array-nanvarianceyc
Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-array-nanvariancech
Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
math-base-special-xlogyf
Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.
math-base-special-heavisidef
Evaluate the Heaviside function for a single-precision floating-point number.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-array-stdevtk
Calculate the standard deviation of an array using a one-pass textbook algorithm.
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
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! 🛠️🌍
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
blas-ext-base-ndarray-glast-index-of
Return the last index of a specified search element in a one-dimensional ndarray.
blas-ext-base-ndarray-sindex-of
Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.
constants-float32-gamma-lanczos-g
Arbitrary constant `g` to be used in Lanczos approximation functions.
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
stats-base-ztest-alternative-str2enum
Return the enumeration constant associated with a Z-test alternative hypothesis string.
stats-strided-mediansorted
Calculate the median value of a sorted strided array.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
stats-base-ndarray-min
Compute the minimum value of a one-dimensional ndarray.
blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
blas-base-dtrmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
math-base-special-ahavercosf
Compute the inverse half-value versed cosine for a single-precision floating point number.