Struct ndarray_glm::Binomial [−][src]
pub struct Binomial<const N: u16>;
Expand description
Binomial regression with a fixed N. Non-canonical link functions are not possible at this time due to the awkward ergonomics with the const trait parameter N.
Auto Trait Implementations
impl<const N: u16> RefUnwindSafe for Binomial<N>
impl<const N: u16> UnwindSafe for Binomial<N>