Skip to content

Commit 7651aa1

Browse files
mjhajhariaOriolAbril
authored andcommitted
GLM glossary term
1 parent 38a9e1f commit 7651aa1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/glossary.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,11 @@ Posterior
5959

6060
- For more on generating and interpreting the posterior samples, see Statistical Rethinking 2nd Edition By Richard McElreath, chapter 3.
6161

62+
Generalized Linear Model(GLM)
63+
In a GLM, we assume the response variable $y_i$ to follow an exponential family distribution with mean $\mu_i$, which is assumed to be some (often nonlinear) function of $x_i^T\beta$. They're considered linear because the covariates affect the distribution of $Y_i$ only through the linear combination $x_i^T\beta$.
64+
65+
Examples: Linear Regression, ANOVA, Logistic Regression and Poisson Regression
66+
67+
Note: Do not confuse these with general linear models
68+
6269
:::::

0 commit comments

Comments
 (0)