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