statistical::univariate

Function pkurtosis

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