Skip to content

Commit ee6a5d5

Browse files
committed
corrected some pages
Several small corrections were done to several proofs and definitions.
1 parent 4aff6cd commit ee6a5d5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

P/bvn-mi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $$
3737
Then, the [mutual information](/D/mi) of $X$ and $Y$ is
3838

3939
$$ \label{eq:bvn-lincomb}
40-
\mathrm{I}(X,Y) = -\frac{1}{2} \ln (1-\rho^2)
40+
\mathrm{I}(X,Y) = -\frac{1}{2} \ln \left( 1-\rho^2 \right)
4141
$$
4242

4343
where $\rho$ is the [correlation](/D/corr) of $X$ and $Y$.
@@ -49,7 +49,7 @@ $$ \label{eq:cmi-mjde}
4949
\mathrm{I}(X,Y) = \mathrm{h}(X) + \mathrm{h}(Y) - \mathrm{h}(X,Y) \; .
5050
$$
5151

52-
The [marginal distributions of the multivariate normal distribution are also multivariate normal]
52+
The [marginal distributions of the multivariate normal distribution are also multivariate normal](/P/mvn-marg)
5353

5454
$$ \label{eq:mvn-marg}
5555
\left[ \begin{matrix} X_1 \\ X_2 \end{matrix} \right] \sim
@@ -104,6 +104,6 @@ $$ \label{eq:bvn-mi}
104104
&= \frac{1}{2} \ln \left[ \frac{\sigma_1^2 \sigma_2^2}{\sigma_1^2 \sigma_2^2 - (\rho \, \sigma_1 \sigma_2)^2} \right] \\
105105
&= \frac{1}{2} \ln \left[ \frac{\sigma_1^2 \sigma_2^2}{\sigma_1^2 \sigma_2^2 (1-\rho^2)} \right] \\
106106
&= \frac{1}{2} \ln \left[ \frac{1}{1-\rho^2} \right] \\
107-
&= -\frac{1}{2} \ln (1-\rho^2) \; .
107+
&= -\frac{1}{2} \ln \ln \left( 1-\rho^2 \right) \; .
108108
\end{split}
109109
$$

P/mvn-mi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $$ \label{eq:cmi-mjde}
4949
\mathrm{I}(X,Y) = \mathrm{h}(X) + \mathrm{h}(Y) - \mathrm{h}(X,Y) \; .
5050
$$
5151

52-
The [marginal distributions of the multivariate normal distribution are also multivariate normal]
52+
The [marginal distributions of the multivariate normal distribution are also multivariate normal](/P/mvn-marg)
5353

5454
$$ \label{eq:mvn-marg}
5555
\left[ \begin{matrix} X_1 \\ X_2 \end{matrix} \right] \sim

0 commit comments

Comments
 (0)