Skip to main content

mean_std

Function mean_std 

Source
pub fn mean_std(xs: &[f64]) -> (f64, f64)
Expand description

Mean and sample standard deviation, with std 0 for n < 2.