pub fn std( data: &[f64], window: usize, min_periods: usize, ddof: usize, ) -> Vec<f64>
Rolling / expanding standard deviation (pandas std).
std