@stdlib/blas-ext-base-gcusumkbn2
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-scusumpw
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
@stdlib/blas-ext-base-dcusumkbn
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
@stdlib/blas-ext-base-gcusumkbn
Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.
@stdlib/blas-ext-base-scusumkbn
Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
blas-ext-base-dcusumkbn2
Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-scusumkbn2
Calculate the cumulative sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-gcusumpw
Calculate the cumulative sum of strided array elements using pairwise summation.
@stdlib/blas-ext-base-gcusum
Calculate the cumulative sum of strided array elements.
@stdlib/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
@stdlib/blas-ext-base-scusum
Calculate the cumulative sum of single-precision floating-point strided array elements.
@stdlib/stats-base-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
@stdlib/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/stats-base-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
@stdlib/stats-iter-cuprod
Create an iterator which iteratively computes a cumulative product.
@stdlib/blas-ext-base-gcusumors
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
@stdlib/stats-iter-cugmean
Create an iterator which iteratively computes a cumulative geometric mean.
@stdlib/utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
@stdlib/blas-ext-base-dcusumors
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/stats-base-cumaxabs
Calculate the cumulative maximum absolute value of a strided array.
@stdlib/stats-iter-cuhmean
Create an iterator which iteratively computes a cumulative harmonic mean.
@stdlib/stats-base-cuminabs
Calculate the cumulative minimum absolute value of a strided array.
@stdlib/stats-base-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
@stdlib/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
@stdlib/stats-base-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@stdlib/stats-base-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@stdlib/blas-ext-base-scusumors
Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/stats-base-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
@stdlib/utils-map-reduce-right
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
@stdlib/stats-iter-cusumabs2
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
@stdlib/utils-map-reduce
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
@stdlib/stats-base-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
@stdlib/stats-iter-cumean
Create an iterator which iteratively computes a cumulative arithmetic mean.
@stdlib/utils-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
@stdlib/utils-reduce2d
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.
stats-base-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
ndarray-base-unary-accumulate
Perform a reduction over elements in a input ndarray.
stats-strided-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
@stdlib/blas-ext-base-dcusumpw
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
@stdlib/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
ndarray-base-unary-reduce-strided1d-by
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.
ndarray-base-unary-reduce-subarray-by
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
blas-ext-base-ndarray-gcusum
Compute the cumulative sum of a one-dimensional ndarray.
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
ndarray-base-unary-reduce-strided1d
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
ndarray-base-unary-reduce-subarray
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
stats-strided-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
stats-base-ndarray-scumin
Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐
ndarray-base-unary-strided1d
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
ndarray-base-unary-reduce-subarray-by
This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐
blas-ext-base-ndarray-dcusum
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.
ndarray-base-unary-reduce-strided1d-assign-struct
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
stats-strided-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
stats-base-ndarray-dcumin
Efficiently perform statistical operations on ndarray data structures with stats-base-ndarray-dcumin. Enhance your numerical computations in JavaScript. 🚀📊
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.
stats-strided-dcumin
Calculate the cumulative minimum of double-precision floating-point strided array elements.
blas-ext-base-ndarray-scusum
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.