[][src]Trait ndarray_glm::link::Canonical

pub trait Canonical { }

The canonical transformation by definition equates the linear predictor with the natural parameter of the response distribution. Implementing this trait for a link function automatically defines the trivial transformation functions.

Implementors

impl Canonical for Logit[src]

Loading content...