pub const DEFAULT_EWMA_ALPHA: f64 = 0.9;Expand description
The alpha value for the Exponentially Weighted Moving Average (EWMA) calculation. This is a measure of how much weight to give to the current value versus the previous values. A value of 0.9 results in a “half life” of 6-7 measurements.