@stdlib/stats-base-dists-chisquare-mean
Chi-squared distribution expected value.
Chi-squared distribution expected value.
Chi distribution expected value.
Raised cosine distribution expected value.
Geometric distribution expected value.
Gumbel distribution mean.
Inverse gamma distribution expected value.
Kumaraswamy's double bounded distribution expected value.
Lévy distribution expected value.
Laplace distribution expected value.
Logistic distribution expected value.
Triangular distribution expected value.
Uniform distribution expected value.
Uniform distribution median.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
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.
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
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.
Calculate the arithmetic mean of a double-precision floating-point strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.