Calculate the cumulative maximum of a strided array.
-
Updated
Jun 25, 2026 - JavaScript
Calculate the cumulative maximum of a strided array.
Create an iterator which iteratively computes a cumulative sum of absolute values.
Calculate the cumulative sum of single-precision floating-point strided array elements.
Apply a function against an accumulator and each element in a collection and return the accumulated result.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
Perform a reduction over elements in a input ndarray.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Calculate the cumulative sum of strided array elements.
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Create an iterator which iteratively computes a cumulative geometric mean.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative minimum of double-precision floating-point strided array elements.
Create an iterator which iteratively computes a cumulative product.
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Add a description, image, and links to the accumulate topic page so that developers can more easily learn about it.
To associate your repository with the accumulate topic, visit your repo's landing page and select "manage topics."