Function rgsl::statistics::sd_with_fixed_mean [] [src]

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

This function calculates the standard deviation of data for a fixed population mean mean. The result is the square root of the corresponding variance function.