statistical::univariate

Function skewness

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