Struct ndarray_glm::Linear [−][src]
Expand description
Linear regression with constant variance (Ordinary least squares).
Auto Trait Implementations
impl<L> RefUnwindSafe for Linear<L> where
L: RefUnwindSafe,
impl<L> UnwindSafe for Linear<L> where
L: UnwindSafe,