Function classif::stats::kurtosis [] [src]

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

Compute the kurtosis value of list of values. The implementation is based on Fischer's definition (normal ==> 0.0) and use unbiased estimators.