pub struct Poisson<L = Log>{ /* private fields */ }
Expand description
Poisson regression over an unsigned integer type.
Auto Trait Implementations§
impl<L> Freeze for Poisson<L>
impl<L> RefUnwindSafe for Poisson<L>where
L: RefUnwindSafe,
impl<L> Send for Poisson<L>where
L: Send,
impl<L> Sync for Poisson<L>where
L: Sync,
impl<L> Unpin for Poisson<L>where
L: Unpin,
impl<L> UnwindSafe for Poisson<L>where
L: 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