is-buffer
Determine if an object is a Buffer
Determine if an object is a Buffer
Convert a typed array to a Buffer without a copy
Validates if a value is a Float64Array.
Validation utilities.
Determine if an object is a Buffer
Chooses the Best Typed Array to use for an Array of Number. Supports Big Integers!
To Typed Array: Convert an Array of Numbers to the Typed Array with the Smallest Memory Footprint
Check if a data is a float64array.
Typed array pool.
Utility library that lists out all transferable objects that can be transfered between Workers and the main thread.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the range of a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array.
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.