Trait probability::distribution::Skewness[][src]

pub trait Skewness: Variance {
    fn skewness(&self) -> f64;
}

A distribution capable of computing the skewness.

Required Methods

Compute the skewness.

Implementors