Skip to main content

std_dev_with_mean

Function std_dev_with_mean 

Source
pub fn std_dev_with_mean(samples: &[f64], mean: f64) -> f64
Expand description

Compute sample standard deviation given a pre-computed mean.

Useful when the mean has already been calculated separately.