12.1 Introduction
We previously discussed:
- the logistic regression model
- the linear regression model .
For both of the models, the mean of the output is a linear function of the input .
Both models belong to the broader family of generalized linear models (GLM).
A GLM is a conditional version of an exponential family distribution, in which the natural parameters are a linear function of the input:
where:
- is the (input dependent) natural parameter
- is the log normalizer
- is the sufficient statistic
- is the dispersion term
We denote the mapping from the linear inputs to the mean of the output using , known as the mean function, where is the link function.