@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 variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the arithmetic mean of a strided array using Welford's 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 standard deviation of a double-precision floating-point strided array using Welford's algorithm.