[][src]Trait grandma::plugins::distributions::DiscreteBayesianDistribution

pub trait DiscreteBayesianDistribution: DiscreteDistribution + Clone + 'static {
    fn add_observation(&mut self, loc: Option<NodeAddress>);
}

Required methods

fn add_observation(&mut self, loc: Option<NodeAddress>)

Adds an observation to the distribution. This currently shifts the underlying parameters of the distribution rather than be tracked.

Loading content...

Implementors

impl DiscreteBayesianDistribution for Dirichlet[src]

Loading content...