Skip to main content

Distribution

Trait Distribution 

Source
pub trait Distribution<Outcome>: Debug {
    // Required method
    fn p(&self, outcome: Outcome) -> f64;
}

Required Methods§

Source

fn p(&self, outcome: Outcome) -> f64

Implementors§