Skip to main content

moving_average

Function moving_average 

Source
pub fn moving_average(signal: Vec<f64>, window: usize) -> PyResult<Vec<f64>>