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

pub trait ContinousBayesianDistribution: ContinousDistribution + Clone + 'static {
    fn add_observation(&mut self, point: &PointRef);
}

Required methods

fn add_observation(&mut self, point: &PointRef)

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

Loading content...

Implementors

Loading content...