Skip to content

Commit 10b2b02

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 36adaf0 commit 10b2b02

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

D/cf.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ sources:
2020
in: "Wikipedia, the free encyclopedia"
2121
pages: "retrieved on 2021-09-22"
2222
url: "https://en.wikipedia.org/wiki/Characteristic_function_(probability_theory)#Definition"
23+
- authors: "Taboga, Marco"
24+
year: 2017
25+
title: "Joint characteristic function"
26+
in: "Lectures on probability and mathematical statistics"
27+
pages: "retrieved on 2021-10-07"
28+
url: "https://www.statlect.com/fundamentals-of-probability/joint-characteristic-function"
2329

2430
def_id: "D159"
2531
shortcut: "cf"

D/mgf.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ sources:
2020
in: "Wikipedia, the free encyclopedia"
2121
pages: "retrieved on 2020-01-22"
2222
url: "https://en.wikipedia.org/wiki/Moment-generating_function#Definition"
23+
- authors: "Taboga, Marco"
24+
year: 2017
25+
title: "Joint moment generating function"
26+
in: "Lectures on probability and mathematical statistics"
27+
pages: "retrieved on 2021-10-07"
28+
url: "https://www.statlect.com/fundamentals-of-probability/joint-moment-generating-function"
2329

2430
def_id: "D2"
2531
shortcut: "mgf"

P/dent-addvec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $$ \label{eq:Y-dent-s2}
8686
\end{split}
8787
$$
8888

89-
Using the differential $\mathrm{d}(Ax) = \left|A\right| \mathrm{d}x$, this becomes
89+
Using the differential $\mathrm{d}(Ax) = \lvert A \rvert \mathrm{d}x$, this becomes
9090

9191
$$ \label{eq:Y-dent-s3}
9292
\begin{split}

P/dent-noninv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $$ \label{eq:Y-dent-s2}
119119
\end{split}
120120
$$
121121

122-
Using the relations $y = f(x) \Rightarrow \mathrm{d}y = \left| J_f(x) \right| \, \mathrm{d}x$ and $\left|A\right|\left|B\right| = \left|AB\right|$, this becomes
122+
Using the relations $y = f(x) \Rightarrow \mathrm{d}y = \lvert J_f(x) \rvert \, \mathrm{d}x$ and $\lvert A \rvert \lvert B \rvert = \lvert AB \rvert$, this becomes
123123

124124
$$ \label{eq:Y-dent-s3}
125125
\begin{split}
@@ -128,7 +128,7 @@ $$ \label{eq:Y-dent-s3}
128128
\end{split}
129129
$$
130130

131-
Finally, employing [the fact](/D/pdf) that $\int_{\mathcal{X}} f_X(x) \, \mathrm{d}x = 1$ and the determinant property $\left|A^{-1}\right| = 1/\left|A\right|$, we can derive the [differential entropy](/D/dent) of $Y$ as
131+
Finally, employing [the fact](/D/pdf) that $\int_{\mathcal{X}} f_X(x) \, \mathrm{d}x = 1$ and the determinant property $\lvert A^{-1} \rvert = 1/\lvert A \rvert$, we can derive the [differential entropy](/D/dent) of $Y$ as
132132

133133
$$ \label{eq:Y-dent-s4}
134134
\begin{split}

P/pdf-invfct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $$ \label{eq:A-y}
109109
A(y) = \left\lbrace x \in \mathbb{R}^n: g_j(x) \leq y_j \; \text{for all} \; j = 1, \ldots, n \right\rbrace
110110
$$
111111

112-
and $g_j(X)$ is the function which returns the $j$-th element of $Y$, given a vector $x$.
112+
and $g_j(X)$ is the function which returns the $j$-th element of $Y$, given a vector $X$.
113113

114114
<br>
115115
2) Next, we substitute $x = g^{-1}(y)$ into the integral which gives us

0 commit comments

Comments
 (0)