Definition
A generalized linear model (GLM) is a generalization of linear regression model.
The GLM consists of three elements.
- Response variable: The i.i.d. response variables follow Exponential Family.
- Linear predictor: is called a linear predictor
- Link function: There exists a link function satisfies , where is assumed to be monotone and differentiable.
Link Functions
Link functions for binomial response.
- Logit:
- Probit: where is a CDF of Normal Distribution
- Complementary log-log:
For an Exponential Family, the link function satisfying is called natural link.
Facts
The parameter is estimated by MLE. Since the score function is non-linear, it can’t have explicit solution, so we use Newton–Raphson method or Fisher’s Scoring Method.