Function compute::statistics::sample_std[][src]

pub fn sample_std(data: &[f64]) -> f64
Expand description

Calculates the sample standard deviation of an array of data points. This is the square root of the sample variance.