Update Generalized Linear Models authored by Mortaheb Sepehr's avatar Mortaheb Sepehr
......@@ -27,12 +27,10 @@ When constructing a generalized linear model, three major decisions must be made
1. **Specifying the Random Component:**
An appropriate probability distribution for the response variable must be chosen. This
should be any member from the *natural exponential family* distributions:
- Continuous variables:
* Normal
* Gamma
* Inverse Gaussian
- Discrete variables:
* Poisson
* Bernoulli
......
......