pub struct IndependentArrayJoint<D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: RandomVariable,{ /* private fields */ }Expand description
p(x|a) = Π p(xi|ai)
Trait Implementations§
source§impl<D, T, U, Rhs, URhs> BitAnd<Rhs> for IndependentArrayJoint<D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: RandomVariable,
Rhs: Distribution<Value = Vec<U>, Condition = URhs>,
URhs: RandomVariable,
impl<D, T, U, Rhs, URhs> BitAnd<Rhs> for IndependentArrayJoint<D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: RandomVariable,
Rhs: Distribution<Value = Vec<U>, Condition = URhs>,
URhs: RandomVariable,
source§impl<D, T, U> Clone for IndependentArrayJoint<D, T, U>where
D: Distribution<Value = T, Condition = U> + Clone,
T: RandomVariable + Clone,
U: RandomVariable + Clone,
impl<D, T, U> Clone for IndependentArrayJoint<D, T, U>where
D: Distribution<Value = T, Condition = U> + Clone,
T: RandomVariable + Clone,
U: RandomVariable + Clone,
source§fn clone(&self) -> IndependentArrayJoint<D, T, U>
fn clone(&self) -> IndependentArrayJoint<D, T, U>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more