stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
blas-ext-base-ndarray-gindex-of
Return the first index of a specified search element in a one-dimensional ndarray.
@stdlib/math-base-ops-divf
Divide two single-precision floating-point numbers.
wasm-base-arrays2ptrs
Convert a list of arrays to pointers (i.e., byte offsets) in WebAssembly module memory.
@stdlib/assert-is-complex128matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision complex floating-point numbers.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
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.
blas-ext-base-ndarray-zsum
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
@stdlib/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
@hugoalh/pressure
An ECMAScript (JavaScript & TypeScript) module to convert between units of the pressure.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.
stats-base-dists-planck-entropy
Planck (discrete exponential) distribution differential entropy.
constants-float32-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal single-precision floating-point number.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
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! 🛠️🌍
@hugoalh/fs
An ECMAScript (JavaScript & TypeScript) module for enhanced file system operation.
@stdlib/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
stats-array-stdevtk
Calculate the standard deviation of an array using a one-pass textbook algorithm.
stats-strided-dmaxsorted
Calculate the maximum value of a sorted double-precision floating-point strided array.
stats-strided-dmax
Calculate the maximum value of a double-precision floating-point strided array.
stats-base-ndarray-max
Compute the maximum value of a one-dimensional ndarray.
stats-strided-maxsorted
Calculate the maximum value of a sorted strided array.
stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
stats-strided-dcovmatmtk
Compute the covariance matrix for an `M` by `N` double-precision floating-point matrix `A` and assigns the results to a matrix `B` when provided known means and using a one-pass textbook algorithm.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
@stdlib/slice-base-args2multislice
Create a MultiSlice object from a list of MultiSlice constructor arguments.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
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.
ndarray-vector-int8
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
ndarray-base-unary-strided1d
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
@hugoalh/symmetric-crypto
An ECMAScript (JavaScript & TypeScript) module to provide an easier symmetric crypto.
@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-base-dists-bradford-cdf
Bradford distribution cumulative distribution function (CDF).
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! 🐙🌐
stats-array-nanmskrange
Effortlessly compute statistical ranges in arrays with stats-array-nanmskrange. Ideal for numerical tasks in JavaScript and Node.js. 🚀📊
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.
stats-array-nanstdev
Calculate the standard deviation of an array ignoring `NaN` values.
stats-strided-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
stats-strided-stdevyc
Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-stdevwd
Calculate the standard deviation of a strided array using Welford's algorithm.
@stdlib/ndarray-mostly-safe-casts
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
@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-max-by
Calculate the maximum value of a strided array via a callback function.
@hugoalh/is-string-singleline
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.
math-base-special-bernoullif
Compute the nth Bernoulli number as a single-precision floating-point number.
stats-strided-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-min-by
Calculate the minimum value of a strided array via a callback function.
stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
stats-strided-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.