pub fn std_dev(data: &[f64]) -> f64
Returns the unbiased sample standard deviation of data.
data
Returns 0.0 for slices with fewer than 2 elements.
0.0