Struct opensrdk_probability::discrete::geometric::Geometric
source · pub struct Geometric;Expand description
Geometric
Trait Implementations
sourceimpl<Rhs, URhs> BitAnd<Rhs> for Geometricwhere
Rhs: Distribution<Value = GeometricParams, Condition = URhs>,
URhs: RandomVariable,
impl<Rhs, URhs> BitAnd<Rhs> for Geometricwhere
Rhs: Distribution<Value = GeometricParams, Condition = URhs>,
URhs: RandomVariable,
type Output = DependentJoint<Geometric, Rhs, u64, GeometricParams, URhs>
type Output = DependentJoint<Geometric, Rhs, u64, GeometricParams, URhs>
The resulting type after applying the
& operator.sourceimpl DiscreteDistribution for Geometric
impl DiscreteDistribution for Geometric
sourceimpl Distribution for Geometric
impl Distribution for Geometric
sourceimpl<Rhs, TRhs> Mul<Rhs> for Geometricwhere
Rhs: Distribution<Value = TRhs, Condition = GeometricParams>,
TRhs: RandomVariable,
impl<Rhs, TRhs> Mul<Rhs> for Geometricwhere
Rhs: Distribution<Value = TRhs, Condition = GeometricParams>,
TRhs: RandomVariable,
type Output = IndependentJoint<Geometric, Rhs, u64, TRhs, GeometricParams>
type Output = IndependentJoint<Geometric, Rhs, u64, TRhs, GeometricParams>
The resulting type after applying the
* operator.sourceimpl SampleableDistribution for Geometric
impl SampleableDistribution for Geometric
Auto Trait Implementations
impl RefUnwindSafe for Geometric
impl Send for Geometric
impl Sync for Geometric
impl Unpin for Geometric
impl UnwindSafe for Geometric
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