pub fn std_dev<T: ToPrimitive>(t: &[T]) -> Option<f64>Expand description
std_dev return the standard deviation, the square root of the variance
pub fn std_dev<T: ToPrimitive>(t: &[T]) -> Option<f64>std_dev return the standard deviation, the square root of the variance