Trait opensrdk_probability::independent_array_joint::DistributionProduct[][src]

pub trait DistributionProduct<D, T, U> where
    D: Distribution<T = T, U = U>,
    T: RandomVariable,
    U: RandomVariable
{ fn product(self) -> IndependentArrayJoint<D, T, U>; }

Required methods

fn product(self) -> IndependentArrayJoint<D, T, U>[src]

Loading content...

Implementors

impl<I, D, T, U> DistributionProduct<D, T, U> for I where
    I: Iterator<Item = D>,
    D: Distribution<T = T, U = U>,
    T: RandomVariable,
    U: RandomVariable
[src]

Loading content...