pub fn ewma_update( previous: f64, sample: f64, alpha: f64, ) -> Result<f64, PrimitiveError>
EWMA update with generic gain alpha.
alpha