Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
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 strided array using Welford's algorithm.
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Compute a moving arithmetic mean of squared absolute values incrementally.