discrete probability
play

DISCRETE PROBABILITY Discrete Probability is a finite or countable - PowerPoint PPT Presentation

DISCRETE PROBABILITY Discrete Probability is a finite or countable set called the Probability Space P : R + . P ( ) = 1 . If then P ( ) is the probability of . Discrete Probability Fair Coin


  1. DISCRETE PROBABILITY Discrete Probability

  2. Ω is a finite or countable set – called the Probability Space P : Ω → R + . � ω ∈ Ω P ( ω ) = 1 . If ω ∈ Ω then P ( ω ) is the probability of ω . Discrete Probability

  3. Fair Coin Ω = { H , T } , P ( H ) = P ( T ) = 1 / 2. Dice Ω = { 1 , 2 , . . . , 6 } , P ( i ) = 1 / 6 , 1 ≤ i ≤ 6. Both are examples of a uniform distribution : P ( ω ) = 1 ∀ ω ∈ Ω . | Ω | Discrete Probability

  4. Geometric or number of Bernouilli trials until success Ω = { 1 , 2 , . . . , } , P ( k ) = ( 1 − p ) k − 1 p , k ∈ Ω . Repeat "experiment" until success – k is the total number of trials. p is the probability of success S and 1 − p is the probability of failure F . P ( S ) = p , P ( FS ) = p ( 1 − p ) , P ( FFS ) = ( 1 − p ) 2 p , P ( FFFS ) = ( 1 − p ) 3 p . . . , . Note that ∞ p ( 1 − p ) k − 1 p = � 1 − ( 1 − p ) = 1 . k = 1 Discrete Probability

  5. Roll Two Dice Probability Space 1 : Ω = [ 6 ] 2 = { ( x 1 , x 2 ) : 1 ≤ x 1 , x 2 ≤ 6 } P ( x 1 , x 2 ) = 1 / 36 for all x 1 , x 2 . Probability Space 2 : Ω = { 2 , 3 , 4 , , . . . , 12 } P ( 2 ) = 1 / 36 , P ( 3 ) = 2 / 36 , P ( 4 ) = 3 / 36 , . . . , P ( 12 ) = 1 / 36 . Discrete Probability

  6. Events A ⊆ Ω is called an event . P ( A ) = � P ( ω ) . ω ∈ A (i) Two Dice A = { x 1 + x 2 = 7 } where x i is the value of dice i . A = { ( 1 , 6 ) , ( 2 , 5 ) , . . . , ( 6 , 1 ) } and so P ( A ) = 1 / 6 . Discrete Probability

  7. (ii) Pennsylvania Lottery Choose 7 numbers I from[80]. Then the state randomly chooses J ⊆ [ 80 ] , | J | = 11. WIN = { J : J ⊇ I } . Ω = { 11 element subsets of [80]} with uniform distribution. | WIN | = number of subsets which contain I – � 73 � . 4 � 73 � 11 � � P ( WIN ) 4 7 = � = � 80 � 80 � 11 7 9 1 86637720 ≈ = 9 , 626 , 413 . Discrete Probability

  8. Poker � 52 � Choose 5 cards at random. | Ω | = , uniform distribution. 5 (i) Triple – 3 cards of same value e.g. Q,Q,Q,7,5. P ( Triple ) = ( 13 × 4 × 48 × 44 / ( 2 � 52 � ) ≈ . 021. 5 (ii) Full House – triple plus pair e.g. J,J,J,7,7. P ( FullHouse ) = ( 13 × 4 × 12 × 6 ) / � 52 � ≈ . 007 . 5 (iii) Four of kind – e.g. 9,9,9,9,J. P ( Four of Kind ) = ( 13 × 48 ) / � 52 � = 1 / 16660 ≈ . 00006 . 5 Discrete Probability

  9. Birthday Paradox Ω = [ n ] k – uniform distribution, | Ω | = n k . D = { ω ∈ Ω ; symbols are distinct}. P ( D ) = n ( n − 1 )( n − 2 ) . . . ( n − k + 1 ) . n k n = 365 , k = 26 – birthdays of 26 randomly chosen people. P ( D ) < . 5 i.e. probability 26 randomly chosen people have distinct birthdays is <.5. (Assumes people are born on random days). Discrete Probability

  10. Balls in Boxes m distinguishable balls in n distinguishable boxes. Ω = [ n ] m = { ( b 1 , b 2 , . . . , b m ) } where b i denotes the box containing ball i . Uniform distribution. E = { Box 1 is empty } . ( n − 1 ) m P ( E ) = n m � m � 1 − 1 = n e − c as n → ∞ → if m = cn where c > 0 is constant . Discrete Probability

  11. Explanation of limit : ( 1 − 1 / n ) cn → e − c . 1 + x ≤ e x for all x ; x ≥ 0: 1 + x ≤ 1 + x + x 2 / 2 ! + x 3 / 3 ! + · · · = e x . 1 x < − 1: 1 + x < 0 ≤ e x . 2 x = − y , 0 ≤ y ≤ 1: 3 1 − y ≤ 1 − y +( y 2 / 2 ! − y 3 / 3 !)+( y 4 / 4 ! − y 5 / 5 !)+ · · · = e − y . So ( 1 − 1 / n ) cn ≤ ( e − 1 / n ) cn = e − c . 4 Discrete Probability

  12. e − x − x 2 ≤ 1 − x if 0 ≤ x ≤ 1 / 100 . (1) − x − x 2 2 − x 3 3 − x 4 log e ( 1 − x ) = 4 − · · · − x − x 2 � x 3 + x 2 � 2 − x 2 ≥ 3 − · · · − x − x 2 x 3 = 2 − 3 ( 1 − x ) − x − x 2 . ≥ This proves (1). So, for large n , ( 1 − 1 / n ) cn exp {− cn ( 1 / n + 1 / n 2 ) } ≥ exp {− c − c / n } = ǫ − c . → Discrete Probability

  13. Random Walk A particle starts at 0 on the real line and each second makes a random move left of size 1, (probability 1/2) or right of size 1 (probability 1/2). Consider n moves. Ω = { L , R } n . For example if n = 4 then LLRL stands for move left, move left, move right, move left. Each sequence ω is given an equal probability 2 − n . Let X n = X n ( ω ) denote the position of the particle after n moves. Suppose n = 2 m . What is the probability X n = 0? � n � � 2 m 2 n ≈ π n . √ Stirling’s Formula: n ! ≈ 2 π n ( n / e ) n . Discrete Probability

  14. Boole’s Inequality A , B ⊆ Ω . P ( A ∪ B ) P ( A ) + P ( B ) − P ( A ∩ B ) = P ( A ) + P ( B ) ≤ (2) If A , B are disjoint events i.e. A ∩ B = ∅ then P ( A ∪ B ) = P ( A ) + P ( B ) . Example: Two Dice. A = { x 1 ≥ 3 } and B = { x 2 ≥ 3 } . Then P ( A ) = P ( B ) = 2 / 3 and P ( A ∪ B ) = 8 / 9 < P ( A ) + P ( B ) . Discrete Probability

  15. More generally, � n n � A i P ( A i ) . � � P ≤ (3) i = 1 i = 1 Inductive proof Base case: n = 1 Inductive step: assume (3) is true. � n � n + 1 � � A i A i + P ( A n + 1 ) by (2) � � ≤ P P i = 1 i = 1 n P ( A i ) + P ( A n + 1 ) by (3) � ≤ i = 1 Discrete Probability

  16. Colouring Problem Theorem Let A 1 , A 2 , . . . , A n be subsets of A and | A i | = k for 1 ≤ i ≤ n . If n < 2 k − 1 then there exists a partition A = R ∪ B such that A i ∩ R � = ∅ and A i ∩ B � = ∅ 1 ≤ i ≤ n . [ R = Red elements and B = Blue elements.] Proof Randomly colour A . Ω = { R , B } A = { f : A → { R , B }} , uniform distribution. BAD = {∃ i : A i ⊆ R or A i ⊆ B } . Claim: P ( BAD ) < 1. Thus Ω \ BAD � = ∅ and this proves the theorem. Discrete Probability

  17. BAD ( i ) = { A i ⊆ R or A i ⊆ B } n BAD = BAD ( i ) . � i = 1 n P ( BAD ) P ( BAD ( i )) � ≤ i = 1 n � k − 1 � 1 � = 2 i = 1 n / 2 k − 1 = < 1 . Discrete Probability

  18. Example of system which is not 2-colorable. � 2 k − 1 Let n = and A = [ 2 k − 1 ] and � k � [ 2 k − 1 ] � { A 1 , A 2 , . . . , A n } = . k Then in any 2-coloring of A 1 , A 2 , . . . , A n there is a set A i all of whose elements are of one color. Suppose A is partitioned into 2 sets R , B . At least one of these two sets is of size at least k (since ( k − 1 ) + ( k − 1 ) < 2 k − 1). Suppose then that R ≥ k and let S be any k -subset of R . Then there exists i such that A i = S ⊆ R . Discrete Probability

  19. Tournaments n players in a tournament each play each other i.e. there are � n � games. 2 Fix some k . Is it possible that for every set S of k players there is a person w S who beats everyone in S ? Discrete Probability

  20. Suppose that the results of the tournament are decided by a random coin toss. Fix S , | S | = k and let E S be the event that nobody beats everyone in S . The event � E = E S S is that there is a set S for which w S does not exist. We only have to show that Pr ( E ) < 1. Discrete Probability

  21. � Pr ( E ) ≤ Pr ( E S ) | S | = k � n � ( 1 − 2 − k ) n − k = k n k e − ( n − k ) 2 − k < exp { k ln n − ( n − k ) 2 − k } = → 0 since we are assuming here that k is fixed independent of n . Discrete Probability

  22. Random Binary Search Trees A binary tree consists of a set of nodes , one of which is the root . Each node is connected to 0,1 or 2 nodes below it and every node other than the root is connected to exactly one node above it. The root is the highest node. The depth of a node is the number of edges in its path to the root. The depth of a tree is the maximum over the depths of its nodes. Discrete Probability

  23. Starting with a tree T 0 consisting of a single root r , we grow a tree T n as follows: The n ’th particle starts at r and flips a fair coin. It goes left (L) with probability 1/2 and right (R) with probability 1/2. It tries to move along the tree in the chosen direction. If there is a node below it in this direction then it goes there and continues its random moves. Otherwise it creates a new node where it wanted to move and stops. Discrete Probability

  24. Let D n be the depth of this tree. Claim: for any t ≥ 0, P ( D n ≥ t ) ≤ ( n 2 − ( t − 1 ) / 2 ) t . Proof The process requires at most n 2 coin flips and so we let Ω = { L , R } n 2 – most coin flips will not be needed most of the time. DEEP = { D n ≥ t } . For P ∈ { L , R } t and S ⊆ [ n ] , | S | = t let DEEP ( P , S ) = {the particles S = { s 1 , s 2 , . . . , s t } follow P in the tree i.e. the first i moves of s i are along P , 1 ≤ i ≤ t }. DEEP = DEEP ( P , S ) . � � P S Discrete Probability

  25. 4 8 17 11 13 S={4,8,11,13,17} t=5 and DEEP(P,S) occurs if 4 goes L... 8 goes LR... 17 goes LRR... 11 goes LRRL... 13 goes LRRLR... Discrete Probability

  26. P ( DEEP ) P ( DEEP ( P , S )) � � ≤ P S 2 − ( 1 + 2 + ··· + t ) � � = P S 2 − t ( t + 1 ) / 2 � � = P S � n � 2 t 2 − t ( t + 1 ) / 2 = t 2 t n t 2 − t ( t + 1 ) / 2 ≤ ( n 2 − ( t − 1 ) / 2 ) t . = So if we put t = A log 2 n then P ( D n ≥ A log 2 n ) ≤ ( 2 n 1 − A / 2 ) A log 2 n which is very small, for A > 2. Discrete Probability

  27. Conditional Probability Suppose A ⊆ Ω . We define an induced probability P A by P A ( ω ) = P ( ω ) for ω ∈ A . P ( A ) Usually write P ( B | A ) for P A ( B ) . If B is an arbitrary subset of Ω we write P ( B | A ) = P A ( A ∩ B ) = P ( A ∩ B ) . P ( A ) Discrete Probability

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend