stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
stats-strided-dsvariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
blas-ext-base-wasm-dapxsumpw
Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
napi-argv-dataview
This repository provides a way to work with DataView in Node.js, allowing seamless manipulation of binary data. 🌐 Explore efficient numerical computations with ease and flexibility. 🛠️
stats-strided-nanmax-by
This repository provides a function for computing the maximum value of a strided array while ignoring NaN values. Explore the code and contribute to enhance numerical computation in JavaScript! 🐱💻📊
blas-base-assert-is-matrix-orientation
Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊
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.
stats-strided-meanpn
Stats-strided-meanpn provides efficient computation of strided means for numerical data. 📊 This library enhances your data analysis capabilities in JavaScript and Node.js. 🚀
stats-strided-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dcovarmtk
Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.
blas-ext-base-ndarray-gindex-of
Return the first index of a specified search element in a one-dimensional ndarray.
blas-base-matrix-orientation-str2enum
Return the enumeration constant associated with a matrix orientation.
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-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
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. 🐙💻
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.
array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.