Here are
277 public repositories
matching this topic...
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.
Updated
Dec 23, 2024
JavaScript
Calculate the standard deviation of a strided array using Welford's algorithm.
Updated
Dec 1, 2024
JavaScript
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Updated
Dec 1, 2024
JavaScript
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Updated
Dec 1, 2024
JavaScript
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Updated
Dec 1, 2024
JavaScript
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Updated
Dec 1, 2024
JavaScript
Calculate the standard deviation of a strided array using a two-pass algorithm.
Updated
Dec 1, 2024
JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Updated
Dec 24, 2024
JavaScript
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
Updated
Dec 24, 2024
JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Updated
Dec 24, 2024
JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
Updated
Dec 24, 2024
JavaScript
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Updated
Dec 24, 2024
JavaScript
Calculate the cumulative sum of double-precision floating-point strided array elements.
Updated
Dec 23, 2024
JavaScript
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Updated
Dec 24, 2024
JavaScript
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Updated
Dec 24, 2024
JavaScript
Calculate the cumulative sum of single-precision floating-point strided array elements.
Updated
Dec 23, 2024
JavaScript
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
Updated
Dec 1, 2024
JavaScript
Calculate the standard deviation of a strided array.
Updated
Dec 1, 2024
JavaScript
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Updated
Dec 1, 2024
JavaScript
Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Updated
Dec 1, 2024
JavaScript
Improve this page
Add a description, image, and links to the
strided-array
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
strided-array
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.