pub fn rolling_std(data: &[f64], window: usize) -> Vec<f64>
Rolling std (auto-selects Welford algorithm, always optimal)