Skip to content

Commit 91da52b

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent 83f7775 commit 91da52b

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

P/bvn-mle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $$ \label{eq:mvn-data}
4646
y_i = \left[ \begin{matrix} y_{i1} \\ \vdots \\ y_{ip} \end{matrix} \right] \sim \mathcal{N}\left( \mu, \Sigma \right), \quad i = 1, \ldots, n
4747
$$
4848

49-
for which [maximum likelihood estimates are given by](/D/mvn-mle)
49+
for which [maximum likelihood estimates are given by](/P/mvn-mle)
5050

5151
$$ \label{eq:mvn-mle}
5252
\begin{split}

P/fren-dec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ $$ \label{eq:vb-fe2-qed}
110110
\end{split}
111111
$$
112112

113-
where the first term can be seen as an [accuracy term](/D/lme-anc) (= posterior expected log-likelihood) and the second term can be seen as a [complexity penalty](/D/lme-anc) (= divergence of posterior from prior distribution);
113+
where the first term can be seen as an [accuracy term](/P/lme-anc) (= posterior expected log-likelihood) and the second term can be seen as a [complexity penalty](/P/lme-anc) (= divergence of posterior from prior distribution);
114114

115115
3) the sum of expected joint log-likelihood and approximate posterior entropy
116116

P/matn-trans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ X^\mathrm{T} \sim \mathcal{MN}(M^\mathrm{T}, V, U) \; .
3434
$$
3535

3636

37-
**Proof:** For a [random vector](/P/rvec) $X \in \mathbb{R}^n$ with [probability density function](/D/pdf) $f_X(x)$, the [probability density function of the invertible function](/P/pdf-invfct) $Y = g(X)$ is
37+
**Proof:** For a [random vector](/D/rvec) $X \in \mathbb{R}^n$ with [probability density function](/D/pdf) $f_X(x)$, the [probability density function of the invertible function](/P/pdf-invfct) $Y = g(X)$ is
3838

3939
$$ \label{eq:pdf-invfct}
4040
f_Y(y) = \left\{

P/mlr-rssdist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ $$ \label{eq:rss-dist}
133133
\end{split}
134134
$$
135135

136-
Because a [non-central chi-squared distribution with non-centrality parameter of zero reduces to the central chi-squared distribution](/P/chi2-ncchi2), we obtain our final result:
136+
Because a [non-central chi-squared distribution with non-centrality parameter of zero reduces to the central chi-squared distribution](/P/ncchi2-chi2), we obtain our final result:
137137

138138
$$ \label{eq:rss-dist-qed}
139139
\frac{\hat{\varepsilon}^\mathrm{T} \hat{\varepsilon}}{\sigma^2} \sim \chi^2(n-p) \; .

P/mvn-maxent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $$ \label{eq:int-fg-s2}
6464
\int_{\mathcal{X}} f(x) \log g(x) \, \mathrm{d}x = - \frac{n}{2} \log (2 \pi) - \frac{1}{2} \log |\Sigma| - \frac{1}{2} \left\langle (x-\mu)^\mathrm{T} \Sigma^{-1} (x-\mu) \right\rangle_{f(x)} \; .
6565
$$
6666

67-
Using the [expectation of a trace](/D/mean-tr) and the [definition of the covariance matrix](/D/covmat), the second term can be developed as follows:
67+
Using the [expectation of a trace](/P/mean-tr) and the [definition of the covariance matrix](/D/covmat), the second term can be developed as follows:
6868

6969
$$ \label{eq:int-fg-s3}
7070
\begin{split}

P/rsq-mmm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $$ \label{eq:rsq-dist}
4646
R^2 \sim \mathrm{Bet}\left( \frac{p-1}{2}, \frac{n-p}{2} \right) \; .
4747
$$
4848

49-
Using [mean](/D/beta-mean), [median](/D/beta-med) and [mode](/D/beta-mode) of the [beta distribution](/D/beta)
49+
Using [mean](/P/beta-mean), [median](/P/beta-med) and [mode](/P/beta-mode) of the [beta distribution](/D/beta)
5050

5151
$$ \label{eq:beta-mmm}
5252
\begin{split}

P/rsq-var.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $$ \label{eq:rsq-dist}
4040
R^2 \sim \mathrm{Bet}\left( \frac{p-1}{2}, \frac{n-p}{2} \right) \; .
4141
$$
4242

43-
Using the [variance of the beta distribution](/P/var-beta)
43+
Using the [variance of the beta distribution](/P/beta-var)
4444

4545
$$ \label{eq:beta-var}
4646
X \sim \mathrm{Bet}(\alpha, \beta) \\

0 commit comments

Comments
 (0)