statistical::univariate

Function kurtosis

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