Skip to main content

Module gamma_link

Module gamma_link 

Source
Expand description

Link functions for gamma regression

Structsยง

Log
The log link $g(\mu) = \log(\mu)$ avoids linear predictors that give negative expectations.
NegRec
The canonical link function for gamma regression is the negative reciprocal $\eta = -1/\mu$. This fails to prevent negative predicted y-values.