pub struct Bernoulli;Trait Implementations
sourceimpl<Rhs, URhs> BitAnd<Rhs> for Bernoulliwhere
Rhs: Distribution<Value = BernoulliParams, Condition = URhs>,
URhs: RandomVariable,
impl<Rhs, URhs> BitAnd<Rhs> for Bernoulliwhere
Rhs: Distribution<Value = BernoulliParams, Condition = URhs>,
URhs: RandomVariable,
type Output = DependentJoint<Bernoulli, Rhs, bool, BernoulliParams, URhs>
type Output = DependentJoint<Bernoulli, Rhs, bool, BernoulliParams, URhs>
The resulting type after applying the
& operator.sourceimpl ConditionDifferentiableDistribution for Bernoulli
impl ConditionDifferentiableDistribution for Bernoulli
fn ln_diff_condition(
&self,
x: &Self::Value,
theta: &Self::Condition
) -> Result<Vec<f64>, DistributionError>
sourceimpl DiscreteDistribution for Bernoulli
impl DiscreteDistribution for Bernoulli
sourceimpl Distribution for Bernoulli
impl Distribution for Bernoulli
sourceimpl<Rhs, TRhs> Mul<Rhs> for Bernoulliwhere
Rhs: Distribution<Value = TRhs, Condition = BernoulliParams>,
TRhs: RandomVariable,
impl<Rhs, TRhs> Mul<Rhs> for Bernoulliwhere
Rhs: Distribution<Value = TRhs, Condition = BernoulliParams>,
TRhs: RandomVariable,
type Output = IndependentJoint<Bernoulli, Rhs, bool, TRhs, BernoulliParams>
type Output = IndependentJoint<Bernoulli, Rhs, bool, TRhs, BernoulliParams>
The resulting type after applying the
* operator.sourceimpl SampleableDistribution for Bernoulli
impl SampleableDistribution for Bernoulli
Auto Trait Implementations
impl RefUnwindSafe for Bernoulli
impl Send for Bernoulli
impl Sync for Bernoulli
impl Unpin for Bernoulli
impl UnwindSafe for Bernoulli
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more