Discrete Probability

Size: px
Start display at page:

Download "Discrete Probability"

Transcription

1 Discrete Probability Mark Muldoon School of Mathematics, University of Manchester M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 1/38

2 Overview Mutually exclusive Independent More about combining Today we ll discuss ways to learn how to think about that are influenced by chance. Basic probability: famous Frenchmen, coins and dice Definitions and rules: mutually exclusive and Expectation: given probabilities, what can we compute? An application: going to the dogs Conditional probability: for example, the probability that a child smokes, given that her parents do. More applications: why it s very hard to detect rare disorders. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 2/38

3 Famous Frenchmen Mutually exclusive Independent More about combining Blaise Pascal ( ) If God does not exist, one will lose nothing by believing in him, while if he does exist, one will lose everything by not believing... we are compelled to gamble. Pierre de Fermat ( )... a man of great erudition, has contact with men of learning everywhere. But he is rather preoccupied, he does not report cases well and is confused. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 3/38

4 What does probability mean? Mutually exclusive Independent More about combining To say that an event has probability p means that the long-term average of is p. Number of times event occurs Number of times it could have occured Example 3.1 (A fair coin) Two possible outcomes: Heads and Tails Each assumed equally likely, so P(Heads) = P(Tails) = 1/2 M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 4/38

5 Properties of probabilities Mutually exclusive Independent More about combining Probabilities are numbers 0 p 1. Given an exhaustive list of possible outcomes, their probabilities add up to one. The pair A happens and A doesn t happen are exhaustive, so P(not A) = 1 P(A) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 5/38

6 Mutually exclusive Mutually exclusive Independent More about combining Two are mutually exclusive if one precludes the other, for example: Toss a coin and get Heads and Get Tails on the same toss. Example 3.2 (Drawing cards) Consider drawing a card from an ordinary deck: what it the probability of getting an ace? M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 6/38

7 Mutually exclusive Mutually exclusive Independent More about combining Two are mutually exclusive if one precludes the other, for example: Toss a coin and get Heads and Get Tails on the same toss. Example 3.3 (Drawing cards) Consider drawing a card from an ordinary deck: what it the probability of getting an ace? Answer Number of aces Number of cards in deck = 4 52 = M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 6/38

8 Which are mutually exclusive? Mutually exclusive Independent More about combining Example 3.4 (Mutually exclusive ) Consider the following, which are possible outcomes when drawing a card from a standard, 52-card deck Event A: drawing a Heart. Event B: drawing a face card. Event C: drawing a three. Which of the pairs of A&B, A&C, B&C, are mutually exclusive? M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 7/38

9 Which are mutually exclusive? Mutually exclusive Independent More about combining Example 3.5 (Mutually exclusive ) Consider the following, which are possible outcomes when drawing a card from a standard, 52-card deck Event A: drawing a Heart. Event B: drawing a face card. Event C: drawing a three. Which of the pairs of A&B, A&C, B&C, are mutually exclusive? Answer: Only B & C are mutually exclusive. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 7/38

10 Addition rule for mutually exclusive Mutually exclusive Independent More about combining The previous example suggests a rule for working out the probability of either of two mutually exclusive happening: If A & B are mutually exclusive, P(A or B) = P(A) + P(B). Example 3.6 (Rolling a die) A single roll of a die may show a 1 or a 2, but not both. The probability that it shows either a 1 or a 2 is 1/6 + 1/6 = 1/3. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 8/38

11 Independent Mutually exclusive Independent More about combining Two are independent if knowing that one has happened tells us nothing about whether the other will happen. Example 3.7 (Tossing two coins) Consider tossing a penny and a pound coin. Use h & t to show the result for the penny, and H & T, for the pound. Possible outcomes are {hh, ht, th, tt}. Each is equally likely. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 9/38

12 Multiplication rule for Mutually exclusive Independent More about combining By counting it is clear that P(Heads on penny) = (2/4) = 0.5 P(Heads on pound) = (2/4) = 0.5 P(Heads on both) = (1/4) = 0.25 Example suggests a rule for probability of two independent happening together: If A & B are, P(A and B) = P(A) P(B). M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 10/38

13 More about combining Mutually exclusive Independent More about combining Finally, there is a rule for combining the probabilities of that are not mutually exclusive (i.e. those for which P(A & B) 0). Generally, P(A or B) = P(A) + P(B) - P(A & B). To see how this works consider rolling two dice, one six-sided and one four-sided and consider A The four-sided die comes up an even number; B The sum of the two rolls is an even number. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 11/38

14 Outcomes for the two dice Mutually exclusive Independent More about combining Outcomes contributing to event A appear in dashed boxes. Those contributing to event B are circled. Six outcomes contribute to both. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 12/38

15 Using the rule Mutually exclusive Independent More about combining Counting up from the diagram, one can see the rule in action P(A or B) = P(A) + P(B) P(A and B) = (12/24) + (12/24) (6/24) = (1/2) + (1/2) (1/4) = (3/4) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 13/38

16 Review: mutually exclusive Mutually exclusive Independent More about combining If A & B are mutually exclusive, which of the following statements are true? a) P(A or B) = P(A) + P(B) b) P(A and B) = 0 c) P(A and B) = P(A) P(B) d) P(A) = P(B) e) P(A) + P(B) = 1 M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 14/38

17 Review: mutually exclusive Mutually exclusive Independent More about combining If A & B are mutually exclusive, which of the following statements are true? a) P(A or B) = P(A) + P(B) b) P(A and B) = 0 c) P(A and B) = P(A) P(B) d) P(A) = P(B) e) P(A) + P(B) = 1 Answer: only a) and b) are true. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 14/38

18 Review: independence Mutually exclusive Independent More about combining The probability of a woman having condition X is 0.20 while the probability of her having Y is If these probs are independent, which of the following is true? a) prob. she has both conditions is 0.01; b) prob. she has both conditions is 0.25; c) prob. she has either condition, or both, is 0.24; d) if she has X, prob. she has Y also is 0.01; e) if she has Y, prob. she has X also is M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 15/38

19 Review: independence Mutually exclusive Independent More about combining The probability of a woman having condition X is 0.20 while the probability of her having Y is If these probs are independent, which of the following is true? a) prob. she has both conditions is 0.01; b) prob. she has both conditions is 0.25; c) prob. she has either condition, or both, is 0.24; d) if she has X, prob. she has Y also is 0.01; e) if she has Y, prob. she has X also is Answer: a), c) and e) are true. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 15/38

20 Probability: going to the dogs Mutually exclusive Independent More about combining Everyone knows that the best way to make money at the track is to be the bookie but what does the bookie do? The entry above is the sort of data he has to work with. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 16/38

21 The bookie s job Mutually exclusive Independent More about combining And his job is to choose entries in the following table Punter bets Bookie pays 1 on Farloe Melody 3 if he wins 3 on Chini Chin Chin 1 if she wins So that he makes a decent living and doesn t have to worry about a run of bad luck that would force into bankruptcy. a a This problem was inspired by one in M. Baxter & A. Rennie, Financial Calculus, CUP, (1998). M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 17/38

22 A mathematician s dog track Mutually exclusive Independent More about combining Simplify the problem drastically Only two dogs in the race, A and B. We, the bookies, know true probability of dogs winning: P(A) = 0.25 and P(B) = Punters bet 10K on dog A, 20K on dog B. How should we set the odds? M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 18/38

23 First effort: fair odds Mutually exclusive Independent More about combining Set the odds using the probabilities we know Punter bets Bookie pays 1 on dog A 3 if he wins 3 on dog B 1 if she wins How much money should we expect to make? M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 19/38

24 The two possible outcomes Mutually exclusive Independent More about combining If dog A wins we get to keep all the money wagered on dog B, but have to pay out 3 for every pound wagered on dog A. Our winnings are thus [ 20, , 000] = 10K while if dog B wins we get to keep the money wagered on A, but have to pay out 1 for every 3 wagered on dog B: [ 10, 000 (1/3) 20, 000] = (1/3) 10, 000 These are the two contributions two our earnings... M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 20/38

25 Expected earnings Mutually exclusive Independent More about combining Bearing in mind the definition of probability as long-term frequency, if we ran this race many times we would expect to earn P(A wins)(profit if A wins) + P(B wins)(profit if B wins) = (0.25) ( 10K) + (0.75) ((1/3) 10K) = 2.5K + ( 2.5K) = 0 Two major problems: a) Average long-term earnings are zero b) Sometimes lose money, so may go broke M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 21/38

26 Summary Mutually exclusive Independent More about combining Assembling all the results into one display Punter bets We pay 1 on dog A 3 if he wins 3 on dog B 1 if she wins Outcome Prob. Financial result Contrib. A wins 0.25 ( 20K K) - 2.5K B wins 0.75 ( 10K - (1/3) 20K) 2.5K Totals M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 22/38

27 Alter odds (payments) slightly Mutually exclusive Independent More about combining Punter bets We pay 5 on dog A 14 if he wins 15 on dog B 4 if she wins Outcome Prob. Financial result Contrib. A wins 0.25 ( 20K - (14/5) 10K) - 2K B wins 0.75 ( 10K - (4/15) 20K) 3.5K Totals K So now we can make money in the long run, but go broke first. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 23/38

28 Odds based on the betting Mutually exclusive Independent More about combining Punter bets We pay 1 on dog A 2 if he wins 2 on dog B 1 if she wins Outcome Prob. Financial result Contrib. A wins 0.25 ( 20K K) 0 B wins 0.75 ( 10K - (1/2) 20K) 0 Totals 1.0 0K Neither outcome causes us to lose money... M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 24/38

29 Shade odds in our favour Mutually exclusive Independent More about combining Punter bets We pay 5 on dog A 9 if he wins 10 on dog B 4 if she wins Outcome Prob. Financial result Contrib. A wins 0.25 ( 20K - (9/5) 10K) B wins 0.75 ( 10K - (4/10) 20K) Totals 1.0 M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 25/38

30 Shade odds in our favour Mutually exclusive Independent More about combining Punter bets We pay 5 on dog A 9 if he wins 10 on dog B 4 if she wins Outcome Prob. Financial result Contrib. A wins 0.25 ( 20K - (9/5) 10K) 0.5K B wins 0.75 ( 10K - (4/10) 20K) 1.5K Totals 1.0 2K We make money no matter what happens!?! M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 25/38

31 Reality check Mutually exclusive Independent More about combining Our problem too abstract Essentially the same phenomenon as the stock market: gambling on underlying random system can make money, no matter which way the gamble goes Bookies and brokerage houses do sometimes go broke. Real bookies must offer odds without knowing how much money will ultimately be wagered: adapt as bets come in. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 26/38

32 Conditional probability Mutually exclusive Independent More about combining Want a concise notion/notation for the probability that one event occurs, given that another has. Example 3.8 Roll a six-sided die: what is the probability of getting a two, given that the result is an even number? There are three possible even numbers, { 2, 4, 6 } and only one of them is a 2, so by direct counting the probability is (1/3). M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 27/38

33 The notation P(A B) Mutually exclusive Independent More about combining Write conditional probabilities as P(A B) and read them as the probability of A given B". Examples include: P( It will rain tomorrow it is raining now ) P( It will rain tomorrow one is in Manchester ) P( Woman gets breast cancer mother and sister did ) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 28/38

34 A sum rule Mutually exclusive Independent More about combining The simplest rule about conditional probabilities underlies reasonable statements such as: P( rain Manchester ) + P( no rain Manchester ) = 1. More formally, the rule is If one has an exhaustive list of mutually exclusive then their conditional probabilities add up to one. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 29/38

35 Recovering ordinary probabilities Mutually exclusive Independent More about combining Sometimes one needs to pass from conditional probabilities back to non-conditional ones. The main tool one needs is the formula: P(A&B) = P(A B) P(B) ( ) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 30/38

36 Using conditional probability Mutually exclusive Independent More about combining Epidemiology of lung cancer Divide subjects into three groups Heavy smokers: more that 40 a day Smokers: up to 39 per day Non-smokers: none Find risk of cancer for each group, e.g. continued... P(lung cancer heavy smoker). M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 31/38

37 Using... Mutually exclusive Independent More about combining Use conditional probabilities to find risk for general population: P( subject develops lung cancer ) = P( [cancer & heavy smoker] or [cancer & smoker] or [cancer & non-smoker]) = P( cancer & heavy smoker ) + P( cancer & smoker ) + P( cancer & non-smoker ) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 32/38

38 Using... Mutually exclusive Independent More about combining Then use ( ) to say P( subject develops lung cancer ) = P( cancer heavy smoker ) P( heavy smoker ) + P( cancer smoker ) P( smoker ) + P( cancer non-smoker ) P( non-smoker ) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 33/38

39 Bayes Theorem Mutually exclusive Independent More about combining On the left side of ( ) the A and B play the same role: A&B means the same thing as B&A. On the right things seem to be different: P(A B) is not generally the same as P(B A), but P(A B) P(B) = P(A&B) = P(B&A) = P(B A) P(A) which means P(A B) P(B) = P(B A) P(A) This final expression is sometimes known as Bayes Theorem. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 34/38

40 Application: screening for Mutually exclusive Independent More about combining Consider a screening program where target condition is rare (prevalence 0.5%); test correctly flags 99% of ill patients; test also flags 5% of healthy subjects (false positive). What is the probability that a patient with a positive test result is actually ill? M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 35/38

41 Formulate the problem Mutually exclusive Independent More about combining Using the language of conditional probability we want P( ill positive test ); we have P( pos ill ) = 0.99 P( pos well ) = 0.05 P( ill ) = P( well ) = (1 P( ill )) = Start with Bayes Theorem P( ill pos ) P( pos ) = P( pos ill ) P( ill ) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 36/38

42 Solve for necessary probabilities Mutually exclusive Independent More about combining P( ill pos ) = P( pos ill ) P( ill ) P( pos ) We need P( pos ), but we can find it with a calculation similar to the one about probability of lung cancer sketched earlier: P( pos ) = P( pos ill ) P( ill ) + P( pos well ) P( well ) M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 37/38

43 Assemble results Mutually exclusive Independent More about combining P( ill pos ) = P( pos ill ) P( ill ) P( pos ill ) P( ill ) + P( pos well ) P( well ) = ( )/( ) 0.09 Discouraging: a positive result from a powerful-seeming test gives only a lukewarm indication that the patient is actually ill. Rare true positive results are overwhelmed by false alarms. M05: Mathematical Methods, January 30, 2007 Discrete Probability - p. 38/38

Today we ll discuss ways to learn how to think about events that are influenced by chance.

Today we ll discuss ways to learn how to think about events that are influenced by chance. Overview Today we ll discuss ways to learn how to think about events that are influenced by chance. Basic probability: cards, coins and dice Definitions and rules: mutually exclusive events and independent

More information

I - Probability. What is Probability? the chance of an event occuring. 1classical probability. 2empirical probability. 3subjective probability

I - Probability. What is Probability? the chance of an event occuring. 1classical probability. 2empirical probability. 3subjective probability What is Probability? the chance of an event occuring eg 1classical probability 2empirical probability 3subjective probability Section 2 - Probability (1) Probability - Terminology random (probability)

More information

Fundamentals of Probability CE 311S

Fundamentals of Probability CE 311S Fundamentals of Probability CE 311S OUTLINE Review Elementary set theory Probability fundamentals: outcomes, sample spaces, events Outline ELEMENTARY SET THEORY Basic probability concepts can be cast in

More information

Probability Notes (A) , Fall 2010

Probability Notes (A) , Fall 2010 Probability Notes (A) 18.310, Fall 2010 We are going to be spending around four lectures on probability theory this year. These notes cover approximately the first three lectures on it. Probability theory

More information

The probability of an event is viewed as a numerical measure of the chance that the event will occur.

The probability of an event is viewed as a numerical measure of the chance that the event will occur. Chapter 5 This chapter introduces probability to quantify randomness. Section 5.1: How Can Probability Quantify Randomness? The probability of an event is viewed as a numerical measure of the chance that

More information

Basic Statistics and Probability Chapter 3: Probability

Basic Statistics and Probability Chapter 3: Probability Basic Statistics and Probability Chapter 3: Probability Events, Sample Spaces and Probability Unions and Intersections Complementary Events Additive Rule. Mutually Exclusive Events Conditional Probability

More information

3.2 Probability Rules

3.2 Probability Rules 3.2 Probability Rules The idea of probability rests on the fact that chance behavior is predictable in the long run. In the last section, we used simulation to imitate chance behavior. Do we always need

More information

Event A: at least one tail observed A:

Event A: at least one tail observed A: Chapter 3 Probability 3.1 Events, sample space, and probability Basic definitions: An is an act of observation that leads to a single outcome that cannot be predicted with certainty. A (or simple event)

More information

Lecture Lecture 5

Lecture Lecture 5 Lecture 4 --- Lecture 5 A. Basic Concepts (4.1-4.2) 1. Experiment: A process of observing a phenomenon that has variation in its outcome. Examples: (E1). Rolling a die, (E2). Drawing a card form a shuffled

More information

Chapter 2.5 Random Variables and Probability The Modern View (cont.)

Chapter 2.5 Random Variables and Probability The Modern View (cont.) Chapter 2.5 Random Variables and Probability The Modern View (cont.) I. Statistical Independence A crucially important idea in probability and statistics is the concept of statistical independence. Suppose

More information

MAT Mathematics in Today's World

MAT Mathematics in Today's World MAT 1000 Mathematics in Today's World Last Time We discussed the four rules that govern probabilities: 1. Probabilities are numbers between 0 and 1 2. The probability an event does not occur is 1 minus

More information

Binomial Probability. Permutations and Combinations. Review. History Note. Discuss Quizzes/Answer Questions. 9.0 Lesson Plan

Binomial Probability. Permutations and Combinations. Review. History Note. Discuss Quizzes/Answer Questions. 9.0 Lesson Plan 9.0 Lesson Plan Discuss Quizzes/Answer Questions History Note Review Permutations and Combinations Binomial Probability 1 9.1 History Note Pascal and Fermat laid out the basic rules of probability in a

More information

Probability and Independence Terri Bittner, Ph.D.

Probability and Independence Terri Bittner, Ph.D. Probability and Independence Terri Bittner, Ph.D. The concept of independence is often confusing for students. This brief paper will cover the basics, and will explain the difference between independent

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics 5. Models of Random Behavior Math 40 Introductory Statistics Professor Silvia Fernández Chapter 5 Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. Outcome: Result or answer

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Math 140 Introductory Statistics Professor Silvia Fernández Lecture 8 Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. 5.1 Models of Random Behavior Outcome: Result or answer

More information

Probability deals with modeling of random phenomena (phenomena or experiments whose outcomes may vary)

Probability deals with modeling of random phenomena (phenomena or experiments whose outcomes may vary) Chapter 14 From Randomness to Probability How to measure a likelihood of an event? How likely is it to answer correctly one out of two true-false questions on a quiz? Is it more, less, or equally likely

More information

Probability Year 9. Terminology

Probability Year 9. Terminology Probability Year 9 Terminology Probability measures the chance something happens. Formally, we say it measures how likely is the outcome of an event. We write P(result) as a shorthand. An event is some

More information

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman.

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman. Math 224 Fall 2017 Homework 1 Drew Armstrong Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman. Section 1.1, Exercises 4,5,6,7,9,12. Solutions to Book Problems.

More information

What is the probability of getting a heads when flipping a coin

What is the probability of getting a heads when flipping a coin Chapter 2 Probability Probability theory is a branch of mathematics dealing with chance phenomena. The origins of the subject date back to the Italian mathematician Cardano about 1550, and French mathematicians

More information

Chapter 14. From Randomness to Probability. Copyright 2012, 2008, 2005 Pearson Education, Inc.

Chapter 14. From Randomness to Probability. Copyright 2012, 2008, 2005 Pearson Education, Inc. Chapter 14 From Randomness to Probability Copyright 2012, 2008, 2005 Pearson Education, Inc. Dealing with Random Phenomena A random phenomenon is a situation in which we know what outcomes could happen,

More information

Probability Year 10. Terminology

Probability Year 10. Terminology Probability Year 10 Terminology Probability measures the chance something happens. Formally, we say it measures how likely is the outcome of an event. We write P(result) as a shorthand. An event is some

More information

A Event has occurred

A Event has occurred Statistics and probability: 1-1 1. Probability Event: a possible outcome or set of possible outcomes of an experiment or observation. Typically denoted by a capital letter: A, B etc. E.g. The result of

More information

Properties of Probability

Properties of Probability Econ 325 Notes on Probability 1 By Hiro Kasahara Properties of Probability In statistics, we consider random experiments, experiments for which the outcome is random, i.e., cannot be predicted with certainty.

More information

Econ 325: Introduction to Empirical Economics

Econ 325: Introduction to Empirical Economics Econ 325: Introduction to Empirical Economics Lecture 2 Probability Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Ch. 3-1 3.1 Definition Random Experiment a process leading to an uncertain

More information

Basic Probability and Statistics

Basic Probability and Statistics Basic Probability and Statistics Yingyu Liang yliang@cs.wisc.edu Computer Sciences Department University of Wisconsin, Madison [based on slides from Jerry Zhu, Mark Craven] slide 1 Reasoning with Uncertainty

More information

STAT Chapter 3: Probability

STAT Chapter 3: Probability Basic Definitions STAT 515 --- Chapter 3: Probability Experiment: A process which leads to a single outcome (called a sample point) that cannot be predicted with certainty. Sample Space (of an experiment):

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

Probability and Probability Distributions. Dr. Mohammed Alahmed Probability and Probability Distributions 1 Probability and Probability Distributions Usually we want to do more with data than just describing them! We might want to test certain specific inferences about

More information

AMS7: WEEK 2. CLASS 2

AMS7: WEEK 2. CLASS 2 AMS7: WEEK 2. CLASS 2 Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio Friday April 10, 2015 Probability: Introduction Probability:

More information

Probability & Random Variables

Probability & Random Variables & Random Variables Probability Probability theory is the branch of math that deals with random events, processes, and variables What does randomness mean to you? How would you define probability in your

More information

Formalizing Probability. Choosing the Sample Space. Probability Measures

Formalizing Probability. Choosing the Sample Space. Probability Measures Formalizing Probability Choosing the Sample Space What do we assign probability to? Intuitively, we assign them to possible events (things that might happen, outcomes of an experiment) Formally, we take

More information

Intermediate Math Circles November 8, 2017 Probability II

Intermediate Math Circles November 8, 2017 Probability II Intersection of Events and Independence Consider two groups of pairs of events Intermediate Math Circles November 8, 017 Probability II Group 1 (Dependent Events) A = {a sales associate has training} B

More information

Lecture #13 Tuesday, October 4, 2016 Textbook: Sections 7.3, 7.4, 8.1, 8.2, 8.3

Lecture #13 Tuesday, October 4, 2016 Textbook: Sections 7.3, 7.4, 8.1, 8.2, 8.3 STATISTICS 200 Lecture #13 Tuesday, October 4, 2016 Textbook: Sections 7.3, 7.4, 8.1, 8.2, 8.3 Objectives: Identify, and resist the temptation to fall for, the gambler s fallacy Define random variable

More information

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability?

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability? Probability: Why do we care? Lecture 2: Probability and Distributions Sandy Eckel seckel@jhsph.edu 22 April 2008 Probability helps us by: Allowing us to translate scientific questions into mathematical

More information

Probability Review Lecturer: Ji Liu Thank Jerry Zhu for sharing his slides

Probability Review Lecturer: Ji Liu Thank Jerry Zhu for sharing his slides Probability Review Lecturer: Ji Liu Thank Jerry Zhu for sharing his slides slide 1 Inference with Bayes rule: Example In a bag there are two envelopes one has a red ball (worth $100) and a black ball one

More information

UNIT 5 ~ Probability: What Are the Chances? 1

UNIT 5 ~ Probability: What Are the Chances? 1 UNIT 5 ~ Probability: What Are the Chances? 1 6.1: Simulation Simulation: The of chance behavior, based on a that accurately reflects the phenomenon under consideration. (ex 1) Suppose we are interested

More information

Lecture 3 - Axioms of Probability

Lecture 3 - Axioms of Probability Lecture 3 - Axioms of Probability Sta102 / BME102 January 25, 2016 Colin Rundel Axioms of Probability What does it mean to say that: The probability of flipping a coin and getting heads is 1/2? 3 What

More information

Mathematical Foundations of Computer Science Lecture Outline October 18, 2018

Mathematical Foundations of Computer Science Lecture Outline October 18, 2018 Mathematical Foundations of Computer Science Lecture Outline October 18, 2018 The Total Probability Theorem. Consider events E and F. Consider a sample point ω E. Observe that ω belongs to either F or

More information

STA Module 4 Probability Concepts. Rev.F08 1

STA Module 4 Probability Concepts. Rev.F08 1 STA 2023 Module 4 Probability Concepts Rev.F08 1 Learning Objectives Upon completing this module, you should be able to: 1. Compute probabilities for experiments having equally likely outcomes. 2. Interpret

More information

Introduction to Probability

Introduction to Probability Introduction to Probability Gambling at its core 16th century Cardano: Books on Games of Chance First systematic treatment of probability 17th century Chevalier de Mere posed a problem to his friend Pascal.

More information

Grades 7 & 8, Math Circles 24/25/26 October, Probability

Grades 7 & 8, Math Circles 24/25/26 October, Probability Faculty of Mathematics Waterloo, Ontario NL 3G1 Centre for Education in Mathematics and Computing Grades 7 & 8, Math Circles 4/5/6 October, 017 Probability Introduction Probability is a measure of how

More information

LECTURE NOTES by DR. J.S.V.R. KRISHNA PRASAD

LECTURE NOTES by DR. J.S.V.R. KRISHNA PRASAD .0 Introduction: The theory of probability has its origin in the games of chance related to gambling such as tossing of a coin, throwing of a die, drawing cards from a pack of cards etc. Jerame Cardon,

More information

Probability (Devore Chapter Two)

Probability (Devore Chapter Two) Probability (Devore Chapter Two) 1016-345-01: Probability and Statistics for Engineers Fall 2012 Contents 0 Administrata 2 0.1 Outline....................................... 3 1 Axiomatic Probability 3

More information

Chapter 6: Probability The Study of Randomness

Chapter 6: Probability The Study of Randomness Chapter 6: Probability The Study of Randomness 6.1 The Idea of Probability 6.2 Probability Models 6.3 General Probability Rules 1 Simple Question: If tossing a coin, what is the probability of the coin

More information

Chapter 2 PROBABILITY SAMPLE SPACE

Chapter 2 PROBABILITY SAMPLE SPACE Chapter 2 PROBABILITY Key words: Sample space, sample point, tree diagram, events, complement, union and intersection of an event, mutually exclusive events; Counting techniques: multiplication rule, permutation,

More information

Chance, too, which seems to rush along with slack reins, is bridled and governed by law (Boethius, ).

Chance, too, which seems to rush along with slack reins, is bridled and governed by law (Boethius, ). Chapter 2 Probability Chance, too, which seems to rush along with slack reins, is bridled and governed by law (Boethius, 480-524). Blaise Pascal (1623-1662) Pierre de Fermat (1601-1665) Abraham de Moivre

More information

Examples of frequentist probability include games of chance, sample surveys, and randomized experiments. We will focus on frequentist probability sinc

Examples of frequentist probability include games of chance, sample surveys, and randomized experiments. We will focus on frequentist probability sinc FPPA-Chapters 13,14 and parts of 16,17, and 18 STATISTICS 50 Richard A. Berk Spring, 1997 May 30, 1997 1 Thinking about Chance People talk about \chance" and \probability" all the time. There are many

More information

Outline Conditional Probability The Law of Total Probability and Bayes Theorem Independent Events. Week 4 Classical Probability, Part II

Outline Conditional Probability The Law of Total Probability and Bayes Theorem Independent Events. Week 4 Classical Probability, Part II Week 4 Classical Probability, Part II Week 4 Objectives This week we continue covering topics from classical probability. The notion of conditional probability is presented first. Important results/tools

More information

lecture notes October 22, Probability Theory

lecture notes October 22, Probability Theory 8.30 lecture notes October 22, 203 Probability Theory Lecturer: Michel Goemans These notes cover the basic definitions of discrete probability theory, and then present some results including Bayes rule,

More information

Elementary Discrete Probability

Elementary Discrete Probability Elementary Discrete Probability MATH 472 Financial Mathematics J Robert Buchanan 2018 Objectives In this lesson we will learn: the terminology of elementary probability, elementary rules of probability,

More information

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website. It is used under a

More information

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability Probability Chapter 1 Probability 1.1 asic Concepts researcher claims that 10% of a large population have disease H. random sample of 100 people is taken from this population and examined. If 20 people

More information

Conditional probability

Conditional probability CHAPTER 4 Conditional probability 4.1. Introduction Suppose there are 200 men, of which 100 are smokers, and 100 women, of which 20 are smokers. What is the probability that a person chosen at random will

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 3 Probability Contents 1. Events, Sample Spaces, and Probability 2. Unions and Intersections 3. Complementary Events 4. The Additive Rule and Mutually Exclusive

More information

4/17/2012. NE ( ) # of ways an event can happen NS ( ) # of events in the sample space

4/17/2012. NE ( ) # of ways an event can happen NS ( ) # of events in the sample space I. Vocabulary: A. Outcomes: the things that can happen in a probability experiment B. Sample Space (S): all possible outcomes C. Event (E): one outcome D. Probability of an Event (P(E)): the likelihood

More information

Chapter 1 (Basic Probability)

Chapter 1 (Basic Probability) Chapter 1 (Basic Probability) What is probability? Consider the following experiments: 1. Count the number of arrival requests to a web server in a day. 2. Determine the execution time of a program. 3.

More information

5.3 Conditional Probability and Independence

5.3 Conditional Probability and Independence 28 CHAPTER 5. PROBABILITY 5. Conditional Probability and Independence 5.. Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

5.5 PROBABILITY AS A THEORETICAL CONCEPT

5.5 PROBABILITY AS A THEORETICAL CONCEPT 5.5 PROAILIY AS A EOREICAL CONCEP So far, we have solved probability problems by estimating the required probability after conducting some sort of experiment and collecting data. ut probability may be

More information

n N CHAPTER 1 Atoms Thermodynamics Molecules Statistical Thermodynamics (S.T.)

n N CHAPTER 1 Atoms Thermodynamics Molecules Statistical Thermodynamics (S.T.) CHAPTER 1 Atoms Thermodynamics Molecules Statistical Thermodynamics (S.T.) S.T. is the key to understanding driving forces. e.g., determines if a process proceeds spontaneously. Let s start with entropy

More information

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Topic -2 Probability Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Probability Experiments Experiment : An experiment is an act that can be repeated under given condition. Rolling a

More information

MATH MW Elementary Probability Course Notes Part I: Models and Counting

MATH MW Elementary Probability Course Notes Part I: Models and Counting MATH 2030 3.00MW Elementary Probability Course Notes Part I: Models and Counting Tom Salisbury salt@yorku.ca York University Winter 2010 Introduction [Jan 5] Probability: the mathematics used for Statistics

More information

Independence Solutions STAT-UB.0103 Statistics for Business Control and Regression Models

Independence Solutions STAT-UB.0103 Statistics for Business Control and Regression Models Independence Solutions STAT-UB.003 Statistics for Business Control and Regression Models The Birthday Problem. A class has 70 students. What is the probability that at least two students have the same

More information

1 Normal Distribution.

1 Normal Distribution. Normal Distribution.. Introduction A Bernoulli trial is simple random experiment that ends in success or failure. A Bernoulli trial can be used to make a new random experiment by repeating the Bernoulli

More information

Chapter 15. General Probability Rules /42

Chapter 15. General Probability Rules /42 Chapter 15 General Probability Rules 1 Homework p361 2, 3, 4, 10, 11, 12, 30, 36, 38, 40, 42 2 3 Objective Students use the general addition and multiplication rules to find probabilities of random events.

More information

Math 243 Section 3.1 Introduction to Probability Lab

Math 243 Section 3.1 Introduction to Probability Lab Math 243 Section 3.1 Introduction to Probability Lab Overview Why Study Probability? Outcomes, Events, Sample Space, Trials Probabilities and Complements (not) Theoretical vs. Empirical Probability The

More information

Lecture 2: Probability and Distributions

Lecture 2: Probability and Distributions Lecture 2: Probability and Distributions Ani Manichaikul amanicha@jhsph.edu 17 April 2007 1 / 65 Probability: Why do we care? Probability helps us by: Allowing us to translate scientific questions info

More information

Relative Risks (RR) and Odds Ratios (OR) 20

Relative Risks (RR) and Odds Ratios (OR) 20 BSTT523: Pagano & Gavreau, Chapter 6 1 Chapter 6: Probability slide: Definitions (6.1 in P&G) 2 Experiments; trials; probabilities Event operations 4 Intersection; Union; Complement Venn diagrams Conditional

More information

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y Presentation on Theory of Probability Meaning of Probability: Chance of occurrence of any event In practical life we come across situation where the result are uncertain Theory of probability was originated

More information

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 14

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 14 CS 70 Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 14 Introduction One of the key properties of coin flips is independence: if you flip a fair coin ten times and get ten

More information

Chap 4 Probability p227 The probability of any outcome in a random phenomenon is the proportion of times the outcome would occur in a long series of

Chap 4 Probability p227 The probability of any outcome in a random phenomenon is the proportion of times the outcome would occur in a long series of Chap 4 Probability p227 The probability of any outcome in a random phenomenon is the proportion of times the outcome would occur in a long series of repetitions. (p229) That is, probability is a long-term

More information

Ch 14 Randomness and Probability

Ch 14 Randomness and Probability Ch 14 Randomness and Probability We ll begin a new part: randomness and probability. This part contain 4 chapters: 14-17. Why we need to learn this part? Probability is not a portion of statistics. Instead

More information

1 Probability Theory. 1.1 Introduction

1 Probability Theory. 1.1 Introduction 1 Probability Theory Probability theory is used as a tool in statistics. It helps to evaluate the reliability of our conclusions about the population when we have only information about a sample. Probability

More information

Basic Concepts of Probability

Basic Concepts of Probability Probability Probability theory is the branch of math that deals with random events Probability is used to describe how likely a particular outcome is in a random event the probability of obtaining heads

More information

Compound Events. The event E = E c (the complement of E) is the event consisting of those outcomes which are not in E.

Compound Events. The event E = E c (the complement of E) is the event consisting of those outcomes which are not in E. Compound Events Because we are using the framework of set theory to analyze probability, we can use unions, intersections and complements to break complex events into compositions of events for which it

More information

4. Conditional Probability

4. Conditional Probability 1 of 13 7/15/2009 9:25 PM Virtual Laboratories > 2. Probability Spaces > 1 2 3 4 5 6 7 4. Conditional Probability Definitions and Interpretations The Basic Definition As usual, we start with a random experiment

More information

2. AXIOMATIC PROBABILITY

2. AXIOMATIC PROBABILITY IA Probability Lent Term 2. AXIOMATIC PROBABILITY 2. The axioms The formulation for classical probability in which all outcomes or points in the sample space are equally likely is too restrictive to develop

More information

Mean, Median and Mode. Lecture 3 - Axioms of Probability. Where do they come from? Graphically. We start with a set of 21 numbers, Sta102 / BME102

Mean, Median and Mode. Lecture 3 - Axioms of Probability. Where do they come from? Graphically. We start with a set of 21 numbers, Sta102 / BME102 Mean, Median and Mode Lecture 3 - Axioms of Probability Sta102 / BME102 Colin Rundel September 1, 2014 We start with a set of 21 numbers, ## [1] -2.2-1.6-1.0-0.5-0.4-0.3-0.2 0.1 0.1 0.2 0.4 ## [12] 0.4

More information

STA 291 Lecture 8. Probability. Probability Rules. Joint and Marginal Probability. STA Lecture 8 1

STA 291 Lecture 8. Probability. Probability Rules. Joint and Marginal Probability. STA Lecture 8 1 STA 291 Lecture 8 Probability Probability Rules Joint and Marginal Probability STA 291 - Lecture 8 1 Union and Intersection Let A and B denote two events. The union of two events: A B The intersection

More information

Chapter 1 Axioms of Probability. Wen-Guey Tzeng Computer Science Department National Chiao University

Chapter 1 Axioms of Probability. Wen-Guey Tzeng Computer Science Department National Chiao University Chapter 1 Axioms of Probability Wen-Guey Tzeng Computer Science Department National Chiao University What is probability? A branch of mathematics that deals with calculating the likelihood of a given event

More information

CINQA Workshop Probability Math 105 Silvia Heubach Department of Mathematics, CSULA Thursday, September 6, 2012

CINQA Workshop Probability Math 105 Silvia Heubach Department of Mathematics, CSULA Thursday, September 6, 2012 CINQA Workshop Probability Math 105 Silvia Heubach Department of Mathematics, CSULA Thursday, September 6, 2012 Silvia Heubach/CINQA 2012 Workshop Objectives To familiarize biology faculty with one of

More information

Lectures Conditional Probability and Independence

Lectures Conditional Probability and Independence Lectures 5 11 Conditional Probability and Independence Purpose: Calculate probabilities under restrictions, conditions or partial information on the random experiment. Break down complex probabilistic

More information

Lecture 3. January 7, () Lecture 3 January 7, / 35

Lecture 3. January 7, () Lecture 3 January 7, / 35 Lecture 3 January 7, 2013 () Lecture 3 January 7, 2013 1 / 35 Outline This week s lecture: Fast review of last week s lecture: Conditional probability. Partition, Partition theorem. Bayes theorem and its

More information

Announcements. Topics: To Do:

Announcements. Topics: To Do: Announcements Topics: In the Probability and Statistics module: - Sections 1 + 2: Introduction to Stochastic Models - Section 3: Basics of Probability Theory - Section 4: Conditional Probability; Law of

More information

Lecture notes for probability. Math 124

Lecture notes for probability. Math 124 Lecture notes for probability Math 124 What is probability? Probabilities are ratios, expressed as fractions, decimals, or percents, determined by considering results or outcomes of experiments whose result

More information

Business Statistics MBA Pokhara University

Business Statistics MBA Pokhara University Business Statistics MBA Pokhara University Chapter 3 Basic Probability Concept and Application Bijay Lal Pradhan, Ph.D. Review I. What s in last lecture? Descriptive Statistics Numerical Measures. Chapter

More information

CHAPTER - 16 PROBABILITY Random Experiment : If an experiment has more than one possible out come and it is not possible to predict the outcome in advance then experiment is called random experiment. Sample

More information

Probability Theory and Applications

Probability Theory and Applications Probability Theory and Applications Videos of the topics covered in this manual are available at the following links: Lesson 4 Probability I http://faculty.citadel.edu/silver/ba205/online course/lesson

More information

If S = {O 1, O 2,, O n }, where O i is the i th elementary outcome, and p i is the probability of the i th elementary outcome, then

If S = {O 1, O 2,, O n }, where O i is the i th elementary outcome, and p i is the probability of the i th elementary outcome, then 1.1 Probabilities Def n: A random experiment is a process that, when performed, results in one and only one of many observations (or outcomes). The sample space S is the set of all elementary outcomes

More information

Mutually Exclusive Events

Mutually Exclusive Events 172 CHAPTER 3 PROBABILITY TOPICS c. QS, 7D, 6D, KS Mutually Exclusive Events A and B are mutually exclusive events if they cannot occur at the same time. This means that A and B do not share any outcomes

More information

Outline. Probability. Math 143. Department of Mathematics and Statistics Calvin College. Spring 2010

Outline. Probability. Math 143. Department of Mathematics and Statistics Calvin College. Spring 2010 Outline Math 143 Department of Mathematics and Statistics Calvin College Spring 2010 Outline Outline 1 Review Basics Random Variables Mean, Variance and Standard Deviation of Random Variables 2 More Review

More information

Chapter 7: Section 7-1 Probability Theory and Counting Principles

Chapter 7: Section 7-1 Probability Theory and Counting Principles Chapter 7: Section 7-1 Probability Theory and Counting Principles D. S. Malik Creighton University, Omaha, NE D. S. Malik Creighton University, Omaha, NE Chapter () 7: Section 7-1 Probability Theory and

More information

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2 Probability Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application. However, probability models underlie

More information

6.2 Introduction to Probability. The Deal. Possible outcomes: STAT1010 Intro to probability. Definitions. Terms: What are the chances of?

6.2 Introduction to Probability. The Deal. Possible outcomes: STAT1010 Intro to probability. Definitions. Terms: What are the chances of? 6.2 Introduction to Probability Terms: What are the chances of?! Personal probability (subjective) " Based on feeling or opinion. " Gut reaction.! Empirical probability (evidence based) " Based on experience

More information

Expected Value II. 1 The Expected Number of Events that Happen

Expected Value II. 1 The Expected Number of Events that Happen 6.042/18.062J Mathematics for Computer Science December 5, 2006 Tom Leighton and Ronitt Rubinfeld Lecture Notes Expected Value II 1 The Expected Number of Events that Happen Last week we concluded by showing

More information

4. Conditional Probability P( ) CSE 312 Autumn 2012 W.L. Ruzzo

4. Conditional Probability P( ) CSE 312 Autumn 2012 W.L. Ruzzo 4. Conditional Probability P( ) CSE 312 Autumn 2012 W.L. Ruzzo 1 conditional probability Conditional probability of E given F: probability that E occurs given that F has occurred. Conditioning on F S Written

More information

Chapter 2 Class Notes

Chapter 2 Class Notes Chapter 2 Class Notes Probability can be thought of in many ways, for example as a relative frequency of a long series of trials (e.g. flips of a coin or die) Another approach is to let an expert (such

More information

What is Probability? Probability. Sample Spaces and Events. Simple Event

What is Probability? Probability. Sample Spaces and Events. Simple Event What is Probability? Probability Peter Lo Probability is the numerical measure of likelihood that the event will occur. Simple Event Joint Event Compound Event Lies between 0 & 1 Sum of events is 1 1.5

More information

4 Lecture 4 Notes: Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio

4 Lecture 4 Notes: Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio 4 Lecture 4 Notes: Introduction to Probability. Probability Rules. Independence and Conditional Probability. Bayes Theorem. Risk and Odds Ratio Wrong is right. Thelonious Monk 4.1 Three Definitions of

More information

Lecture 9: Naive Bayes, SVM, Kernels. Saravanan Thirumuruganathan

Lecture 9: Naive Bayes, SVM, Kernels. Saravanan Thirumuruganathan Lecture 9: Naive Bayes, SVM, Kernels Instructor: Outline 1 Probability basics 2 Probabilistic Interpretation of Classification 3 Bayesian Classifiers, Naive Bayes 4 Support Vector Machines Probability

More information

MATH STUDENT BOOK. 12th Grade Unit 9

MATH STUDENT BOOK. 12th Grade Unit 9 MATH STUDENT BOOK 12th Grade Unit 9 Unit 9 COUNTING PRINCIPLES MATH 1209 COUNTING PRINCIPLES INTRODUCTION 1. PROBABILITY DEFINITIONS, SAMPLE SPACES, AND PROBABILITY ADDITION OF PROBABILITIES 11 MULTIPLICATION

More information

PROBABILITY.

PROBABILITY. PROBABILITY PROBABILITY(Basic Terminology) Random Experiment: If in each trial of an experiment conducted under identical conditions, the outcome is not unique, but may be any one of the possible outcomes,

More information