stats-strided-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
@stdlib/array-base-binary3d
Apply a binary callback to elements in three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
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.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-max-by
This repository contains the `stats-strided-max-by` function, which computes the maximum value of a strided array using a callback function. Explore the code and contribute to enhancing numerical computation in JavaScript! 🛠️📊
@stdlib/array-base-unary2d
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
array-base-unary5d-by
Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.
array-base-without
Return a new array containing every element from an input array, except for the element at a specified index.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
@stdlib/array-base-quinary4d
Apply a quinary callback to elements in five four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
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.
@stdlib/array-base-assert-is-complex64array
Test if a value is a Complex64Array.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
stats-array-nanstdevch
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-nanminabs
Calculate the minimum absolute value of a strided array, ignoring NaN values.
stats-strided-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
stats-array-nanvariancetk
Calculate the variance of an array ignoring `NaN` values and using a one-pass textbook algorithm.
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).
blas-base-wasm-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
blas-base-wasm-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
blas-base-wasm-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
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-array-nanvarianceyc
Calculate the variance of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
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! 🐙🌐
stats-array-nanmskrange
Effortlessly compute statistical ranges in arrays with stats-array-nanmskrange. Ideal for numerical tasks in JavaScript and Node.js. 🚀📊
stats-array-nanvariancech
Calculate the variance of an array ignoring `NaN` values and using a one-pass trial mean algorithm.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
stats-strided-dnanstdev
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
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.
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
stats-strided-maxabs
This repository provides a function to compute the maximum absolute value of strided data efficiently. Join us in enhancing numerical computation in JavaScript! 🛠️✨
@stdlib/array-base-from-strided
Convert a strided array to a non-strided generic array.
@stdlib/ndarray-base-nullary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
ndarray-base-unary-reduce-strided1d-assign-struct
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
grids
A python tool for extracting time series subsets of n-dimensional spatiotemporal arrays
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
@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.