@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/stats-base-dists-degenerate-cdf
Degenerate distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-chisquare-cdf
Chi-squared distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-binomial-cdf
Binomial distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-chisquare-quantile
Chi-squared distribution quantile function.
@stdlib/stats-base-dists-beta-logcdf
Beta distribution logarithm of cumulative distribution function (CDF).
@stdlib/stats-base-dists-beta-cdf
Beta distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-degenerate-logcdf
Degenerate distribution logarithm of cumulative distribution function (logCDF).
@stdlib/stats-base-dists-cauchy-cdf
Cauchy distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-kumaraswamy-cdf
Kumaraswamy's double bounded distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-chi-cdf
Chi distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-cauchy-logcdf
Cauchy distribution natural logarithm of cumulative distribution function (CDF).
@stdlib/stats-base-dists-betaprime-cdf
Beta prime distribution cumulative distribution function (CDF).
@stdlib/blas-ext-base-gcusum
Calculate the cumulative sum of strided array elements.
@stdlib/stats-base-dists-betaprime-logcdf
Evaluate the natural logarithm of the cumulative distribution function (CDF) for a beta prime distribution.
@stdlib/stats-base-dists-gamma-logcdf
Gamma distribution logarithm of cumulative distribution function (CDF).
@stdlib/stats-base-dcumax
Calculate the cumulative maximum of double-precision floating-point strided array elements.
@stdlib/blas-ext-base-scusum
Calculate the cumulative sum of single-precision floating-point strided array elements.
@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/stats-base-dists-kumaraswamy-quantile
Kumaraswamy's double bounded distribution quantile function.
@stdlib/stats-base-dists-kumaraswamy-logcdf
Natural logarithm of the cumulative distribution function (CDF)for a Kumaraswamy's double bounded distribution.
@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/stats-iter-cusum
Create an iterator which iteratively computes a cumulative sum.
@stdlib/stats-iter-cuminabs
Create an iterator which iteratively computes a cumulative minimum absolute value.
@stdlib/blas-ext-base-dcusumors
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/stats-iter-cuhmean
Create an iterator which iteratively computes a cumulative harmonic mean.
@stdlib/stats-base-cumaxabs
Calculate the cumulative maximum absolute value of a strided array.
@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-cumax
Create an iterator which iteratively computes a cumulative maximum value.
@stdlib/stats-iter-curange
Create an iterator which iteratively computes a cumulative range.
@stdlib/stats-base-scumin
Calculate the cumulative minimum 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-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
@stdlib/stats-iter-cumaxabs
Create an iterator which iteratively computes a cumulative maximum absolute value.
@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/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.
stats-iter-cumin
Create an iterator which iteratively computes a cumulative minimum value.
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.
stats-base-dists-degenerate-quantile
Degenerate distribution quantile function.
blas-ext-base-dcusum
Calculate the cumulative sum of double-precision floating-point strided array elements.
array-base-cusome-by-right
Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.
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.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
array-base-cunone-by
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.
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.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
stats-strided-scumin
Calculate the cumulative minimum of single-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. 🚀📊
blas-ext-base-ndarray-gcusum
Compute the cumulative sum of a one-dimensional ndarray.
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.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
stats-cumax
Compute the cumulative maximum value along one or more ndarray dimensions.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
stats-base-ndarray-scumin
Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
stats-strided-dcumaxabs
Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.
stats-base-dists-bradford-cdf
Bradford distribution cumulative distribution function (CDF).
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
blas-ext-base-ndarray-scusum
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.
blas-ext-base-ndarray-dcusum
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.
array-base-cunone-by-right
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
stats-strided-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
array-base-cuany-by-right
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.