Function statistical::univariate::kurtosis[][src]

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