Struct ecdna_lib::distribution::Sigma
source · pub struct Sigma(_);Expand description
The standard deviation of the Normal distribution used to sample the ecDNA
distribution with SamplingStrategy::Gaussian.
Is a float that cannot be smaller or equal than 0 nor infinite.
Implementations§
Trait Implementations§
source§impl PartialEq<Sigma> for Sigma
impl PartialEq<Sigma> for Sigma
impl Copy for Sigma
impl StructuralPartialEq for Sigma
Auto Trait Implementations§
impl RefUnwindSafe for Sigma
impl Send for Sigma
impl Sync for Sigma
impl Unpin for Sigma
impl UnwindSafe for Sigma
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