Skip to content

Commit a246b02

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 6df9772 commit a246b02

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

D/iass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ $$ \label{eq:iass}
4242
\end{split}
4343
$$
4444

45-
Here, $\bar{y}_{i j \bullet}$ is the mean for the $(i,j)$-th cell (out of $a \times b$ cells), computed from $n_{ij}$ values $y_{ijk}$, $\bar{y}_{i \bullet \bullet}$ and $\bar{y}_{\bullet j \bullet}$ are the level means for the two factors and and $\bar{y}_{\bullet \bullet \bullet}$ is the mean across all values $y_{ijk}$.
45+
Here, $\bar{y} _{i j \bullet}$ is the mean for the $(i,j)$-th cell (out of $a \times b$ cells), computed from $n_{ij}$ values $y_{ijk}$, $\bar{y} _{i \bullet \bullet}$ and $\bar{y} _{\bullet j \bullet}$ are the level means for the two factors and and $\bar{y} _{\bullet \bullet \bullet}$ is the mean across all values $y_{ijk}$.

D/trss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ $$ \label{eq:trss}
3939
\mathrm{SS}_\mathrm{treat} = \sum_{i=1}^{k} \sum_{j=1}^{n_i} (\bar{y}_i - \bar{y})^2 \; .
4040
$$
4141

42-
Here, $\bar{y} _i$ is the mean for the $i$-th level of the factor (out of $k$ levels), computed from $n_i$ values $y_{ij}$, and $\bar{y}$ is the mean across all values $y_{ij}$.
42+
Here, $\bar{y}_i$ is the mean for the $i$-th level of the factor (out of $k$ levels), computed from $n_i$ values $y_{ij}$, and $\bar{y}$ is the mean across all values $y_{ij}$.

P/anova2-pss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $$ \label{eq:anova2-tss}
5454
\mathrm{SS}_\mathrm{tot} = \sum_{i=1}^{a} \sum_{j=1}^{b} \sum_{k=1}^{n_{ij}} (y_{ijk} - \bar{y}_{\bullet \bullet \bullet})^2
5555
$$
5656

57-
where $\bar{y}_{\bullet \bullet \bullet}$ is the mean across all values $y_{ijk}$. This can be rewritten as
57+
where $\bar{y} _{\bullet \bullet \bullet}$ is the mean across all values $y_{ijk}$. This can be rewritten as
5858

5959
$$ \label{eq:anova2-pss-s1}
6060
\begin{split}

P/mlr-f.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ F &\overset{\eqref{eq:mlr-f-s1}}{=} \left( \hat{\gamma} - C^\mathrm{T} \hat{\be
171171
&\overset{\eqref{eq:mlr-f-h0}}{=} \hat{\gamma}^\mathrm{T} \left( \frac{n-p}{\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}} Q \right) \hat{\gamma} / q \\
172172
&\overset{\eqref{eq:fcon}}{=} \hat{\beta}^\mathrm{T} C \left( \frac{n-p}{\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}} Q \right) C^\mathrm{T} \hat{\beta} / q \\
173173
&\overset{\eqref{eq:g-est-tau-dist-cond}}{=} \hat{\beta}^\mathrm{T} C \left( \frac{n-p}{\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}} \left( C^\mathrm{T} (X^\mathrm{T} V^{-1} X)^{-1} C \right)^{-1} \right) C^\mathrm{T} \hat{\beta} / q \\
174-
&\overset{\eqref{eq:g-est-tau-dist-cond}}{=} \hat{\beta}^\mathrm{T} C \left( \frac{n-p}{(y-X\hat{\beta})^\mathrm{T} V^{-1} (y-X\hat{\beta})} \left( C^\mathrm{T} (X^\mathrm{T} V^{-1} X)^{-1} C \right)^{-1} \right) C^\mathrm{T} \hat{\beta} / q \\
174+
&\overset{\eqref{eq:mlr-rss}}{=} \hat{\beta}^\mathrm{T} C \left( \frac{n-p}{(y-X\hat{\beta})^\mathrm{T} V^{-1} (y-X\hat{\beta})} \left( C^\mathrm{T} (X^\mathrm{T} V^{-1} X)^{-1} C \right)^{-1} \right) C^\mathrm{T} \hat{\beta} / q \\
175175
&\overset{\eqref{eq:mlr-est}}{=} \hat{\beta}^\mathrm{T} C \left( \frac{1}{\hat{\sigma}^2} \left( C^\mathrm{T} (X^\mathrm{T} V^{-1} X)^{-1} C \right)^{-1} \right) C^\mathrm{T} \hat{\beta} / q \\
176176
&= \hat{\beta}^\mathrm{T} C \left( \hat{\sigma}^2 C^\mathrm{T} (X^\mathrm{T} V^{-1} X)^{-1} C \right)^{-1} C^\mathrm{T} \hat{\beta} / q \; .
177177
\end{split}

P/mlr-rssdist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $$ \label{eq:mlr}
4646
y = X\beta + \varepsilon, \; \varepsilon \sim \mathcal{N}(0, \sigma^2 V)
4747
$$
4848

49-
and consider estimation using [weighted least squares](/P/mlr-wls). Then, the [residual sum of squares](/D/rss) $\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}$, divided by the true [error variance](/D/mlr) $\sigma^2$, follows a [chi-squared distribution] with $n-p$ [degrees of freedom](/D/dof)
49+
and consider estimation using [weighted least squares](/P/mlr-wls). Then, the [residual sum of squares](/D/rss) $\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}$, divided by the true [error variance](/D/mlr) $\sigma^2$, follows a [chi-squared distribution](/D/chi2) with $n-p$ [degrees of freedom](/D/dof)
5050

5151
$$ \label{eq:mlr-rss-dist}
5252
\frac{\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}}{\sigma^2} \sim \chi^2(n-p)
@@ -79,7 +79,7 @@ $$ \label{eq:y-tilde-dist}
7979
\tilde{y} \sim \mathcal{N}(\tilde{X} \beta, \sigma^2 I_n) \; .
8080
$$
8181

82-
With that, we have obtained a [linear regression model](/D/mlr) with independent observations. [Cochran's theorem for multivariate normal variables](/P/mvn-cochran) states that, for an $n \times 1$ [normal random vector] whose [covariance matrix](/D/covmat) is a scalar multiple of the identity matrix, a specific squared form will follow a [non-central chi-squared distribution](/D/ncchi2) where the degrees of freedom and the non-centrality paramter depend on the matrix in the quadratic form:
82+
With that, we have obtained a [linear regression model](/D/mlr) with independent observations. [Cochran's theorem for multivariate normal variables](/P/mvn-cochran) states that, for an $n \times 1$ [normal random vector](/D/mvn) whose [covariance matrix](/D/covmat) is a scalar multiple of the identity matrix, a specific squared form will follow a [non-central chi-squared distribution](/D/ncchi2) where the degrees of freedom and the non-centrality paramter depend on the matrix in the quadratic form:
8383

8484
$$ \label{eq:mvn-cochran}
8585
x \sim \mathcal{N}(\mu, \sigma^2 I_n) \quad \Rightarrow \quad y = x^\mathrm{T} A x /\sigma^2 \sim \chi^2\left( \mathrm{tr}(A), \mu^\mathrm{T} A \mu \right) \; .

P/mvn-indprod.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ $$
4848

4949
Then, due to the [linear transformation theorem](/P/mvn-ltt), we have
5050

51-
$$ \label{eq:CZ}
52-
CZ = \left[ \begin{array}{c} AZ \\ BZ \end{array} \right] \sim \mathcal{N}\left( \left[ \begin{array}{c} A\mu \\ B\mu \end{array} \right], C \Sigma C^\mathrm{T} \right)
51+
$$ \label{eq:CX}
52+
CZ = \left[ \begin{array}{c} AX \\ BX \end{array} \right] \sim \mathcal{N}\left( \left[ \begin{array}{c} A\mu \\ B\mu \end{array} \right], C \Sigma C^\mathrm{T} \right)
5353
$$
5454

5555
with the combined [covariance matrix](/D/covmat)
@@ -58,7 +58,7 @@ $$ \label{eq:CSC}
5858
C \Sigma C^\mathrm{T} = \left[ \begin{array}{cc} A \Sigma A^\mathrm{T} & A \Sigma B^\mathrm{T} \\ B \Sigma A^\mathrm{T} & B \Sigma B^\mathrm{T} \end{array} \right] \; .
5959
$$
6060

61-
We know that [the necessary and sufficient condition for two components of a multivariate normal random vector to be independent is that their entries in the covariance matrix are zero](/P/mvn-ind). Thus, $AZ$ and $BZ$ are [independent](/D/ind), if and only if
61+
We know that [the necessary and sufficient condition for two components of a multivariate normal random vector to be independent is that their entries in the covariance matrix are zero](/P/mvn-ind). Thus, $AX$ and $BX$ are [independent](/D/ind), if and only if
6262

6363
$$ \label{eq:mvn-indprod-qed}
6464
A \Sigma B^\mathrm{T} = (B \Sigma A^\mathrm{T})^\mathrm{T} = 0_{kl}

0 commit comments

Comments
 (0)