Definition

A generalized linear model (GLM) is a generalization of linear regression model.

The GLM consists of three elements.

  1. Response variable: The i.i.d. response variables follow Exponential Family.
  2. Linear predictor: is called a linear predictor
  3. Link function: There exists a link function satisfies , where is assumed to be monotone and differentiable.

Link functions for binomial response.

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.