@stdlib/stats-base-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Calculate the mean and standard deviation of a double-precision floating-point strided array.
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the mean and variance of a double-precision floating-point strided array.
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 Welford's algorithm.
Create an iterator which iteratively computes a cumulative arithmetic mean.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
Compute a weighted arithmetic mean incrementally.
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.
Compute the mean percentage error (MPE) incrementally.
Compute the arithmetic mean over all iterated values.
Compute the arithmetic mean of absolute values for all iterated values.
Compute the arithmetic mean of squared absolute values for all iterated values.