@stdlib/stats-base-dnanmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
Calculate the arithmetic mean of a double-precision floating-point strided array, using Welford's algorithm and ignoring NaN values.
Calculate the arithmetic mean of a strided array.
Calculate the arithmetic mean of a strided array using an improved Kahan–Babuška algorithm.
Calculate the arithmetic mean of a strided array using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Calculate the arithmetic mean of a strided array using pairwise summation.
Calculate the arithmetic mean of a strided array using Welford's algorithm.
Calculate the median value of a sorted strided array.
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.
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.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, 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, ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Compute a moving arithmetic mean incrementally.
Compute a moving arithmetic mean of absolute values incrementally.
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
Compute a moving arithmetic mean and unbiased sample variance incrementally.