Struct opensrdk_probability::continuous::gamma::Gamma
source · pub struct Gamma;Expand description
Gamma distribution
Trait Implementations
sourceimpl<Rhs, URhs> BitAnd<Rhs> for Gammawhere
Rhs: Distribution<Value = GammaParams, Condition = URhs>,
URhs: RandomVariable,
impl<Rhs, URhs> BitAnd<Rhs> for Gammawhere
Rhs: Distribution<Value = GammaParams, Condition = URhs>,
URhs: RandomVariable,
type Output = DependentJoint<Gamma, Rhs, f64, GammaParams, URhs>
type Output = DependentJoint<Gamma, Rhs, f64, GammaParams, URhs>
The resulting type after applying the
& operator.sourceimpl Distribution for Gamma
impl Distribution for Gamma
sourceimpl<Rhs, TRhs> Mul<Rhs> for Gammawhere
Rhs: Distribution<Value = TRhs, Condition = GammaParams>,
TRhs: RandomVariable,
impl<Rhs, TRhs> Mul<Rhs> for Gammawhere
Rhs: Distribution<Value = TRhs, Condition = GammaParams>,
TRhs: RandomVariable,
type Output = IndependentJoint<Gamma, Rhs, f64, TRhs, GammaParams>
type Output = IndependentJoint<Gamma, Rhs, f64, TRhs, GammaParams>
The resulting type after applying the
* operator.sourceimpl SampleableDistribution for Gamma
impl SampleableDistribution for Gamma
Auto Trait Implementations
impl RefUnwindSafe for Gamma
impl Send for Gamma
impl Sync for Gamma
impl Unpin for Gamma
impl UnwindSafe for Gamma
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