Struct ndarray_glm::Poisson [−][src]
Expand description
Poisson regression over an unsigned integer type.
Auto Trait Implementations
impl<L> RefUnwindSafe for Poisson<L> where
L: RefUnwindSafe,
impl<L> UnwindSafe for Poisson<L> where
L: UnwindSafe,