Skip to main content

std_dev

Function std_dev 

Source
pub fn std_dev(data: &[f32]) -> f32
Expand description

Population standard deviation. Returns 0.0 for slices with fewer than two elements.