Function moving_sum

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

Fast moving sum calculation