Skip to content

Commit 14dae74

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 81a63e9 commit 14dae74

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

I/ToC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ title: "Table of Contents"
452452
&emsp;&ensp; 5.1.4. **[Kullback-Leibler divergence](/P/matn-kl)** <br>
453453
&emsp;&ensp; 5.1.5. **[Linear transformation](/P/matn-ltt)** <br>
454454
&emsp;&ensp; 5.1.6. **[Transposition](/P/matn-trans)** <br>
455-
&emsp;&ensp; 5.1.7. **[Drawing samples](/P/matn-ltt)** <br>
455+
&emsp;&ensp; 5.1.7. **[Drawing samples](/P/matn-samp)** <br>
456456

457457
5.2. Wishart distribution <br>
458458
&emsp;&ensp; 5.2.1. *[Definition](/D/wish)* <br>

P/matn-samp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Sampling from the matrix-normal distribution"
1111
chapter: "Probability Distributions"
1212
section: "Matrix-variate continuous distributions"
1313
topic: "Matrix-normal distribution"
14-
theorem: "Linear transformation"
14+
theorem: "Drawing samples"
1515

1616
sources:
1717
- authors: "Wikipedia"
@@ -67,4 +67,4 @@ Y = M + AXB &\sim \mathcal{MN}\left(M + A 0_{np} B, A I_n A^\mathrm{T}, B^\mathr
6767
\end{split}
6868
$$
6969

70-
Thus, given $X$ defined by \eqref{eq:xij-dist}, $Y$ defined by \eqref{eq:matn-samp} is a [sample](/D/dist) from $\mathcal{N}\left(M, U, V \right)$.
70+
Thus, given $X$ defined by \eqref{eq:xij-dist}, $Y$ defined by \eqref{eq:matn-samp} is a [sample](/D/samp) from $\mathcal{N}\left(M, U, V \right)$.

P/mean-qf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $$ \label{eq:mean-qf-s2}
6363
\mathrm{E}\left[ X^\mathrm{T} A X \right] = \mathrm{E}\left[ \mathrm{tr} \left( A X X^\mathrm{T} \right) \right] \; .
6464
$$
6565

66-
Because [mean and trace are linear operators](/P/mean-lin), we have
66+
Because [mean and trace are linear operators](/P/mean-tr), we have
6767

6868
$$ \label{eq:mean-qf-s3}
6969
\mathrm{E}\left[ X^\mathrm{T} A X \right] = \mathrm{tr} \left( A \; \mathrm{E}\left[ X X^\mathrm{T} \right] \right) \; .

P/mean-tr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Theorem:** Let $A$ be an $n \times n$ [random matrix](/D/rmat). Then, the [expected value](/D/mean) of the trace of $A$ is equal to the trace of the [expectation](/D/mean) of $A$:
30+
**Theorem:** Let $A$ be an $n \times n$ [random matrix](/D/rmat). Then, the [expectation](/D/mean) of the trace of $A$ is equal to the trace of the [expectation](/D/mean) of $A$:
3131

3232
$$ \label{eq:mean-tr}
3333
\mathrm{E}\left[ \mathrm{tr}(A) \right] = \mathrm{tr}\left( \mathrm{E}[A] \right) \; .

P/mvn-kl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $$ \label{eq:mvn-KL-s3}
7676
\end{split}
7777
$$
7878

79-
Because trace function and [expected value](/D/mean) are both linear operators, the expectation can be moved inside the trace:
79+
Because [trace function and expected value are both linear operators](/P/mean-tr), the expectation can be moved inside the trace:
8080

8181
$$ \label{eq:mvn-KL-s4}
8282
\begin{split}

0 commit comments

Comments
 (0)