Struct opensrdk_probability::nonparametric::point_process::dirichlet_process::stick_breaking_process::StickBreakingProcess
source · pub struct StickBreakingProcess;Expand description
Stick breaking process
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=945330
Trait Implementations
sourceimpl<Rhs, URhs> BitAnd<Rhs> for StickBreakingProcesswhere
Rhs: Distribution<Value = StickBreakingProcessParams, Condition = URhs>,
URhs: RandomVariable,
impl<Rhs, URhs> BitAnd<Rhs> for StickBreakingProcesswhere
Rhs: Distribution<Value = StickBreakingProcessParams, Condition = URhs>,
URhs: RandomVariable,
type Output = DependentJoint<StickBreakingProcess, Rhs, Vec<f64, Global>, StickBreakingProcessParams, URhs>
type Output = DependentJoint<StickBreakingProcess, Rhs, Vec<f64, Global>, StickBreakingProcessParams, URhs>
The resulting type after applying the
& operator.sourceimpl Clone for StickBreakingProcess
impl Clone for StickBreakingProcess
sourcefn clone(&self) -> StickBreakingProcess
fn clone(&self) -> StickBreakingProcess
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 StickBreakingProcess
impl Debug for StickBreakingProcess
sourceimpl Distribution for StickBreakingProcess
impl Distribution for StickBreakingProcess
sourceimpl<Rhs, TRhs> Mul<Rhs> for StickBreakingProcesswhere
Rhs: Distribution<Value = TRhs, Condition = StickBreakingProcessParams>,
TRhs: RandomVariable,
impl<Rhs, TRhs> Mul<Rhs> for StickBreakingProcesswhere
Rhs: Distribution<Value = TRhs, Condition = StickBreakingProcessParams>,
TRhs: RandomVariable,
type Output = IndependentJoint<StickBreakingProcess, Rhs, Vec<f64, Global>, TRhs, StickBreakingProcessParams>
type Output = IndependentJoint<StickBreakingProcess, Rhs, Vec<f64, Global>, TRhs, StickBreakingProcessParams>
The resulting type after applying the
* operator.Auto Trait Implementations
impl RefUnwindSafe for StickBreakingProcess
impl Send for StickBreakingProcess
impl Sync for StickBreakingProcess
impl Unpin for StickBreakingProcess
impl UnwindSafe for StickBreakingProcess
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