Struct opensrdk_probability::continuous::beta::multivariate::DirichletParams
source · pub struct DirichletParams { /* private fields */ }Implementations
Trait Implementations
sourceimpl Clone for DirichletParams
impl Clone for DirichletParams
sourcefn clone(&self) -> DirichletParams
fn clone(&self) -> DirichletParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DirichletParams
impl Debug for DirichletParams
sourceimpl PartialEq<DirichletParams> for DirichletParams
impl PartialEq<DirichletParams> for DirichletParams
sourcefn eq(&self, other: &DirichletParams) -> bool
fn eq(&self, other: &DirichletParams) -> bool
sourceimpl RandomVariable for DirichletParams
impl RandomVariable for DirichletParams
type RestoreInfo = usize
fn transform_vec(&self) -> (Vec<f64>, Self::RestoreInfo)
fn len(&self) -> usize
fn restore(
v: &[f64],
info: &Self::RestoreInfo
) -> Result<Self, DistributionError>
impl StructuralPartialEq for DirichletParams
Auto Trait Implementations
impl RefUnwindSafe for DirichletParams
impl Send for DirichletParams
impl Sync for DirichletParams
impl Unpin for DirichletParams
impl UnwindSafe for DirichletParams
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