statistical::univariate

Function average_deviation

Source
pub fn average_deviation<T>(v: &[T], mean: Option<T>) -> T
where T: Float,