@stdlib/stats-base-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
Calculate the median value of a sorted double-precision floating-point strided array.
Compute a moving geometric mean incrementally.
Compute a moving harmonic mean incrementally.
Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.
Compute a moving mean absolute error (MAE) incrementally.
Compute a moving mean absolute percentage error (MAPE) incrementally.
Compute a moving mean directional accuracy (MDA) incrementally.
Uniform distribution expected value.
Uniform distribution median.
Create an iterator which iteratively computes a cumulative geometric mean.
Create an iterator which iteratively computes a cumulative harmonic mean.
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 mean error (ME) incrementally.
Compute a moving arithmetic mean incrementally.
Compute a moving arithmetic mean of absolute values incrementally.
Compute a moving arithmetic mean of squared absolute values incrementally.
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.