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

Size: px
Start display at page:

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

Transcription

1 FPPA-Chapters 13,14 and parts of 16,17, and 18 STATISTICS 50 Richard A. Berk Spring, 1997 May 30, Thinking about Chance People talk about \chance" and \probability" all the time. There are many dierent denitions implied. Some are based on states of mind (called \subjective probability"), and some are based on the proportion of times something happens over the long run ("called \frequentist probability."). Examples of subjective probability can include the medical diagnosis of a patient, the chances of rain, and how likely it is that the \big bang" theory is correct. These can be thought of as one-time events in which it is still legitimate to speak about subjective probabilities referring to what you believe: \I think the chance of rain today is about.5." But note that today cannot happen again. 1

2 Examples of frequentist probability include games of chance, sample surveys, and randomized experiments. We will focus on frequentist probability since that is the kind of probability most used in applications (although the subjective approach is gaining in popularity for scientic applications). This is not just some math exercise. It is central for a lot of statistics when an eort is made to represent uncertainty. A key application will be in sample surveys such as the gallup poll. But probability plays a key role in all sorts of risk assessments. The risk of the transmission of AIDS the probability that a sexual contact will lead to transmission of the HIV. The risk of a tanker oil spill the probability that a substantial amount of oil will be spilled. The risk of a fatal car accident the probability that a person will die in a car crash. What these examples share is the translation of a proportion into a probability via a large number of repeatable events. In each case the is a denominator which contains the number of \opportunities" for the event to occur and a numerator which contains the number of times the event 2

3 occurs. It is essential that both are properly conceptualized and how the are conceptualized will typically aect the computed result. For example, one could study a very large number of tanker trips and compute the proportion of times there were spills of certain sizes. But the denition of \tanker trips" and of spills of certain sizes must be very clear. Then, it might make sense to apply the abstraction of a probability to the data (just like it sometimes is useful to apply the abstraction of the normal curve to a histogram). At this point, it is not clear what this has to do with surveys and randomized experiments, but we will get to those eventually. 2 Frequentist Probability Now, more formally, the probability of some event is the proportion of times (or percentage) that event can be expected to occur is a very large number of independent and identical opportunities (\trials"). This is an abstraction since nothing in the real world is ever exactly like this. But often, the t is good enough \for government work." Games of chance are a good way to think about it. The probability of heads in a large number of coin ips is 3

4 .5 (i.e., 50% of the time). The probability of getting a 6 when rolling a die is 1=6 = :167 (i.e., 16.7% of the time). If the thing you are studying can be conceptualized in terms of games of chance, it is likely that the frequentist denition of probability applies and can be useful. If not, not. Many times it does not apply. Ask yourself, does it make sense to think about a large number of identical and independent events here? Probabilities (\chances" in Freedman's terms) are between 0 (0%) and 1.0 (100%). Example: The probability of ipping two heads in a row is.25. You can get this perhaps most intuitively by counting up all the outcomes that could occur in two coin ips (HH, TT, HT, TH) and then computing the proportion of outcomes represented by two heads. This is what we did above with oil spills, for example. Again, the key link is between proportions and probabilities. The probability that an event can occur is 1.0 minus the chance that it will not occur. Example: The probability of ipping anything but two heads is.75. (1:0,:25 = :75). Again, thinking about proportions help, since the proportion for all possible events is

5 3 The \ Box Model" We use the idea of a \box model" to help us understand the concept of probability and later, many real-world applications. The metaphor is that you have a box, and in that box is a set of tickets. Each ticket has something written on it. The box is thoroughly shaken, and then you draw one ticket. The shaking and drawing is repeated a very large number of times under the same conditions. If the one ticket is put back into the box before the next draw, the selection (i.e., sampling) is with replacement. If the one ticket is not put back in the box before the next draw, the selection (i.e., sampling) is without replacement. Example: suppose the box contains the tickets (1,2,2,3). What is the probability of getting a 1? If you sampled with replacement, the probability is.25 (or 25% of the time), since the proportion of 1's is.25. A key point is that after each draw, that ticket is replaced, and the box is shaken again to make sure that the arrangement of the tickets cannot be predicted. This is an eort to ensure that each ticket selected is chosen at random; i.e., which ticket is chosen cannot be predicted. Then, the process is repeated over and over. The results is that 25% of the 5

6 tickets chosen will be 1's. Likewise, 50% of the tickets chosen will be 2's. Thus, while the result on any given draw cannot be predicted, the result of a large number of draws can be. This is a key point about the use of probabilities. We don't know what will happen on any given draw, but we know what will happen over the \long run." A word on notation. We sometimes summarize probability statements in the following form: P (1) = :25. That is, the probability of drawing a 1 is Conditional and Unconditional Probabilities We have been talking about unconditional probabilities. Conditional probabilities are a bit dierent. Once again, we use a box model to explain. Example: Suppose a box contains the tickets (3,3,4,4,5). Under sampling with replacement, the unconditional probability of selecting a 4 is.40 (i.e., 2 out of 5). Now suppose that the rst ticket drawn is a 4, and we do not put it back in the box. But we go ahead and sample from the remaining tickets. If we repeat this two-step sampling process a very large number of times (remove a 4 and 6

7 then sample from the rest with replacement, the conditional probability of drawing a 4 is.25 (1 out of 4). Note that the conditional and unconditional probabilities are dierent in this case. In techno-speak, we say that the probability of drawing a 4, given that a 4 was already drawn, is.25. In notational form: P (4j4) = :25. 5 Multiplication Rule The probability that two events will occur equals the probability that the rst will occur times the probability that the second will occur, given that the rst has already occurred. Example: Suppose a box contains the tickets (2,2,3,3,4). The probability of drawing a 4 is.20 (1 out of 5). The probability of drawing a 2 is.40 (2 out of 5). The probability of drawing a 4 and a 2 (sampling with replacement) is.20 times.40, which equals.08 (or 8% of the time). This is the result when you sample twice, with replacement after each draw. Now suppose you don't replace the 4 before selecting the 2. Then the probability of drawing a 4 and a 2, is.20 times.50, or.10 (10% of the time). This is the result when you sample without replacement after the rst draw. 7

8 6 Independence Continuing with our example, notice that in the rst case, the probability of drawing a 2 on the second draw is the same regardless of what happened on the rst draw. In the second case, the probability of drawing a 2 could vary, depending on the outcome of the rst draw. The rst case an illustration of two independent events. In the second case, the events are dependent. Consider shooting a pair of foul shots. If the probability of making the second shot is the same whether or not the rst shot is made, the two shots are independent. If the probability of making the second shot diers depending on whether or not the rst shot is made, the second shot two shots are dependent. Thus, two events are independent if the probability of the second event, given that the rst has occurred, is the same, no matter how the rst event turns out. Otherwise, the two events are dependent. Another example: We have two boxes of tickets (1,1,3,3) and (1,2,3,4). Suppose we draw a single ticket from the rst box and then a single ticket from the second box. For the second box, the probability of drawing a 3 (say) is.25 no matter what we drawn from the rst box. The 8

9 draws are, therefore, independent. Now suppose we pool the two boxes (1,1,1,2,3,3,3,4). We draw once without replacement and then draw again. The probability of drawing a 3 on the second draw is now either 3 out of 7, if something other than a 3isdrawn rst (.43 or 43% of the time), or 2 out of 7, if a 3 is drawn rst (.29 or 29% of the time). Since the second probability depends on what happen in the rst draw, the two draws are dependent. When two events are independent, the probability that both events will occur is the product of their unconditional probabilities. When two events are dependent, the probability that both events will occur is the product of the unconditional probability of the rst event and the conditional probability of the second even, given the outcome of the rst event. Example: Suppose the probability of a person with an Hispanic surname will win the lottery is.20. Suppose the probability that a woman will win, given that she has an Hispanic surname is.60. Then the probability that a women with an Hispanic surname will win is.12 (.20 times.60). If the probability of the winner being 9

10 a women is also.60 for people who have non-hispanic surnames, gender and surname are independent. If that probability is other than.60, gender and surname are dependent (because the probability of the winner being a women changes depending on whether the winner has an Hispanic surname). The computations are the same in both cases, but when the events are independent, the probability of the second event can be the unconditional probability (since conditioning (here, on surname) does not matter. These sorts of issue come up all the time in litigation on discrimination. 7 Enumeration as a method For many kinds of problems in probability, it is useful to construct all of the possible outcomes for the chance process and then count of outcomes of particular interest. The total number of outcomes then goes in the denominator and the number of outcomes of interest goes in the numerator (to compute the probability). In eect, we have been doing this all along with the box model. But now our problem is to properly construct the box model, and the applications are more complicated. Example: Suppose a sexually active person has 3 sex- 10

11 ual partners over a 6 month period. Also suppose that each of these has a probability of.50 of having some kind of sexually transmitted disease. If you assume that the epidemiological process just described is is like 3 ips of a fair coin, what is the probability that the majority (2 or more) of the partners will have an STD? There are eight possible outcomes (where \y" is yes, they are infected, and \n" is no, they are not infected): yyy, nyy, yny, yyn, ynn, nyn, nny, nnn. And there are 4 cases in which there are 2 or more y's. So the probability is 4=8 = :50. A key point: everything depends upon the assumption that the pairing of sexual partners with and without STD's is like a series of coin ip with a coin. Again, using probability computations depends on whether the abstraction ts the situation. 8 Mutually Exclusive Events and The Addition Rule Two events are mutually exclusive when if one occurs, the other cannot occur. Example: the ethnic background of this week's Lotto winner is a set of mutually exclusive events: Anglo, African-American, Asian-American, Latino, etc. The winner can only have one ethnic background (under most denitions), so the dierent ethnic 11

12 backgrounds are mutually exclusive. Then, to nd the probability of at least one of a set of mutually exclusive events happening, you can just add the probabilities. (Note: the set of events also has to be exhaustive all of the possible events are known and taken into account). Example: Suppose that when a person is formally charged with a felony, the following things can happen: the case is dropped, the person can plead guilty, or the person can go to trial. Suppose also that the associated probabilities for these exhaustive and mutually exclusive events are respectively.25,.50, and.25. The the probability of pleading or going to trial is The Law of Averages As the number of independent trials increases the observed probability approaches the expected probability. That is, the computations from the data approach the mathematical abstraction. Freedman's example: if you toss a coin a very large number of times, the proportion of times you get heads gets closer and closer to.50 even through the number of 12

13 heads minus half the number of tosses tends get larger and larger. If you toss a coin a large number of times, there are a large number of opportunities to depart from the slip of heads and tails. But the total number of heads as a proportion of the total number of tosses will get closer and closer to.50. More intuitively, with a large sample we get a better x what the probability should be. With coin ips and other games of chance, you have a chance process. What Freedman means is some physical procedure that can be repeated over and over under the same conditions (for all practical purposes) and that has an unpredictable outcome. 10 Working with Statistical Summaries of the Tickets Drawn: The Expect Value and Standard Error Just as the ticket that will be chosen from a box is not predictable, so is a set of tickets. It follows that any computations done on a set of tickets is unpredictable as well. Example: Suppose the tickets are (1,2,3,4). Now we sample 4 tickets with replacement and we get (1,4,3,3). Their sum is 11. We sample 4 tickets again with replace- 13

14 ment and we get (2,4,3,4). Their sum is 13. One more time: (1,1,4,4) for a sum of 10. So, we see that the sum of each set is unpredictable and will vary from set to set. Note that since the mean is just the sum divided by the number of tickets, the mean too is unpredictable. The same story holds if instead of the mean, we computed the proportion of 3's in the set of 4 tickets drawn. (The proportion is just the mean of a bunch of 1's and 0's.) And the same story holds for any useful summary statistic we might choose to compute (e.g., the median, the IQR). But let's stick with the sum for now. While the sums vary, it stands to reason that the sums should vary around some typical value for the box. For example, in 100 draws with replacement, you'd expect about 25 1's, 25 2's, 25 3's and 25 4's. So the sums should vary around 250. Sometimes th sum of the 100 draws with replacement will be a bit more than 250 and sometimes a bit less. Or, if only 4 draws were made with replacement, you'd expect the sums to vary around 10. The number that these sums vary around is called the expected value, which equals: number of draws times the average (mean) of the box. We are going to use this idea later. The basic message is that any given sample is likely to be in the neighborhood of the expected value. So, if you don't happen to 14

15 know the expected value, a sample value may be in the right neighborhood. For example, we do public opinion polls to learn what proportion of the public hold a particular view. We don't know that that proportion is because if we did, there would be no need to do the survey. But we can take advantage (we will see how later) of the fact that with a proper sample, the proportion will be in the neighborhood of the expected value for the relevant population. But we'd also like to know how far a given sample result is likely to be from the expected value by chance error. This value, which we call the standard error is for the sum of the draws is computed by multiplying the standard deviation of the box by the square root of the number of draws. The standard error for the sum will be larger when the standard deviation of the box is larger and when the number or draws is larger. Note that the standard error applies to variation around the expected value of the sum Example: Suppose the tickets are ( ), and we take draws of size 4. The expected value of the sum is 8 (the mean of 2 times 4). The deviation scores are (-1, -1, 1, 1), since the mean of the box is 2, so the sum of the squared deviation scores is 4. The average squared deviation is 4=4 = 1, and the square root of 1 is 1. So 15

16 the standard deviation of the box is 1. Therefore, the standard error of the sum is the square root of 4 times 1, or 2. Therefore from this box, one would expect to depart from the expected value of 8 by around plus or minus 2. Technical point: the standard error only increases by the square root of the sample size because of cancellation. Positive and negative values tend to cancel each other out. It also turns out that for a very large number of draws that the distribution of sums is very close to normal. And then we can used the expected value and standard error just like we used the mean and standard deviation for data. That is, we can compute percentiles using the normal approximation. For example, in the above example, a sum of 8 plus 4 (2 standard errors) is about the 97.5 percentile. But here that means that the probability of getting a sum of 12 or greater is only 2.5%. That is, from a box with a mean of 2 and draws of size 4, a sum of 12 or larger is a rare event. Where we are going is to use such logic to determine whether an assumed expected value for a box is consistent with a sample from that box. File this away for later under the label of \tests of signicance." 16

Discrete Probability and State Estimation

Discrete Probability and State Estimation 6.01, Spring Semester, 2008 Week 12 Course Notes 1 MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.01 Introduction to EECS I Spring Semester, 2008 Week

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

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

Chapter 8: An Introduction to Probability and Statistics

Chapter 8: An Introduction to Probability and Statistics Course S3, 200 07 Chapter 8: An Introduction to Probability and Statistics This material is covered in the book: Erwin Kreyszig, Advanced Engineering Mathematics (9th edition) Chapter 24 (not including

More information

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc.

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc. Notes on regression analysis 1. Basics in regression analysis key concepts (actual implementation is more complicated) A. Collect data B. Plot data on graph, draw a line through the middle of the scatter

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

Homework (due Wed, Oct 27) Chapter 7: #17, 27, 28 Announcements: Midterm exams keys on web. (For a few hours the answer to MC#1 was incorrect on

Homework (due Wed, Oct 27) Chapter 7: #17, 27, 28 Announcements: Midterm exams keys on web. (For a few hours the answer to MC#1 was incorrect on Homework (due Wed, Oct 27) Chapter 7: #17, 27, 28 Announcements: Midterm exams keys on web. (For a few hours the answer to MC#1 was incorrect on Version A.) No grade disputes now. Will have a chance to

More information

Section 13.3 Probability

Section 13.3 Probability 288 Section 13.3 Probability Probability is a measure of how likely an event will occur. When the weather forecaster says that there will be a 50% chance of rain this afternoon, the probability that it

More information

Men. Women. Men. Men. Women. Women

Men. Women. Men. Men. Women. Women Math 203 Topics for second exam Statistics: the science of data Chapter 5: Producing data Statistics is all about drawing conclusions about the opinions/behavior/structure of large populations based on

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

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

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

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

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 10

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 10 EECS 70 Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 10 Introduction to Basic Discrete Probability In the last note we considered the probabilistic experiment where we flipped

More information

Senior Math Circles November 19, 2008 Probability II

Senior Math Circles November 19, 2008 Probability II University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Senior Math Circles November 9, 2008 Probability II Probability Counting There are many situations where

More information

*Karle Laska s Sections: There is no class tomorrow and Friday! Have a good weekend! Scores will be posted in Compass early Friday morning

*Karle Laska s Sections: There is no class tomorrow and Friday! Have a good weekend! Scores will be posted in Compass early Friday morning STATISTICS 100 EXAM 3 Spring 2016 PRINT NAME (Last name) (First name) *NETID CIRCLE SECTION: Laska MWF L1 Laska Tues/Thurs L2 Robin Tu Write answers in appropriate blanks. When no blanks are provided CIRCLE

More information

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias Recap Announcements Lecture 5: Statistics 101 Mine Çetinkaya-Rundel September 13, 2011 HW1 due TA hours Thursday - Sunday 4pm - 9pm at Old Chem 211A If you added the class last week please make sure to

More information

3 PROBABILITY TOPICS

3 PROBABILITY TOPICS Chapter 3 Probability Topics 135 3 PROBABILITY TOPICS Figure 3.1 Meteor showers are rare, but the probability of them occurring can be calculated. (credit: Navicore/flickr) Introduction It is often necessary

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

Objectives. CHAPTER 5 Probability and Probability Distributions. Counting Rules. Counting Rules

Objectives. CHAPTER 5 Probability and Probability Distributions. Counting Rules. Counting Rules Objectives CHATER 5 robability and robability Distributions To determine the sample space of experiments To count the elements of sample spaces and events using the fundamental principle of counting, permutation,

More information

Example. If 4 tickets are drawn with replacement from ,

Example. If 4 tickets are drawn with replacement from , Example. If 4 tickets are drawn with replacement from 1 2 2 4 6, what are the chances that we observe exactly two 2 s? Exactly two 2 s in a sequence of four draws can occur in many ways. For example, (

More information

MITOCW watch?v=vjzv6wjttnc

MITOCW watch?v=vjzv6wjttnc MITOCW watch?v=vjzv6wjttnc PROFESSOR: We just saw some random variables come up in the bigger number game. And we're going to be talking now about random variables, just formally what they are and their

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

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

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

Chapter 35 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal.

Chapter 35 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal. 35 Mixed Chains In this chapter we learn how to analyze Markov chains that consists of transient and absorbing states. Later we will see that this analysis extends easily to chains with (nonabsorbing)

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

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

Lecture 3 Probability Basics

Lecture 3 Probability Basics Lecture 3 Probability Basics Thais Paiva STA 111 - Summer 2013 Term II July 3, 2013 Lecture Plan 1 Definitions of probability 2 Rules of probability 3 Conditional probability What is Probability? Probability

More information

Chapter 26: Comparing Counts (Chi Square)

Chapter 26: Comparing Counts (Chi Square) Chapter 6: Comparing Counts (Chi Square) We ve seen that you can turn a qualitative variable into a quantitative one (by counting the number of successes and failures), but that s a compromise it forces

More information

Discrete Probability and State Estimation

Discrete Probability and State Estimation 6.01, Fall Semester, 2007 Lecture 12 Notes 1 MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.01 Introduction to EECS I Fall Semester, 2007 Lecture 12 Notes

More information

Discrete Probability

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

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

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Tutorial:A Random Number of Coin Flips

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Tutorial:A Random Number of Coin Flips 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Tutorial:A Random Number of Coin Flips Hey, everyone. Welcome back. Today, we're going to do another fun problem that

More information

Discrete Probability. Chemistry & Physics. Medicine

Discrete Probability. Chemistry & Physics. Medicine Discrete Probability The existence of gambling for many centuries is evidence of long-running interest in probability. But a good understanding of probability transcends mere gambling. The mathematics

More information

value of the sum standard units

value of the sum standard units Stat 1001 Winter 1998 Geyer Homework 7 Problem 18.1 20 and 25. Problem 18.2 (a) Average of the box. (1+3+5+7)=4=4. SD of the box. The deviations from the average are,3,,1, 1, 3. The squared deviations

More information

Chapter 4: An Introduction to Probability and Statistics

Chapter 4: An Introduction to Probability and Statistics Chapter 4: An Introduction to Probability and Statistics 4. Probability The simplest kinds of probabilities to understand are reflected in everyday ideas like these: (i) if you toss a coin, the probability

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER 2 2017/2018 DR. ANTHONY BROWN 5.1. Introduction to Probability. 5. Probability You are probably familiar with the elementary

More information

7.1 What is it and why should we care?

7.1 What is it and why should we care? Chapter 7 Probability In this section, we go over some simple concepts from probability theory. We integrate these with ideas from formal language theory in the next chapter. 7.1 What is it and why should

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

STAT 201 Chapter 5. Probability

STAT 201 Chapter 5. Probability STAT 201 Chapter 5 Probability 1 2 Introduction to Probability Probability The way we quantify uncertainty. Subjective Probability A probability derived from an individual's personal judgment about whether

More information

Introductory Probability

Introductory Probability Introductory Probability Bernoulli Trials and Binomial Probability Distributions Dr. Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK February 04, 2019 Agenda Bernoulli Trials and Probability

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

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

MITOCW ocw f99-lec30_300k

MITOCW ocw f99-lec30_300k MITOCW ocw-18.06-f99-lec30_300k OK, this is the lecture on linear transformations. Actually, linear algebra courses used to begin with this lecture, so you could say I'm beginning this course again by

More information

Module 8 Probability

Module 8 Probability Module 8 Probability Probability is an important part of modern mathematics and modern life, since so many things involve randomness. The ClassWiz is helpful for calculating probabilities, especially those

More information

1 The Basic Counting Principles

1 The Basic Counting Principles 1 The Basic Counting Principles The Multiplication Rule If an operation consists of k steps and the first step can be performed in n 1 ways, the second step can be performed in n ways [regardless of how

More information

STAT200 Elementary Statistics for applications

STAT200 Elementary Statistics for applications STAT200 Elementary Statistics for applications Lecture # 12 Dr. Ruben Zamar Winter 2011 / 2012 http://www4.agr.gc.ca/aafc-aac/display-afficher.do?id=1256763623482 Randomness Randomness is unpredictable

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

Chapter 7 Wednesday, May 26th

Chapter 7 Wednesday, May 26th Chapter 7 Wednesday, May 26 th Random event A random event is an event that the outcome is unpredictable. Example: There are 45 students in this class. What is the probability that if I select one student,

More information

Probability 5-4 The Multiplication Rules and Conditional Probability

Probability 5-4 The Multiplication Rules and Conditional Probability Outline Lecture 8 5-1 Introduction 5-2 Sample Spaces and 5-3 The Addition Rules for 5-4 The Multiplication Rules and Conditional 5-11 Introduction 5-11 Introduction as a general concept can be defined

More information

P (E) = P (A 1 )P (A 2 )... P (A n ).

P (E) = P (A 1 )P (A 2 )... P (A n ). Lecture 9: Conditional probability II: breaking complex events into smaller events, methods to solve probability problems, Bayes rule, law of total probability, Bayes theorem Discrete Structures II (Summer

More information

Note: Please use the actual date you accessed this material in your citation.

Note: Please use the actual date you accessed this material in your citation. MIT OpenCourseWare http://ocw.mit.edu 18.06 Linear Algebra, Spring 2005 Please use the following citation format: Gilbert Strang, 18.06 Linear Algebra, Spring 2005. (Massachusetts Institute of Technology:

More information

STA111 - Lecture 1 Welcome to STA111! 1 What is the difference between Probability and Statistics?

STA111 - Lecture 1 Welcome to STA111! 1 What is the difference between Probability and Statistics? STA111 - Lecture 1 Welcome to STA111! Some basic information: Instructor: Víctor Peña (email: vp58@duke.edu) Course Website: http://stat.duke.edu/~vp58/sta111. 1 What is the difference between Probability

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

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 5 Spring 2006

UC Berkeley Department of Electrical Engineering and Computer Science. EE 126: Probablity and Random Processes. Solutions 5 Spring 2006 Review problems UC Berkeley Department of Electrical Engineering and Computer Science EE 6: Probablity and Random Processes Solutions 5 Spring 006 Problem 5. On any given day your golf score is any integer

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

1 What are probabilities? 2 Sample Spaces. 3 Events and probability spaces

1 What are probabilities? 2 Sample Spaces. 3 Events and probability spaces 1 What are probabilities? There are two basic schools of thought as to the philosophical status of probabilities. One school of thought, the frequentist school, considers the probability of an event to

More information

Conditional Probability, Independence and Bayes Theorem Class 3, Jeremy Orloff and Jonathan Bloom

Conditional Probability, Independence and Bayes Theorem Class 3, Jeremy Orloff and Jonathan Bloom Conditional Probability, Independence and Bayes Theorem Class 3, 18.05 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of conditional probability and independence of events. 2.

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

V. Probability. by David M. Lane and Dan Osherson

V. Probability. by David M. Lane and Dan Osherson V. Probability by David M. Lane and Dan Osherson Prerequisites none F.Introduction G.Basic Concepts I.Gamblers Fallacy Simulation K.Binomial Distribution L.Binomial Demonstration M.Base Rates Probability

More information

Lecture 6 - Random Variables and Parameterized Sample Spaces

Lecture 6 - Random Variables and Parameterized Sample Spaces Lecture 6 - Random Variables and Parameterized Sample Spaces 6.042 - February 25, 2003 We ve used probablity to model a variety of experiments, games, and tests. Throughout, we have tried to compute probabilities

More information

Statistics for Engineers

Statistics for Engineers Statistics for Engineers Antony Lewis http://cosmologist.info/teaching/stat/ Starter question Have you previously done any statistics? 1. Yes 2. No 54% 46% 1 2 BOOKS Chatfield C, 1989. Statistics for

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

Lecture 3. Measures of Relative Standing and. Exploratory Data Analysis (EDA)

Lecture 3. Measures of Relative Standing and. Exploratory Data Analysis (EDA) Lecture 3. Measures of Relative Standing and Exploratory Data Analysis (EDA) Problem: The average weekly sales of a small company are $10,000 with a standard deviation of $450. This week their sales were

More information

Probability. Hosung Sohn

Probability. Hosung Sohn Probability Hosung Sohn Department of Public Administration and International Affairs Maxwell School of Citizenship and Public Affairs Syracuse University Lecture Slide 4-3 (October 8, 2015) 1/ 43 Table

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

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e 1 P a g e experiment ( observing / measuring ) outcomes = results sample space = set of all outcomes events = subset of outcomes If we collect all outcomes we are forming a sample space If we collect some

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

Sampling Distribution Models. Chapter 17

Sampling Distribution Models. Chapter 17 Sampling Distribution Models Chapter 17 Objectives: 1. Sampling Distribution Model 2. Sampling Variability (sampling error) 3. Sampling Distribution Model for a Proportion 4. Central Limit Theorem 5. Sampling

More information

Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com

Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com 1 School of Oriental and African Studies September 2015 Department of Economics Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com Gujarati D. Basic Econometrics, Appendix

More information

Probability: Terminology and Examples Class 2, Jeremy Orloff and Jonathan Bloom

Probability: Terminology and Examples Class 2, Jeremy Orloff and Jonathan Bloom 1 Learning Goals Probability: Terminology and Examples Class 2, 18.05 Jeremy Orloff and Jonathan Bloom 1. Know the definitions of sample space, event and probability function. 2. Be able to organize a

More information

CIS 2033 Lecture 5, Fall

CIS 2033 Lecture 5, Fall CIS 2033 Lecture 5, Fall 2016 1 Instructor: David Dobor September 13, 2016 1 Supplemental reading from Dekking s textbook: Chapter2, 3. We mentioned at the beginning of this class that calculus was a prerequisite

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

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 Concepts of Probability

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

More information

Probability and Discrete Distributions

Probability and Discrete Distributions AMS 7L LAB #3 Fall, 2007 Objectives: Probability and Discrete Distributions 1. To explore relative frequency and the Law of Large Numbers 2. To practice the basic rules of probability 3. To work with the

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

Markov Chains. Chapter 16. Markov Chains - 1

Markov Chains. Chapter 16. Markov Chains - 1 Markov Chains Chapter 16 Markov Chains - 1 Why Study Markov Chains? Decision Analysis focuses on decision making in the face of uncertainty about one future event. However, many decisions need to consider

More information

Probability and Statistics Notes

Probability and Statistics Notes Probability and Statistics Notes Chapter One Jesse Crawford Department of Mathematics Tarleton State University (Tarleton State University) Chapter One Notes 1 / 71 Outline 1 A Sketch of Probability and

More information

RVs and their probability distributions

RVs and their probability distributions RVs and their probability distributions RVs and their probability distributions In these notes, I will use the following notation: The probability distribution (function) on a sample space will be denoted

More information

The set of all outcomes or sample points is called the SAMPLE SPACE of the experiment.

The set of all outcomes or sample points is called the SAMPLE SPACE of the experiment. Chapter 7 Probability 7.1 xperiments, Sample Spaces and vents Start with some definitions we will need in our study of probability. An XPRIMN is an activity with an observable result. ossing coins, rolling

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

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail}

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail} Random Experiment In random experiments, the result is unpredictable, unknown prior to its conduct, and can be one of several choices. Examples: The Experiment of tossing a coin (head, tail) The Experiment

More information

Instructor (Brad Osgood)

Instructor (Brad Osgood) TheFourierTransformAndItsApplications-Lecture26 Instructor (Brad Osgood): Relax, but no, no, no, the TV is on. It's time to hit the road. Time to rock and roll. We're going to now turn to our last topic

More information

Why should you care?? Intellectual curiosity. Gambling. Mathematically the same as the ESP decision problem we discussed in Week 4.

Why should you care?? Intellectual curiosity. Gambling. Mathematically the same as the ESP decision problem we discussed in Week 4. I. Probability basics (Sections 4.1 and 4.2) Flip a fair (probability of HEADS is 1/2) coin ten times. What is the probability of getting exactly 5 HEADS? What is the probability of getting exactly 10

More information

Conditional Probability

Conditional Probability Conditional Probability When we obtain additional information about a probability experiment, we want to use the additional information to reassess the probabilities of events given the new information.

More information

Random processes. Lecture 17: Probability, Part 1. Probability. Law of large numbers

Random processes. Lecture 17: Probability, Part 1. Probability. Law of large numbers Random processes Lecture 17: Probability, Part 1 Statistics 10 Colin Rundel March 26, 2012 A random process is a situation in which we know what outcomes could happen, but we don t know which particular

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

Probability (Devore Chapter Two)

Probability (Devore Chapter Two) Probability (Devore Chapter Two) 1016-345-01: Probability and Statistics for Engineers Spring 2013 Contents 0 Preliminaries 3 0.1 Motivation..................................... 3 0.2 Administrata...................................

More information

Probability Rules. MATH 130, Elements of Statistics I. J. Robert Buchanan. Fall Department of Mathematics

Probability Rules. MATH 130, Elements of Statistics I. J. Robert Buchanan. Fall Department of Mathematics Probability Rules MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Introduction Probability is a measure of the likelihood of the occurrence of a certain behavior

More information

Binomial Distribution *

Binomial Distribution * OpenStax-CNX module: m11024 1 Binomial Distribution * David Lane This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 When you ip a coin, there are two

More information

Contingency Tables. Contingency tables are used when we want to looking at two (or more) factors. Each factor might have two more or levels.

Contingency Tables. Contingency tables are used when we want to looking at two (or more) factors. Each factor might have two more or levels. Contingency Tables Definition & Examples. Contingency tables are used when we want to looking at two (or more) factors. Each factor might have two more or levels. (Using more than two factors gets complicated,

More information

Contingency Tables. Safety equipment in use Fatal Non-fatal Total. None 1, , ,128 Seat belt , ,878

Contingency Tables. Safety equipment in use Fatal Non-fatal Total. None 1, , ,128 Seat belt , ,878 Contingency Tables I. Definition & Examples. A) Contingency tables are tables where we are looking at two (or more - but we won t cover three or more way tables, it s way too complicated) factors, each

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

Lecture 6 Probability

Lecture 6 Probability Lecture 6 Probability Example: When you toss a coin, there are only two possible outcomes, heads and tails. What if we toss a coin 4 times? Figure below shows the results of tossing a coin 5000 times twice.

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

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

STAT:5100 (22S:193) Statistical Inference I

STAT:5100 (22S:193) Statistical Inference I STAT:5100 (22S:193) Statistical Inference I Week 3 Luke Tierney University of Iowa Fall 2015 Luke Tierney (U Iowa) STAT:5100 (22S:193) Statistical Inference I Fall 2015 1 Recap Matching problem Generalized

More information