Change the repository type filter
All
Repositories list
4k repositories
- Standard library statistical functions.
- Chi-squared distribution moment-generating function (MGF).
stdlib
Public- Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
stats-base-dstdevtk
PublicCalculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.stats-base-dstdevwd
PublicCalculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.- Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
blas-ext-base-gnansum
PublicCalculate the sum of strided array elements, ignoring NaN values.blas-ext-base-gnansumors
PublicCalculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.stats-base-dstdevch
PublicCalculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.- Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
- Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
blas-ext-base-dsumors
PublicCalculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.stats-base-smeanlipw
PublicCalculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.stats-base-smeanors
PublicCalculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.stats-base-smeanpn
PublicCalculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.stats-base-snanmeanpn
PublicCalculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.stats-base-snanmeanors
PublicCalculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.stats-base-snanmean
PublicCalculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.stats-base-smeanpw
PublicCalculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.ndarray
Publicslice
Publicmath
Publicconstants
Public- Binomial distribution variance.
ndarray-index
Public- Compute the hyperbolic arctangent of each element retrieved from an input strided array via a callback function.