Calculate the standard deviation of a strided array using Welford's algorithm.
-
Updated
Jul 5, 2025 - JavaScript
Calculate the standard deviation of a strided array using Welford's algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Standard library strided math functions.
Base strided.
Standard library strided array special math functions.
Strided array math operations.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.
Calculate the minimum value of a single-precision floating-point strided array.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
Calculate the standard deviation of a strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Perform a reduction over elements in a input ndarray.
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Add a description, image, and links to the strided topic page so that developers can more easily learn about it.
To associate your repository with the strided topic, visit your repo's landing page and select "manage topics."