Trait opensrdk_probability::distribution::independent_value_array_joint::DistributionValueProduct
source · pub trait DistributionValueProduct<D, T, U>where
D: Distribution<Value = T, Condition = U>,
T: RandomVariable,
U: RandomVariable,{
// Required method
fn only_value_joint(self) -> IndependentValueArrayJoint<D, T, U>;
}