Skip to main content

compute_std

Function compute_std 

Source
pub fn compute_std(x: &[f64], x_mean: f64) -> f64
Expand description

Compute the sample standard deviation of a slice given a pre-computed mean.