ewma_update

Function ewma_update 

Source
pub fn ewma_update(_current: f64, newvalue: f64, alpha: f64) -> f64
Expand description

Compute exponentially weighted moving average