[][src]Function statistical::univariate::pearson_skewness

pub fn pearson_skewness<T>(mean: T, mode: T, stdev: T) -> T where
    T: Float