pub fn std_dev(values: &[f64], sample: bool) -> Option<f64>
Standard deviation = sqrt(variance). None if empty.
None