Function classif::stats::standard_deviation [] [src]

pub fn standard_deviation<T>(values: &[T]) -> T where
    T: Float + NumAssignOps

Compute the standard deviation of a list of values.