Updated 9 months ago

@stdlib/blas-ext-base-gcusumkbn2 • Rank 12.2 • Science 57%

Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.

Updated 9 months ago

@stdlib/blas-ext-base-scusumpw • Rank 4.5 • Science 57%

Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.

Updated 9 months ago

@stdlib/blas-ext-base-dcusumkbn • Rank 4.5 • Science 57%

Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

Updated 9 months ago

@stdlib/blas-ext-base-gcusumkbn • Rank 4.3 • Science 57%

Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.

Updated 9 months ago

@stdlib/blas-ext-base-scusumkbn • Rank 4.2 • Science 57%

Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

Updated 9 months ago

blas-ext-base-dcusumkbn2 • Rank 4.2 • Science 57%

Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

Updated 9 months ago

@stdlib/blas-ext-base-scusumkbn2 • Rank 3.3 • Science 57%

Calculate the cumulative sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

Updated 9 months ago

@stdlib/stats-base-dcumax • Rank 4.2 • Science 44%

Calculate the cumulative maximum of double-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/utils-async-reduce • Rank 4.0 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Updated 9 months ago

@stdlib/stats-base-dcuminabs • Rank 3.9 • Science 44%

Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/utils-reduce • Rank 3.6 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Updated 9 months ago

@stdlib/blas-ext-base-dcusumors • Rank 3.4 • Science 44%

Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.

Updated 9 months ago

@stdlib/stats-base-scuminabs • Rank 3.3 • Science 44%

Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/stats-base-scumin • Rank 3.2 • Science 44%

Calculate the cumulative minimum of single-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/stats-base-dcumaxabs • Rank 3.1 • Science 44%

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/blas-ext-base-scusumors • Rank 3.0 • Science 44%

Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.

Updated 9 months ago

@stdlib/stats-base-scumaxabs • Rank 3.0 • Science 44%

Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/utils-map-reduce-right • Rank 2.9 • Science 44%

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

Updated 9 months ago

@stdlib/utils-map-reduce • Rank 2.9 • Science 44%

Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.

Updated 9 months ago

@stdlib/stats-base-scumax • Rank 2.8 • Science 44%

Calculate the cumulative maximum of single-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/utils-reduce-right • Rank 2.5 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 9 months ago

@stdlib/utils-reduce2d • Rank 2.4 • Science 44%

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.

Updated 9 months ago

utils-async-reduce-right • Rank 0.7 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 9 months ago

blas-ext-base-dcusum • Rank 0.7 • Science 44%

Calculate the cumulative sum of double-precision floating-point strided array elements.

Updated 9 months ago

stats-base-dcumin • Rank 0.7 • Science 44%

Calculate the cumulative minimum of double-precision floating-point strided array elements.

Updated 9 months ago

stats-base-ndarray-dcumax • Rank 0.7 • Science 44%

Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 9 months ago

stats-strided-dcumax • Rank 0.0 • Science 44%

Calculate the cumulative maximum of double-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/blas-ext-base-dcusumpw • Rank 4.0 • Science 39%

Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.

Updated 9 months ago

@stdlib/stats-iter-cumeanabs2 • Rank 3.6 • Science 26%

Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.

Updated 9 months ago

stats-base-ndarray-dcumax • Science 44%

Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 9 months ago

ndarray-base-unary-reduce-strided1d-by • Science 44%

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.

Updated 9 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

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.

Updated 9 months ago

stats-strided-dcuminabs • Science 44%

Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.

Updated 9 months ago

stats-strided-scumax • Science 31%

Calculate the cumulative maximum of single-precision floating-point strided array elements.

Updated 9 months ago

ndarray-base-unary-reduce-strided1d • Science 44%

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.

Updated 9 months ago

stats-base-ndarray-scumax • Science 44%

Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 9 months ago

ndarray-base-unary-reduce-subarray • Science 44%

Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 9 months ago

stats-strided-scuminabs • Science 44%

Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.

Updated 9 months ago

stats-strided-scumin • Science 31%

Calculate the cumulative minimum of single-precision floating-point strided array elements.

Updated 9 months ago

stats-base-ndarray-scumin • Science 26%

Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐

Updated 9 months ago

ndarray-base-unary-strided1d • Science 44%

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.

Updated 9 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

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! 🐙🌐

Updated 9 months ago

blas-ext-base-ndarray-dcusum • Science 44%

Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.

Updated 9 months ago

ndarray-base-unary-reduce-strided1d-assign-struct • Science 44%

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.

Updated 9 months ago

stats-strided-dcumaxabs • Science 44%

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

Updated 9 months ago

stats-base-ndarray-dcumin • Science 26%

Efficiently perform statistical operations on ndarray data structures with stats-base-ndarray-dcumin. Enhance your numerical computations in JavaScript. 🚀📊

Updated 9 months ago

stats-strided-scumaxabs • Science 44%

Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.

Updated 9 months ago

stats-strided-dcumin • Science 44%

Calculate the cumulative minimum of double-precision floating-point strided array elements.

Updated 9 months ago

blas-ext-base-ndarray-scusum • Science 44%

Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.