Skip to content

Commit 8fcd2f6

Browse files
committed
corrected some pages
Several small mistakes/errors were corrected in several proofs/definitions.
1 parent 2ffd1b9 commit 8fcd2f6

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

P/cf-fct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sources:
2121
pages: "retrieved on 2021-09-22"
2222
url: "https://www.statlect.com/fundamentals-of-probability/functions-of-random-vectors"
2323

24-
proof_id: "P260"
24+
proof_id: "P259"
2525
shortcut: "cf-fct"
2626
username: "JoramSoch"
2727
---

P/mean-lotus.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-07-22"
2222
url: "https://en.wikipedia.org/wiki/Law_of_the_unconscious_statistician#Proof"
23+
- authors: "Taboga, Marco"
24+
year: 2017
25+
title: "Transformation theorem"
26+
in: "Lectures on probability and mathematical statistics"
27+
pages: "retrieved on 2021-09-22"
28+
url: "https://www.statlect.com/glossary/transformation-theorem"
2329

2430
proof_id: "P138"
2531
shortcut: "mean-lotus"

P/mgf-fct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sources:
2121
pages: "retrieved on 2021-09-22"
2222
url: "https://www.statlect.com/fundamentals-of-probability/functions-of-random-vectors"
2323

24-
proof_id: "P259"
24+
proof_id: "P260"
2525
shortcut: "mgf-fct"
2626
username: "JoramSoch"
2727
---

P/pdf-invfct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sources:
5252
url: "https://www.youtube.com/watch?v=wUF-lyyWpUc"
5353

5454
proof_id: "P254"
55-
shortcut: "pmf-invfct"
55+
shortcut: "pdf-invfct"
5656
username: "JoramSoch"
5757
---
5858

P/pmf-invfct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ username: "JoramSoch"
2727
---
2828

2929

30-
**Theorem:** Let $X$ be an $n \times 1$ [random vector](/D/rvec) and let $g: \; \mathbb{R}^n \rightarrow \mathbb{R}^n$ be an invertible function on the support of $X$. Then, the [probability mass function](/D/pmf) of $Y = g(X)$ is given by
30+
**Theorem:** Let $X$ be an $n \times 1$ [random vector](/D/rvec) with possible outcomes $\mathcal{X}$ and let $g: \; \mathbb{R}^n \rightarrow \mathbb{R}^n$ be an invertible function on the support of $X$. Then, the [probability mass function](/D/pmf) of $Y = g(X)$ is given by
3131

3232
$$ \label{eq:pmf-invfct}
3333
f_Y(y) = \left\{
@@ -41,7 +41,7 @@ $$
4141
where $g^{-1}(y)$ is the inverse function of $g(x)$ and $\mathcal{Y}$ is the set of possible outcomes of $Y$:
4242

4343
$$ \label{eq:Y-range}
44-
\mathcal{Y} = \left\lbrace y = g(x): x \in \mathbb{R}^n \right\rbrace \; .
44+
\mathcal{Y} = \left\lbrace y = g(x): x \in \mathcal{X} \right\rbrace \; .
4545
$$
4646

4747

0 commit comments

Comments
 (0)