@stdlib/blas-ext-base-gsumpw
Calculate the sum of strided array elements using pairwise summation.
@stdlib/stats-base-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
@stdlib/blas-ext-base-gapxsumpw
Adds a constant to each strided array element and computes the sum using pairwise summation.
@stdlib/stats-base-meanpn
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
@stdlib/stats-base-stdevpn
Calculate the standard deviation of a strided array using a two-pass algorithm.
@stdlib/blas-ext-base-dsumpw
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
@stdlib/blas-ext-base-gsumkbn
Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
@stdlib/blas-ext-base-dnansumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
@stdlib/blas-ext-base-ssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
@stdlib/blas-ext-base-dapxsumkbn
Add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
@stdlib/blas-ext-base-dnannsumpw
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
@stdlib/blas-ext-base-sapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.
@stdlib/stats-base-nanstdevch
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
@stdlib/blas-ext-base-dssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.
@stdlib/stats-base-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
@stdlib/blas-ext-base-dapxsumkbn2
Add a constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-sapxsumkbn
Add a constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
@stdlib/blas-ext-base-ssumkbn2
Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-dsumkbn
Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
@stdlib/stats-base-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/stats-base-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
@stdlib/stats-base-nanvariancewd
Calculate the variance of a strided array ignoring NaN values and using Welford's 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-sdssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
@stdlib/blas-ext-base-gsumkbn2
Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/stats-base-variancetk
Calculate the variance of a strided array using a one-pass textbook algorithm.
@stdlib/blas-ext-base-ssumkbn
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-stdevwd
Calculate the standard deviation of a strided array using Welford's algorithm.
@stdlib/blas-ext-base-gapxsumkbn
Add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
stats-base-nanmeanwd
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
@stdlib/stats-base-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
@stdlib/stats-base-dnanvarianceyc
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/blas-ext-base-dsumkbn2
Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
@stdlib/stats-base-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
@stdlib/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/stats-base-snanvariancepn
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
@stdlib/stats-base-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/stats-base-dnanmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
@stdlib/stats-base-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
@stdlib/blas-ext-base-dnannsumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-dnannsumkbn
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-meankbn
Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.
@stdlib/blas-ext-base-dnansumpw
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
@stdlib/stats-base-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
@stdlib/stats-base-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.
@stdlib/stats-base-stdevtk
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
@stdlib/stats-base-nanmeanpn
Calculate the arithmetic mean of a strided array, ignoring NaN values and using a two-pass error correction algorithm.
@stdlib/blas-ext-base-dsapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
@stdlib/stats-base-smeanlipw
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
@stdlib/stats-base-dnanstdevyc
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/stats-base-dnanmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.
@stdlib/stats-base-nanstdevtk
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/blas-ext-base-gnansumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-snanvariancetk
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/stats-base-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
@stdlib/stats-base-dmeankbn2
Calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-snanstdevpn
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
@stdlib/blas-ext-base-dsnansumpw
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.
@stdlib/stats-base-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
@stdlib/stats-base-meanpw
Calculate the arithmetic mean of a strided array using pairwise summation.
@stdlib/stats-base-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/stats-base-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
@stdlib/blas-ext-base-snansumpw
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
@stdlib/stats-base-smeankbn
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-nanstdevpn
Calculate the standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.
@stdlib/blas-ext-base-sdsnansumpw
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation with extended accumulation.
@stdlib/stats-base-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
@stdlib/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
@stdlib/stats-base-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/stats-base-dsmeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
@stdlib/stats-base-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
@stdlib/stats-base-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
@stdlib/stats-base-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/stats-base-variancewd
Calculate the variance of a strided array using Welford's algorithm.
@stdlib/stats-base-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
@stdlib/stats-base-dsemtk
Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass textbook algorithm.
@stdlib/stats-base-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
@stdlib/stats-base-snanstdevtk
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/blas-ext-base-sdsapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.
@stdlib/stats-base-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
@stdlib/stats-base-dvarianceyc
Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/stats-base-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/stats-base-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
@stdlib/stats-base-dmeanlipw
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
@stdlib/stats-base-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/stats-base-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/stats-base-smeankbn2
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
@stdlib/blas-ext-base-gnannsumkbn
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
@stdlib/stats-base-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
@stdlib/stats-base-meankbn2
Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/blas-ext-base-gnansumkbn2
Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
@stdlib/blas-ext-base-dnansumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.