Trait rv::traits::Entropy[][src]

pub trait Entropy {
    fn entropy(&self) -> f64;
}

Defines the distribution entropy

Required Methods

The entropy, H(X)

Implementors