Struct ndarray_glm::logistic_link::Logit [−][src]
pub struct Logit {}
Expand description
The canonical link function for logistic regression is the logit function g(p) = log(p/(1-p)).
Trait Implementations
Maps the expectation value of the response variable to the linear predictor. In general this is determined by a composition of the inverse natural parameter transformation and the canonical link function. Read more