Skip to content

Commit ea47d09

Browse files
committed
address comments and fix syntax
1 parent 7651aa1 commit ea47d09

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/source/glossary.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,15 @@ 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
62+
Generalized Linear Model
63+
GLM
64+
In a Generalized Linear Model (GLM), we assume the response variable $y_i$ to follow an
65+
exponential family distribution with mean $\mu_i$, which is assumed to be some (often nonlinear)
66+
function of $x_i^T\beta$. They're considered linear because the covariates affect the distribution
67+
of $Y_i$ only through the linear combination $x_i^T\beta$. Some examples of Generalized Linear
68+
Models are: Linear Regression, ANOVA, Logistic Regression and Poisson Regression
69+
70+
:::{note} Do not confuse these with general linear models
71+
:::
6872

6973
:::::

0 commit comments

Comments
 (0)