Skip to content

Commit 9dbee2d

Browse files
authored
Merge pull request #271 from JoramSoch/master
added 1 proof and 1 definition
2 parents d2facb4 + d8184d9 commit 9dbee2d

3 files changed

Lines changed: 89 additions & 3 deletions

File tree

D/data.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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: 2024-09-20 14:11:02
9+
10+
title: "Data"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Random experiments"
14+
definition: "Measured data"
15+
16+
sources:
17+
18+
def_id: "D203"
19+
shortcut: "data"
20+
username: "JoramSoch"
21+
---
22+
23+
24+
**Definition:** Data, also "measured data", are any set of one or more [random variables](/D/rvar)[discrete or continuous](/D/rvar-disc), [univariate or multivariate](/D/rvar-uni) – that have been observed, measured or collected in the course of a [random experiment](/D/rexp).
25+
26+
The random variables that are part of data have [probability distributions](/D/dist). Assumptions for these probability distributions are made with [generative models](/D/gm). Generative models can form the basis for [statistical tests](/D/test) checking [statistical hypotheses](/D/hyp).

I/ToC.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ title: "Table of Contents"
1919
&emsp;&ensp; 1.1.2. *[Sample space](/D/samp-spc)* <br>
2020
&emsp;&ensp; 1.1.3. *[Event space](/D/eve-spc)* <br>
2121
&emsp;&ensp; 1.1.4. *[Probability space](/D/prob-spc)* <br>
22+
&emsp;&ensp; 1.1.5. *[Measured data](/D/data)* <br>
2223

2324
1.2. Random variables <br>
2425
&emsp;&ensp; 1.2.1. *[Random event](/D/reve)* <br>
@@ -38,9 +39,10 @@ title: "Table of Contents"
3839
&emsp;&ensp; 1.3.5. *[Exceedance probability](/D/prob-exc)* <br>
3940
&emsp;&ensp; 1.3.6. *[Statistical independence](/D/ind)* <br>
4041
&emsp;&ensp; 1.3.7. *[Conditional independence](/D/ind-cond)* <br>
41-
&emsp;&ensp; 1.3.8. **[Probability under independence](/P/prob-ind)** <br>
42-
&emsp;&ensp; 1.3.9. *[Mutual exclusivity](/D/exc)* <br>
43-
&emsp;&ensp; 1.3.10. **[Probability under exclusivity](/P/prob-exc)** <br>
42+
&emsp;&ensp; 1.3.8. **[Self-independence](/P/ind-self)** <br>
43+
&emsp;&ensp; 1.3.9. **[Probability under independence](/P/prob-ind)** <br>
44+
&emsp;&ensp; 1.3.10. *[Mutual exclusivity](/D/exc)* <br>
45+
&emsp;&ensp; 1.3.11. **[Probability under exclusivity](/P/prob-exc)** <br>
4446

4547
1.4. Probability axioms <br>
4648
&emsp;&ensp; 1.4.1. *[Axioms of probability](/D/prob-ax)* <br>

P/ind-self.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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: 2024-09-20 14:04:20
9+
10+
title: "Self-independence of random event"
11+
chapter: "General Theorems"
12+
section: "Probability theory"
13+
topic: "Probability"
14+
theorem: "Self-independence"
15+
16+
sources:
17+
- authors: "Wikipedia"
18+
year: 2024
19+
title: "Independence (probability theory)"
20+
in: "Wikipedia, the free encyclopedia"
21+
pages: "retrieved on 2024-09-20"
22+
url: "https://en.wikipedia.org/wiki/Independence_(probability_theory)#Self-independence"
23+
- authors: "JoramSoch"
24+
year: 2023
25+
title: "Suppose A is an event. Can A be independent of itself?"
26+
in: "X"
27+
pages: "Aug 7, 2023, 03:59 PM"
28+
url: "https://x.com/JoramSoch/status/1688550557034651648"
29+
30+
proof_id: "P470"
31+
shortcut: "ind-self"
32+
username: "JoramSoch"
33+
---
34+
35+
36+
**Theorem:** Let $E$ be a [random event](/D/reve). Then, $E$ is [independent of itself](/D/ind), if and only if its [probability](/D/prob) is zero or one:
37+
38+
$$ \label{eq:ind-self}
39+
E \text{ self-independent} \quad \Leftrightarrow \quad P(E) = 0 \quad \text{or} \quad P(E) = 1 \; .
40+
$$
41+
42+
43+
**Proof:** According to the definition of [statistical independence](/D/ind), it must hold that:
44+
45+
$$ \label{eq:ind}
46+
\begin{split}
47+
P(E,E) &= P(E) \cdot P(E) \\
48+
P(E) &= \left( P(E) \right)^2 \; .
49+
\end{split}
50+
$$
51+
52+
This is only fulfilled, if
53+
54+
$$ \label{eq:ind-self-qed}
55+
P(E) = 0 \quad \text{or} \quad P(E) = 1 \; .
56+
$$
57+
58+
Both is possible, since the [lower bound of probability is zero](/D/prob-ax) and the [upper bound of probability is one](/P/prob-range).

0 commit comments

Comments
 (0)