|
|
|
|
generalized linear model
|
(Definition)
|
|
|
Given a random vector, or the response variable, Y, a generalized linear model, or GLM for short, is a statistical model
such that
- the components of Y are mutually independent of each other,
-
belongs to the exponential family of distributions and has the following canonical form:
where the parameter is called the canonical parameter and
is called the cumulant function.
- for each component or variate
, with a corresponding set of covariates , there exists a monotone differentiable function , called the link function, such that
where
, and
is a parameter vector.
In practice, an extra parameter called the dispersion parameter, , is introducted to the model to lower a phenonmenon known as overdispersion. The GLM now looks like:
Remarks
- Below is a table of canonical parameters and cumulant functions for some well-known distributions from the exponential family:
- GLM is a direct generalization of the general linear model, which includes linear regression models, ANOVA and ANCOVA. The link function for the general linear model is the identity function
.
- For a GLM,
and
.
, when expressed in terms of
, is known as the variance function . Below are some examples of variance functions:
| distribution |
notation |
variance function |
| Normal |
 |
1 |
| Poisson |
 |
 |
| Binomial |
 |
 |
| Gamma |
 |
 |
- The logistic regression model, where the response variable
is categorial in nature, is a special case of GLM, with possible link functions the logit function,
, the inverse cumulative normal distribution function, or probit function
, or the complementary-log-log function,
, where the parameter is between 0 and 1, usually measured as the frequency of occurrences of certain events.
- The log-linear model, where the response variable
has a Poisson distribution, is also a special case of GLM, with link function the natural logarithm of the parameter in question. Poisson distribution is typically used to model count or frequency data.
- 1
- P. McCullagh and J. A. Nelder, Generalized Linear Models, Chapman & Hall/CRC, 2nd ed., London (1989).
- 2
- A. J. Dobson, An Introduction to Generalized Linear Models, Chapman & Hall, 2nd ed. (2001).
|
"generalized linear model" is owned by CWoo.
|
|
(view preamble)
| Also defines: |
link function, canonical parameter, cumulant function, variance function |
|
|
Cross-references: natural logarithm, Poisson distribution, events, occurrences, complementary-log-log, probit, normal distribution, inverse, logit, logistic regression, terms, identity function, ANCOVA, ANOVA, linear regression models, general linear model, function, overdispersion, dispersion parameter, vector, differentiable function, monotone, parameter, canonical, distributions, exponential family, independent, components, statistical model, response variable, random vector
There are 4 references to this entry.
This is version 14 of generalized linear model, born on 2004-07-27, modified 2007-12-18.
Object id is 6040, canonical name is GeneralizedLinearModel.
Accessed 14280 times total.
Classification:
| AMS MSC: | 62J12 (Statistics :: Linear inference, regression :: Generalized linear models) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|