@stdlib/stats-base-dnanstdevwd
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
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 using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a strided array using Welford's algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.