Trait bio::stats::bayesian::model::Prior[][src]

pub trait Prior {
    type Event;
    fn compute(&self, event: &Self::Event) -> LogProb;
}

Prior model.

Associated Types

Loading content...

Required methods

fn compute(&self, event: &Self::Event) -> LogProb[src]

Loading content...

Implementors

Loading content...