Trait rv::traits::Entropy

source ·
pub trait Entropy {
    // Required method
    fn entropy(&self) -> f64;
}
Expand description

Defines the distribution entropy

Required Methods§

source

fn entropy(&self) -> f64

The entropy, H(X)

Implementors§