pub struct InverseGaussian<F>{ /* private fields */ }
Expand description
Implementations§
Source§impl<F> InverseGaussian<F>
impl<F> InverseGaussian<F>
Sourcepub fn new(mean: F, shape: F) -> Result<InverseGaussian<F>, Error>
pub fn new(mean: F, shape: F) -> Result<InverseGaussian<F>, Error>
Construct a new InverseGaussian
distribution with the given mean and
shape.
Trait Implementations§
Source§impl<F> Clone for InverseGaussian<F>
impl<F> Clone for InverseGaussian<F>
Source§fn clone(&self) -> InverseGaussian<F>
fn clone(&self) -> InverseGaussian<F>
Returns a copy 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 moreSource§impl<F> Debug for InverseGaussian<F>
impl<F> Debug for InverseGaussian<F>
Source§impl<F> Distribution<F> for InverseGaussian<F>
impl<F> Distribution<F> for InverseGaussian<F>
impl<F> Copy for InverseGaussian<F>
Auto Trait Implementations§
impl<F> Freeze for InverseGaussian<F>where
F: Freeze,
impl<F> RefUnwindSafe for InverseGaussian<F>where
F: RefUnwindSafe,
impl<F> Send for InverseGaussian<F>where
F: Send,
impl<F> Sync for InverseGaussian<F>where
F: Sync,
impl<F> Unpin for InverseGaussian<F>where
F: Unpin,
impl<F> UnwindSafe for InverseGaussian<F>where
F: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.