Command Palette
Search for a command to run...
Generalized Linear Model
Date
Generalized Linear ModelsIt is a flexible linear regression model that allows the dependent variable to have a distribution form other than the normal distribution.
definition
The generalized linear model is an extension of simple least squares regression. Assuming that each data observation latexY comes from an exponential family distribution, then the mean latexμ of the distribution can be explained by the independent latexX at that point:
latexE(y) = μ = g−1(Xβ)
Among them, latexE(y) is the expected value of latexy, latexXβ is the linear estimation formula composed of the unknown to-be-estimated parameters latexβ and the known variables latexX, and latexg is the link function.
In this mode, the variance latexy of latexV can be expressed as:
latexVar(y) = V(μ) = V(g−1(Xβ))
where latexV can be viewed as a function of an exponential random variable, and the unknown parameter latexβ is usually estimated using the maximum likelihood estimator, the almost maximum likelihood estimator, or the Bayesian method.
Model composition
The generalized linear model consists of the following main parts:
-
Distribution function latexf from the exponential family.
-
Linear predictor latexη = Xβ .
-
The link function latexg such that latexE(y) = μ = g−1(η) .
References
Build AI with AI
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.