@stdlib/blas-ext-base-dsumpw
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dapxsumpw
Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
Updated by @stdlib-bot
@stdlib/stats-base-dmeanvarpn
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/blas-ext-base-ssumpw
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Updated by @stdlib-bot
@stdlib/stats-base-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@stdlib/stats-base-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Updated by @stdlib-bot
@stdlib/blas-ext-base-sapxsumpw
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.
Updated by @stdlib-bot
@stdlib/blas-ext-base-ssumkbn
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Updated by @stdlib-bot
@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 …
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@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 …
Updated by @stdlib-bot
@stdlib/stats-base-dnanvariancewd
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@stdlib/stats-base-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dsumors
Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.
Updated by @stdlib-bot
@stdlib/blas-ext-base-dapxsumkbn
Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@stdlib/blas-ext-base-sapxsumkbn
Adds a constant to each single-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Updated by @stdlib-bot
@stdlib/stats-base-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Updated by @stdlib-bot
@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 …
Updated by @stdlib-bot