[][src]Trait goko::plugins::gaussians::ContinousBayesianDistribution

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

Required methods

fn add_observation<T: PointRef>(&mut self, point: &T)[src]

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

Loading content...

Implementors

Loading content...