Skip to main content

moving_average

Function moving_average 

Source
pub fn moving_average(signal: &[f64], window: usize) -> Vec<f64>
Expand description

Compute the moving average of a signal.