Skip to content

Commit 3fb098e

Browse files
authored
Merge pull request #92 from JoramSoch/master
added 3 definitions and 3 proofs
2 parents 56eeac4 + ba4faa1 commit 3fb098e

7 files changed

Lines changed: 246 additions & 1 deletion

File tree

D/mom-cent.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: definition
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2020-10-08 03:37:00
9+
10+
title: "Central moment"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further moments"
14+
definition: "Central moment"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Moment (mathematics)"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-10-08"
22+
url: "https://en.wikipedia.org/wiki/Moment_(mathematics)#Significance_of_the_moments"
23+
24+
def_id: "D98"
25+
shortcut: "mom-cent"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** Let $X$ be a [random variable](/D/rvar) with [expected value](/D/mean) $\mu$ and let $n$ be a positive integer. Then, the $n$-th central moment of $X$ is defined as the $n$-th [moment](/D/mom) of $X$ about the value $\mu$:
31+
32+
$$ \label{eq:mom-cent}
33+
\mu_n = \mathrm{E}[(X-\mu)^n] \; .
34+
$$

D/mom-raw.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: definition
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2020-10-08 03:31:00
9+
10+
title: "Raw moment"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further moments"
14+
definition: "Raw moment"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Moment (mathematics)"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-10-08"
22+
url: "https://en.wikipedia.org/wiki/Moment_(mathematics)#Significance_of_the_moments"
23+
24+
def_id: "D97"
25+
shortcut: "mom-raw"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** Let $X$ be a [random variable](/D/rvar) and let $n$ be a positive integer. Then, the $n$-th raw moment of $X$, also called ($n$-th) "crude moment", is defined as the $n$-th [moment](/D/mom) of $X$ about the value 0:
31+
32+
$$ \label{eq:mom-raw}
33+
\mu_n' = \mu_n(0) = \mathrm{E}[(X-0)^n] = \mathrm{E}[X^n] \; .
34+
$$

D/mom-stand.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: definition
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2020-10-08 03:47:00
9+
10+
title: "Standardized moment"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further moments"
14+
definition: "Standardized moment"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Moment (mathematics)"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-10-08"
22+
url: "https://en.wikipedia.org/wiki/Moment_(mathematics)#Standardized_moments"
23+
24+
def_id: "D99"
25+
shortcut: "mom-stand"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Definition:** Let $X$ be a [random variable](/D/rvar) with [expected value](/D/mean) $\mu$ and [standard deviation](/D/std) $\sigma$ and let $n$ be a positive integer. Then, the $n$-th standardized moment of $X$ is defined as the $n$-th [moment](/D/mom) of $X$ about the value $\mu$, divided by the $n$-th power of $\sigma$:
31+
32+
$$ \label{eq:mom-stand}
33+
\mu_n^{*} = \frac{\mu_n}{\sigma^n} = \frac{\mathrm{E}[(X-\mu)^n]}{\sigma^n} \; .
34+
$$

I/Table_of_Contents.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ title: "Table of Contents"
9090
1.10. Further moments <br>
9191
&emsp;&ensp; 1.10.1. *[Moment](/D/mom)* <br>
9292
&emsp;&ensp; 1.10.2. **[Moment in terms of moment-generating function](/P/mom-mgf)** <br>
93-
&emsp;&ensp; 1.10.3. **[First central moment is zero](/P/momcent-1st)** <br>
93+
&emsp;&ensp; 1.10.3. *[Raw moment](/D/mom-raw)* <br>
94+
&emsp;&ensp; 1.10.4. **[First raw moment is mean](/P/momraw-1st)** <br>
95+
&emsp;&ensp; 1.10.5. **[Second raw moment and variance](/P/momraw-2nd)** <br>
96+
&emsp;&ensp; 1.10.6. *[Central moment](/D/mom-cent)* <br>
97+
&emsp;&ensp; 1.10.7. **[First central moment is zero](/P/momcent-1st)** <br>
98+
&emsp;&ensp; 1.10.8. **[Second central moment is variance](/P/momcent-2nd)** <br>
99+
&emsp;&ensp; 1.10.9. *[Standardized moment](/D/mom-stand)* <br>
94100

95101
2. Information theory
96102

P/momcent-2nd.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: proof
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2020-10-08 05:13:00
9+
10+
title: "Second central moment is variance"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further moments"
14+
theorem: "Second central moment is variance"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2020
19+
title: "Moment (mathematics)"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2020-10-08"
22+
url: "https://en.wikipedia.org/wiki/Moment_(mathematics)#Significance_of_the_moments"
23+
24+
proof_id: "P173"
25+
shortcut: "momcent-2nd"
26+
username: "JoramSoch"
27+
---
28+
29+
30+
**Theorem:** The second [central moment](/D/mom-cent) equals the [variance](/D/var), i.e.
31+
32+
$$ \label{eq:momcent-2nd}
33+
\mu_2 = \mathrm{Var}(X) \; .
34+
$$
35+
36+
37+
**Proof:** The second [central moment](/D/mom-cent) of a [random variable](/D/rvar) $X$ with [mean](/D/mean) $\mu$ is defined as
38+
39+
$$ \label{eq:momcent-2nd-def}
40+
\mu_2 = \mathrm{E}\left[ (X-\mu)^2 \right]
41+
$$
42+
43+
which is equivalent to the [definition of the variance](/D/var):
44+
45+
$$ \label{eq:momraw-1st-qed}
46+
\mu_2 = \mathrm{E}\left[ (X - \mathrm{E}(X))^2 \right] = \mathrm{Var}(X) \; .
47+
$$

P/momraw-1st.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: proof
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2020-10-08 04:19:00
9+
10+
title: "First raw moment is mean"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further moments"
14+
theorem: "First raw moment is mean"
15+
16+
sources:
17+
18+
proof_id: "P171"
19+
shortcut: "momraw-1st"
20+
username: "JoramSoch"
21+
---
22+
23+
24+
**Theorem:** The first [raw moment](/D/mom-raw) equals the [mean](/D/mean), i.e.
25+
26+
$$ \label{eq:momraw-1st}
27+
\mu_1' = \mu \; .
28+
$$
29+
30+
31+
**Proof:** The first [raw moment](/D/mom-raw) of a [random variable](/D/rvar) $X$ is defined as
32+
33+
$$ \label{eq:momraw-1st-def}
34+
\mu_1' = \mathrm{E}\left[ (X-0)^1 \right]
35+
$$
36+
37+
which is equal to the [expected value](/D/mean) of $X$:
38+
39+
$$ \label{eq:momraw-1st-qed}
40+
\mu_1' = \mathrm{E}\left[ X \right] = \mu \; .
41+
$$

P/momraw-2nd.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: proof
3+
mathjax: true
4+
5+
author: "Joram Soch"
6+
affiliation: "BCCN Berlin"
7+
e_mail: "joram.soch@bccn-berlin.de"
8+
date: 2020-10-08 05:05:00
9+
10+
title: "Relationship between second raw moment, variance and mean"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Further moments"
14+
theorem: "Second raw moment and variance"
15+
16+
sources:
17+
18+
proof_id: "P172"
19+
shortcut: "momraw-2nd"
20+
username: "JoramSoch"
21+
---
22+
23+
24+
**Theorem:** The second [raw moment](/D/mom-raw) can be expressed as
25+
26+
$$ \label{eq:momraw-2nd}
27+
\mu_2' = \mathrm{Var}(X) + \mathrm{E}(X)^2
28+
$$
29+
30+
where $\mathrm{Var}(X)$ is the [variance](/D/var) of $X$ and $\mathrm{E}(X)$ is the [expected value](/D/mean) of $X$.
31+
32+
33+
**Proof:** The second [raw moment](/D/mom-raw) of a [random variable](/D/rvar) $X$ is defined as
34+
35+
$$ \label{eq:momraw-2nd-def}
36+
\mu_2' = \mathrm{E}\left[ (X-0)^2 \right] \; .
37+
$$
38+
39+
Using the [partition of variance into expected values](/P/var-mean)
40+
41+
$$ \label{eq:var-mean}
42+
\mathrm{Var}(X) = \mathrm{E}(X^2) - \mathrm{E}(X)^2 \; ,
43+
$$
44+
45+
the second raw moment can be rearranged into:
46+
47+
$$ \label{eq:momraw-2nd-qed}
48+
\mu_2' \overset{\eqref{eq:momraw-2nd-def}}{=} \mathrm{E}(X^2) \overset{\eqref{eq:var-mean}}{=} \mathrm{Var}(X) + \mathrm{E}(X)^2 \; .
49+
$$

0 commit comments

Comments
 (0)