the law of total probability bayes rule and random
play

The Law of Total Probability, Bayes Rule, and Random Variables (Oh - PowerPoint PPT Presentation

The Law of Total Probability, Bayes Rule, and Random Variables (Oh My!) Administrivia o Homework 2 is posted and is due two Friday s from now o If you didn t start early last time, please do so this time. Good Milestones : Finish


  1. The Law of Total Probability, Bayes’ Rule, and Random Variables (Oh My!)

  2. Administrivia o Homework 2 is posted and is due two Friday’ s from now o If you didn’ t start early last time, please do so this time. Good Milestones : Finish Problems 1-3 this week. More math, some programming. § Finish Problems 4-5 next week. Less math, more programming. §

  3. Administrivia Reminder of the course Collaboration Policy : o Inspiration is Free : you may discuss homework assignments with anyone. You are especially encouraged to discuss solutions with your instructor and your classmates. o Plagiarism is Forbidden : the assignments and code that you turn in should be written entirely on your own. o Do NOT Search for a Solution On-Line : You may not actively search for a solution to the problem from the internet. This includes posting to sources like StackExchange, Reddit, Chegg, etc o Violation of ANY of the above will result in an F in the course / trip to Honor Council

  4. Previously on CSCI 3022 o Conditional Probability : The probability that A occurs given that C occurred P ( A | C ) = P ( A ∩ C ) P ( C ) o Multiplication Rule : P ( A ∩ C ) = P ( A | C ) P ( C ) o Independence : Events A and B are independent if 1. P ( A | B ) = P ( A ) 2. P ( B | A ) = P ( B ) 3. P ( A ∩ B ) = P ( A ) P ( B )

  5. Law of Total Probability Example : Suppose I have two bags of marbles. The first bag contains 6 white marbles and 4 black marbles. The second bag contains 3 white marbles and 7 black marbles. Now suppose I put the two bags in a box. If I close my eyes, grab a bag from the box, and then grab a marble from the bag, what is the probability that it is black? H BLACK ¥0 0.55 = = 20¥ . to ± ÷ ' to E- E ÷ + + =

  6. Law of Total Probability Example : Same scenario as before, but now suppose that the first bag is much larger than the second bag, so that when I reach into the box I’m twice as likely to grab the first bag as the second. What is the probability of grabbing a black marble? P(Bz)= 1/3 B.) % P ( = . to . ± . To I. E= 8%+3=0 25 +

  7. Law of Total Probability Def : Suppose are disjoint events such that . The C 1 , C 2 , . . . , C m C 1 ∪ C 2 ∪ · · · ∪ C m = Ω probability of an arbitrary event can be expressed as: A P ( A ) = P ( A | C 1 ) P ( C 1 ) + P ( A | C 2 ) P ( C 2 ) + · · · + P ( A | C m ) P ( C m ) E I÷¥¥n¥YFE¥⇐¥#

  8. Let’ s Flip Things Around , )=PlBo) PCB Example : Suppose I have two bags of marbles. The first bag contains 6 white marbles and 4 black marbles. The second bag contains 3 white marbles and 7 black marbles. Now suppose I put the two bags in a box. If I close my eyes, grab a bag from the box, reach into the bag and pull out a white marble. What is the probability that I picked Bag 1? WHITE ) PCB.tk ) PCB , ( complete = WHITE ) PC - tz , )=¥o PCB , )=P( Bil PIWHHEIB PIWHITEIBD 340 = , ) IBDPCB PC WHITE PCB , ) NWHITE =

  9. Let’ s Flip Things Around Example : Suppose I have two bags of marbles. The first bag contains 6 white marbles and 4 black marbles. The second bag contains 3 white marbles and 7 black marbles. Now suppose I put the two bags in a box. If I close my eyes, grab a bag from the box, reach into the bag and pull out a white marble. What is the probability that I picked Bag 1? How could we compute this? 1 WHITE ) PCB , - PCWHITEIBDPIBDPCWHITE 1 B. DPIB ) ÷ ) , Yz PC WHITE % = = + PIWHHI 1132 )MB2 ) go.tt?o IBDPCB , ) . } white PD Esque % = -

  10. Let’ s Flip Things Around Example : Suppose I have two bags of marbles. The first bag contains 6 white marbles and 4 black marbles. The second bag contains 3 white marbles and 7 black marbles. Now suppose I put the two bags in a box. If I close my eyes, grab a bag from the box, reach into the bag and pull out a white marble. What is the probability that I picked Bag 1? How could we compute this? Let’ s write down literally everything we know…

  11. Let’ s Flip Things Around Example : Suppose I have two bags of marbles. The first bag contains 6 white marbles and 4 black marbles. The second bag contains 3 white marbles and 7 black marbles. Now suppose I put the two bags in a box. If I close my eyes, grab a bag from the box, reach into the bag and pull out a white marble. What is the probability that I picked Bag 1? How could we compute this? Let’ s write down literally everything we know…

  12. Let’ s Flip Things Around Example : Suppose I have two bags of marbles. The first bag contains 6 white marbles and 4 black marbles. The second bag contains 3 white marbles and 7 black marbles. Now suppose I put the two bags in a box. If I close my eyes, grab a bag from the box, reach into the bag and pull out a white marble. What is the probability that I picked Bag 1? How could we compute this? Let’ s write down literally everything we know…

  13. Bayes’ Rule The notion of using evidence (the marble is White) to update our belief about an event (that we selected Box 1 from the box) is the cornerstone of a statistical framework called Bayesian Reasoning . LIKELIHOOD f The formulas we derived in the previous example are called Bayes’ Rule or Bayes’ Theorem PRIOR a- P ( A | C ) = P ( C | A ) P ( A ) P ( C | A ) P ( A ) → = P ( C ) P ( C | A ) P ( A ) + P ( C | A c ) P ( A c ) t y EVIDENCE OF PROB

  14. Bayes’ Rule The notion of using evidence (the marble is White) to update our belief about an event (that we selected Box 1 from the box) is the cornerstone of a statistical framework called Bayesian Reasoning . The formulas we derived in the previous example are called Bayes’ Rule or Bayes’ Theorem P ( A | C ) = P ( C | A ) P ( A ) P ( C | A ) P ( A ) = P ( C ) P ( C | A ) P ( A ) + P ( C | A c ) P ( A c )

  15. Bayes’ Rule Bayes’ Rule has applications all over science. o Should we test men for prostate cancer? o Bayes’ Rule allows us to write down the probability that someone who tests positive for prostate cancer actually has prostate cancer. o False positives may cause huge amounts of stress, heartache, and pain. o On the other hand, if you don’ t test for cancer, you may not discover it until it’ s too late o Things are slightly more complicated than this: Other factors are age, PSA cutoffs, etc.

  16. Bayes’ Rule Classic Example : Suppose that 1% of men over the age of 40 have prostate cancer. Also suppose that a test for prostate cancer exists with the following properties: 90% of people have cancer will test positive and 8% of people who do not have cancer will also test positive. What is the probability that a person who tests positive for cancer actually has cancer ? = neg test cancer test pos Have C + = - = It ) PCC = PCt1c)PK)o Pct ) eo . ' ftp.topo.ge?pY@ 1C ) Pcc ) Pct 0.07 = .

  17. Bayes’ Rule Classic Example : Suppose that 1% of men over the age of 40 have prostate cancer. Also suppose that a test for prostate cancer exists with the following properties: 90% of people have cancer will test positive and 8% of people who do not have cancer will also test positive. What is the probability that a person who tests positive for cancer actually has cancer ?

  18. Bayes’ Rule Classic Example : Suppose that 1% of men over the age of 40 have prostate cancer. Also suppose that a test for prostate cancer exists with the following properties: 90% of people have cancer will test positive and 8% of people who do not have cancer will also test positive. What is the probability that a person who tests positive for cancer actually has cancer ? Pcc ) Icc ) PKD PAI c) Pct Pct ) + = E to Is ! + 8.8% =

  19. Random Variables Suppose that I roll two dice o What is the most combination? o What is the most likely sum?

  20. Random Variables Suppose that I roll two dice o What is the most combination? o What is the most likely sum?

  21. Random Variables poll 2nd poll 1st a ¥-1 we w What is the sample space? = = , 123456-2 E

  22. Random Variables What is the sample space? The Key : the dice are random, so the sum is random. Let’ s sidestep the sample space entirely and just go straight to the thing we care about: the sum. We call the sum of the dice a random variable .

  23. Random Variables What is the sample space? The Key : the dice are random, so the sum is random. Let’ s sidestep the sample space entirely and just go straight to the thing we care about: the sum. We call the sum of the dice a random variable . Def : a discrete random variable is a function that maps the elements of the sample space Ω To a finite number of values or an infinite number of values a 1 , a 2 , . . . a 1 , a 2 , . . . , a n Examples : o Sum of the dice, difference of the dice, maximum of the dice o Number of coin flips until we get a heads

  24. Probability Mass Function . Def : a probability mass function is the map between the random variable’ s values and the probabilities of those values f ( a ) = P ( X = a ) 9 RU . o Called a “probability mass function” (PMF) because each of the random variable’ values has some probability mass (or weight) associated with it o Because the PMF is a probability function, the sum of all the masses must be what? El Fla ;) =/ ,

  25. Probability Mass Function PCHKP Question : what is the probability mass function for the number of coin flips until a biased coin comes up heads? TTTH { TH } TTH H R= , , , - , . . 4 3 I 2 × - - - = I. ppp ' f c |pPp p ctpp = - - -

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