pub struct BayesFactor {
pub log_bf: f64,
}Expand description
Bayes factor for model comparison.
Fields§
§log_bf: f64Implementations§
Trait Implementations§
Source§impl Clone for BayesFactor
impl Clone for BayesFactor
Source§fn clone(&self) -> BayesFactor
fn clone(&self) -> BayesFactor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BayesFactor
impl RefUnwindSafe for BayesFactor
impl Send for BayesFactor
impl Sync for BayesFactor
impl Unpin for BayesFactor
impl UnsafeUnpin for BayesFactor
impl UnwindSafe for BayesFactor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more