pub fn vec_std_dev_f64(v: &[f64]) -> f64
Compute the standard deviation (population) of a f64 slice.
f64