Calculate the standard deviation of a strided array using Welford's algorithm.
-
Updated
Dec 1, 2024 - 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.
Calculate the arithmetic mean of a strided array using pairwise summation.
Calculate the range of a strided array, ignoring NaN values.
Round each element in a double-precision floating-point strided array toward positive infinity.
Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the range of a strided array according to a mask.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Standard library strided math functions.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Calculate the sum of double-precision floating-point strided array elements.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the variance of a single-precision floating-point strided array.
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."