Lec 1

Experiment with uncertain outcomes.

We would like to measure the likelihood of an outcome or a group of outcomes.

  • How to make this rigorous.

  • Random numbers.

Repeated experiments (patterns)

Modeling real life examples

Flip a fair coin: probability of head? 12\frac{1}{2}

Roll a fair die: {3,6} = p = 26\frac{2}{6}

  1. flip a coin 10 times, probability of getting 10 tails.

  2. Flip a coin until get a tail. What is the probability we need to flip coin more than 5 times.

  3. Suppose you have a dart board. Radius of 9 inches. What is the probability of landing less than 1 inch

Answer

1: 1210\frac{1}{2}^{10}

(a1,a2,,a10)(a_1, a_2, \dots, a_{10}), ai{H,T}a_i \in \{H, T\}. There are 2^10 outcomes. One would be all tails. So 1210\frac{1}{2^{10}}.

2: first 5 flips are all heads. 125\frac{1}{2^5}.

3: π81π\frac{\pi}{81\pi}= 181\frac{1}{81}.

Experiment:

Probability of something.

Kolmogorov's axioms of probability.

Ω\Omega sample space. Set of all possible outcomes. (Non-empty, at least 1 possible outcomes)

FF: set of event. Event is a subset of Ω\Omega. F,ΩF\emptyset \in F, \Omega \in F

PP: function f[0,1]f \rightarrow [0,1] . (Probability of the event)

(Ω,F,P)(\Omega, F, P) - probability space.

F{all subset ofΩ}=2Ω=P(H)F \subset \{\text{all subset of} \Omega\} = 2^{\Omega} = P(H)

E.g

Flip a coin. Ω={H,T}\Omega = \{ H, T\} F={{H},{T},,{H,T}}F = \{ \{H\}, \{T\}, \emptyset, \{H, T\}\}

Roll a die Ω={1,2,3,4,5,6}\Omega = \{1,2,3,4,5,6\}

Flip a coin 10 times.Ω={(a1,,a10);ai{H,T}}\Omega = \{(a_1,\dots,a_{10}); a_i \in \{H,T\}\}={H,T}10= \{H,T\}^{10}

A,BA, B sets. A×B={(a,b),aA,bB}A \times B = \{(a,b), a\in A, b\in B\}

AFA \in F 0P(A)10\leq P(A) \leq 1.

P()=0P(\emptyset) = 0

P(Ω)=1P(\Omega) = 1

A1,A2,,A_1, A_2, \dots, disjoint event. P(iAi)=iP(Ai)P(\bigcup_i Ai) = \sum_i P(A_i). (Additivity)

Last updated