pub struct Lognormal { /* private fields */ }Expand description
A lognormal distribution.
Implementations§
Trait Implementations§
Source§impl Continuous for Lognormal
impl Continuous for Lognormal
Source§impl Distribution for Lognormal
impl Distribution for Lognormal
impl Copy for Lognormal
Auto Trait Implementations§
impl Freeze for Lognormal
impl RefUnwindSafe for Lognormal
impl Send for Lognormal
impl Sync for Lognormal
impl Unpin for Lognormal
impl UnwindSafe for Lognormal
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