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

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.