Content deleted Content added
No edit summary |
No edit summary |
||
Line 20:
The [[Generalized Linear Model]], '''GLM''', is a method of regression analysis that extends to any member of the [[exponential family]]. It is particularly useful when the response variable is categorical, binary or subject to a constraint (e.g. only positive responses make sense). See the page on [[generalized linear models]] for more information.
Any random variable in the exponential family has a probability density
:<math>\operatorname{f}(y,\theta,\phi) = exp\left(\frac{y\theta - b(\theta)}{\phi} - c(y,\phi)\right)
</math>
:<math>\operatorname{l}(\theta,y,\phi) = \left(\frac{y\theta - b(\theta)}{\phi} - c(y,\phi)\right)
</math>
We use the
The first Bartlett results gives us that under suitable conditions ( '''insert references''')
:<math>\operatorname{E}_\theta\left[log(f_\theta(y))
</math>
▲We use the [[Bartlett Identities]] to find the general '''variance function'''.
====Derivation====
|