Function rgsl::statistics::sd_m [] [src]

pub fn sd_m(data: &[f64], stride: usize, n: usize, mean: f64) -> f64

The standard deviation is defined as the square root of the variance. This function returns the square root of the corresponding variance functions above.