Struct opensrdk_probability::discrete::integer::categorical::Categorical
source · pub struct Categorical;Trait Implementations§
source§impl<Rhs, URhs> BitAnd<Rhs> for Categoricalwhere
Rhs: Distribution<Value = CategoricalParams, Condition = URhs>,
URhs: RandomVariable,
impl<Rhs, URhs> BitAnd<Rhs> for Categoricalwhere
Rhs: Distribution<Value = CategoricalParams, Condition = URhs>,
URhs: RandomVariable,
§type Output = DependentJoint<Categorical, Rhs, usize, CategoricalParams, URhs>
type Output = DependentJoint<Categorical, Rhs, usize, CategoricalParams, URhs>
The resulting type after applying the
& operator.source§impl Clone for Categorical
impl Clone for Categorical
source§fn clone(&self) -> Categorical
fn clone(&self) -> Categorical
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 moresource§impl Debug for Categorical
impl Debug for Categorical
source§impl DiscreteDistribution for Categorical
impl DiscreteDistribution for Categorical
source§impl Distribution for Categorical
impl Distribution for Categorical
source§impl<Rhs, TRhs> Mul<Rhs> for Categoricalwhere
Rhs: Distribution<Value = TRhs, Condition = CategoricalParams>,
TRhs: RandomVariable,
impl<Rhs, TRhs> Mul<Rhs> for Categoricalwhere
Rhs: Distribution<Value = TRhs, Condition = CategoricalParams>,
TRhs: RandomVariable,
§type Output = IndependentJoint<Categorical, Rhs, usize, TRhs, CategoricalParams>
type Output = IndependentJoint<Categorical, Rhs, usize, TRhs, CategoricalParams>
The resulting type after applying the
* operator.