Skip to content
GitLab
Explore
Sign in
Admin message
Pour rappel, le service sera inaccessible ce lundi 02/03/26 midi pour raison de mise à jour.
Changes
Page history
Update Generalized Linear Models
authored
Jan 02, 2021
by
Mortaheb Sepehr
Hide whitespace changes
Inline
Side-by-side
Generalized-Linear-Models.md
View page @
dea330f1
...
@@ -57,7 +57,11 @@ When constructing a generalized linear model, three major decisions must be made
...
@@ -57,7 +57,11 @@ When constructing a generalized linear model, three major decisions must be made
y^3 \phi}}exp(-\frac{(y-\mu)^2}{2\mu^2\phi y})" /></a>
y^3 \phi}}exp(-\frac{(y-\mu)^2}{2\mu^2\phi y})" /></a>
- Discrete variables:
- Discrete variables:
* Poisson
* Poisson: <a href="https://www.codecogs.com/eqnedit.php?
latex=P(y;&space;\mu)&space;=&space;\frac{e^{-\mu}\mu^y}{y!}"
target="_blank"><img src="https://latex.codecogs.com/svg.latex?
P(y;&space;\mu)&space;=&space;\frac{e^{-\mu}\mu^y}{y!}" title="P(y; \mu) =
\frac{e^{-\mu}\mu^y}{y!}" /></a>
* Bernoulli
* Bernoulli
* Binomial
* Binomial
...
...
...
...