DataLeaper

Defining Probability

Probability Space

First we will define Probability Space, it consists of

alt text

Example

We have an experiment with 1 draw from pack of cards:

Lets define probability

P,$\Omega$,F

Explaining $\Omega$ - $2^n$ with Example

Consider a simple experiment: rolling a fair six-sided die.

To bring this into even simple terms: each column here stands for whether a sample outcome happened or did not happen (1/0). This means all subsets will be multiplications on 2/binary options.

Event 1 2 3 4 5 6
$\{1\}$
$\{2, 4\}$
$\{1, 3, 5\}$
$\{4, 5, 6\}$
$\{2, 3, 4, 5\}$
...

Assigning probabilities (fair die → each sample outcome equally likely):

Event Outcomes Probability
Roll an even number $A$ $\{2, 4, 6\}$ $P(A) = \frac{3}{6} = 0.5$
Roll greater than 3 $B$ $\{4, 5, 6\}$ $P(B) = \frac{3}{6} = 0.5$
$A \cap B$ (even and greater than 3) $\{4, 6\}$ $P(A \cap B) = \frac{2}{6} \approx 0.33$

Are A and B independent?

Check: $P(A)P(B) = 0.5 \times 0.5 = 0.25$, but $P(A \cap B) \approx 0.33$

Since $P(A \cap B) \neq P(A)P(B)$, events $A$ and $B$ are not independent, because knowing that the die rolled greater than 3 changes the probability of it being even (from $\frac{1}{2}$ to $\frac{2}{3}$)