Function devices::tsc::calibrate::standard_deviation   
source ยท pub fn standard_deviation<T: ToPrimitive + Num + Copy>(items: &[T]) -> f64Expand description
Get the standard deviation of a Vec<T>.
pub fn standard_deviation<T: ToPrimitive + Num + Copy>(items: &[T]) -> f64Get the standard deviation of a Vec<T>.