Nicole Dalzell. July 3, 2014

Size: px
Start display at page:

Download "Nicole Dalzell. July 3, 2014"

Transcription

1 UNIT 2: PROBABILITY AND DISTRIBUTIONS LECTURE 1: PROBABILITY AND CONDITIONAL PROBABILITY STATISTICS 101 Nicole Dalzell July 3, 2014

2 Announcements No team activities today Labs: Individual Write-Ups Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

3 Project 1 Announcements 2 Project 3 Probability Randomness Defining probability Law of large numbers Disjoint and non-disjoint outcomes Probability distributions Independence Recap 4 Marginal, joint, conditional Statistics 101

4 Project Project Project instructions posted: http: // stat.duke.edu/ courses/ Summer14/ sta / problem sets/ project.pdf Think about research questions to explore. Decide if you ll be collecting your own observational data, conduct an experiment, or use previously collected data (from a published study or public database). Proposal due Friday, Oct 4. Project due Thursday, Nov 7. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

5 Project Data resources: Data and GIS Services guides.library.duke.edu/ stat101 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

6 Project Data resources: Data and GIS Services - office hours For questions related to finding data and getting it into R only, not statistical analysis questions. library.duke.edu/ data/ about/ schedule.html Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

7 Project Data resources: Hillary Mason & Bit.ly bitly.com/ bundles/ hmason/ 1 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

8 Project Data resources: Reddit r/ datasets Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

9 Project Data resources: DASL lib.stat.cmu.edu/ DASL/ Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

10 Project Data resources: Citizen Statistician citizen-statistician.org/ 2012/ 11/ 07/ data-sets-a-list-in-flux/ Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

11 Project Data resources and many others, get creative! Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

12 Project Getting Data in R In lab you have been given nicely formatted data that can be directly loaded into R using either load or source. This will rarely happen outside of this class, and for your project you will need to convert your data into a format R can read. Ideally use a plaintext format: csv, tab delimited, etc. (read.csv, read.table, read.delim) Avoid proprietary formats (usually doable but require extra work) Programs like Excel are useful to convert and clean up data Find your data early, if you run into trouble ask for help Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

13 1 Announcements 2 Project 3 Probability Randomness Defining probability Law of large numbers Disjoint and non-disjoint outcomes Probability distributions Independence Recap 4 Marginal, joint, conditional Statistics 101

14 Randomness Random processes A random process is a situation in which we know what outcomes could happen, but we don t know which particular outcome will happen. Examples: coin tosses, die rolls, itunes shuffle, whether the stock market goes up or down tomorrow, etc. It can be helpful to model a process as random even if it is not truly random. itunes-just-how-random-is-random htm Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

15 Defining probability Probability There are several possible interpretations of probability but they (almost) completely agree on the mathematical rules probability must follow. P(A) = Probability of event A 0 P(A) 1 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

16 Defining probability Probability There are several possible interpretations of probability but they (almost) completely agree on the mathematical rules probability must follow. P(A) = Probability of event A 0 P(A) 1 Frequentist interpretation: The probability of an outcome is the proportion of times the outcome would occur if we observed the random process an infinite number of times. Single main stream school until recently. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

17 Defining probability Probability There are several possible interpretations of probability but they (almost) completely agree on the mathematical rules probability must follow. P(A) = Probability of event A 0 P(A) 1 Frequentist interpretation: The probability of an outcome is the proportion of times the outcome would occur if we observed the random process an infinite number of times. Single main stream school until recently. Bayesian interpretation: A Bayesian interprets probability as a subjective degree of belief: For the same event, two separate people could have differing probabilities. Largely popularized by revolutionary advance in computational technology and methods during the last twenty years. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

18 Law of large numbers Participation question Which of the following events would you be most surprised by? (a) 3 heads in 10 coin flips (b) 3 heads in 100 coin flips (c) 3 heads in 1000 coin flips Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

19 Law of large numbers Participation question Which of the following events would you be most surprised by? (a) 3 heads in 10 coin flips (b) 3 heads in 100 coin flips (c) 3 heads in 1000 coin flips Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

20 Law of large numbers Law of large numbers Law of large numbers states that as more observations are collected, the proportion of occurrences with a particular outcome, ˆp n, converges to the probability of that outcome, p. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

21 Law of large numbers Law of large numbers vs. law of averages When tossing a fair coin, if heads comes up on each of the first 10 tosses, what do you think the chance is that another head will come up on the next toss? 0.5, less than 0.5, or more than 0.5? H H H H H H H H H H? Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

22 Law of large numbers Law of large numbers vs. law of averages When tossing a fair coin, if heads comes up on each of the first 10 tosses, what do you think the chance is that another head will come up on the next toss? 0.5, less than 0.5, or more than 0.5? H H H H H H H H H H? The probability is still 0.5, or there is still a 50% chance that another head will come up on the next toss. P(H on 11 th toss) = P(T on 11 th toss) = 0.5 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

23 Law of large numbers Law of large numbers vs. law of averages When tossing a fair coin, if heads comes up on each of the first 10 tosses, what do you think the chance is that another head will come up on the next toss? 0.5, less than 0.5, or more than 0.5? H H H H H H H H H H? The probability is still 0.5, or there is still a 50% chance that another head will come up on the next toss. P(H on 11 th toss) = P(T on 11 th toss) = 0.5 The coin is not due for a tail. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

24 Law of large numbers Law of large numbers vs. law of averages When tossing a fair coin, if heads comes up on each of the first 10 tosses, what do you think the chance is that another head will come up on the next toss? 0.5, less than 0.5, or more than 0.5? H H H H H H H H H H? The probability is still 0.5, or there is still a 50% chance that another head will come up on the next toss. P(H on 11 th toss) = P(T on 11 th toss) = 0.5 The coin is not due for a tail. The common (mis)understanding of the LLN is that random processes are supposed to compensate for whatever happened in the past; this is just not true and is also called gambler s fallacy (or law of averages). Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

25 Disjoint and non-disjoint outcomes Disjoint and non-disjoint outcomes Disjoint (mutually exclusive) outcomes: Cannot happen at the same time. The outcome of a single coin toss cannot be a head and a tail. A student cannot fail and pass a class. A card drawn from a deck cannot be an ace and a queen. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

26 Disjoint and non-disjoint outcomes Disjoint and non-disjoint outcomes Disjoint (mutually exclusive) outcomes: Cannot happen at the same time. The outcome of a single coin toss cannot be a head and a tail. A student cannot fail and pass a class. A card drawn from a deck cannot be an ace and a queen. Non-disjoint outcomes: Can happen at the same time. A student can get an A in Stats and A in Econ in the same semester. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

27 Disjoint and non-disjoint outcomes Participation question What is the probability that a randomly sampled student thinks marijuana should be legalized or they agree with their parents political views? (a) (b) Parent Politics Legalize MJ No Yes Total No Yes Total (c) (d) (e) Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

28 Disjoint and non-disjoint outcomes Participation question What is the probability that a randomly sampled student thinks marijuana should be legalized or they agree with their parents political views? (a) (b) Parent Politics Legalize MJ No Yes Total No Yes Total (c) (d) (e) General addition rule P(A or B) = P(A) + P(B) P(A and B) For disjoint events P(A and B) = 0, hence the above formula simplifies to P(A or B) = P(A) + P(B). Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

29 Probability distributions Participation question In a survey, 52% of respondents said they are Democrats. What is the probability that a randomly selected respondent from this sample is a Republican? (a) 0.48 (b) more than 0.48 (c) less than 0.48 (d) cannot calculate using only the information given Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

30 Probability distributions Participation question In a survey, 52% of respondents said they are Democrats. What is the probability that a randomly selected respondent from this sample is a Republican? (a) 0.48 (b) more than 0.48 (c) less than 0.48 (d) cannot calculate using only the information given While (a) and (c) are also possible, (b) is definitely not possible. Probability distributions: 1 The events listed must be disjoint 2 Each probability must be between 0 and 1 3 The probabilities must total 1 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

31 Probability distributions Disjoint vs. complementary Do the sum of probabilities of two disjoint events always add up to 1? Do the sum of probabilities of two complementary events always add up to 1? Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

32 Probability distributions Disjoint vs. complementary Do the sum of probabilities of two disjoint events always add up to 1? Not necessarily, there may be more than 2 events in the sample space, e.g. party affiliation. Do the sum of probabilities of two complementary events always add up to 1? Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

33 Probability distributions Disjoint vs. complementary Do the sum of probabilities of two disjoint events always add up to 1? Not necessarily, there may be more than 2 events in the sample space, e.g. party affiliation. Do the sum of probabilities of two complementary events always add up to 1? Yes, that s the definition of complementary, e.g. heads and tails. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

34 Independence Independence Two processes are independent if knowing the outcome of one provides no useful information about the outcome of the other. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

35 Independence Independence Two processes are independent if knowing the outcome of one provides no useful information about the outcome of the other. coin flips are independent Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

36 Independence Independence Two processes are independent if knowing the outcome of one provides no useful information about the outcome of the other. coin flips are independent card draws (without replacement) are dependent Independence and disjointness do not mean the same thing: Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

37 Independence Independence Two processes are independent if knowing the outcome of one provides no useful information about the outcome of the other. coin flips are independent card draws (without replacement) are dependent Independence and disjointness do not mean the same thing: independent events do not affect each other Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

38 Independence Independence Two processes are independent if knowing the outcome of one provides no useful information about the outcome of the other. coin flips are independent card draws (without replacement) are dependent Independence and disjointness do not mean the same thing: independent events do not affect each other disjoint (mutually exclusive) events cannot happen at the same time Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

39 Independence Participation question Between January 9-12, 2013, SurveyUSA interviewed a random sample of 500 NC residents asking them whether they think widespread gun ownership protects law abiding citizens from crime, or makes society more dangerous. 58% of all respondents said it protects citizens. 67% of White respondents, 28% of Black respondents, and 64% of Hispanic respondents shared this view. Which of the below is true? Opinion on gun ownership and race ethnicity are most likely (a) complementary (b) mutually exclusive (c) independent (d) dependent (e) disjoint client/ PollReport.aspx?g=a5f460ef-bba9-484b ea26421b Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

40 Independence Participation question Between January 9-12, 2013, SurveyUSA interviewed a random sample of 500 NC residents asking them whether they think widespread gun ownership protects law abiding citizens from crime, or makes society more dangerous. 58% of all respondents said it protects citizens. 67% of White respondents, 28% of Black respondents, and 64% of Hispanic respondents shared this view. Which of the below is true? Opinion on gun ownership and race ethnicity are most likely (a) complementary (b) mutually exclusive (c) independent (d) dependent (e) disjoint client/ PollReport.aspx?g=a5f460ef-bba9-484b ea26421b Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

41 Independence Checking for independence If P(A B) = P(A), then A and B are independent. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

42 Independence Checking for independence If P(A B) = P(A), then A and B are independent. P(protects citizens) = 0.58 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

43 Independence Checking for independence If P(A B) = P(A), then A and B are independent. P(protects citizens) = 0.58 P(protects citizens White) = 0.67 P(protects citizens Black) = 0.28 P(protects citizens Hispanic) = 0.64 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

44 Independence Checking for independence If P(A B) = P(A), then A and B are independent. P(protects citizens) = 0.58 P(protects citizens White) = 0.67 P(protects citizens Black) = 0.28 P(protects citizens Hispanic) = 0.64 P(protects citizens) varies by race/ethnicity, therefore opinion on gun ownership and race ethnicity are most likely dependent. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

45 Independence Evaluating dependence based on sample data Conditional probabilities calculated based on sample data suggest dependence conduct a hypothesis test to determine if the observed difference is unlikely to have happened by chance. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

46 Independence Evaluating dependence based on sample data Conditional probabilities calculated based on sample data suggest dependence conduct a hypothesis test to determine if the observed difference is unlikely to have happened by chance. We have seen that P(protects citizens White) = 0.67 and P(protects citizens Hispanic) = Under which condition would you be more convinced of a real difference between the proportions of Whites and Hispanics who think gun widespread gun ownership protects citizens? n = 500 or n = 50, 000 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

47 Independence Evaluating dependence based on sample data Conditional probabilities calculated based on sample data suggest dependence conduct a hypothesis test to determine if the observed difference is unlikely to have happened by chance. We have seen that P(protects citizens White) = 0.67 and P(protects citizens Hispanic) = Under which condition would you be more convinced of a real difference between the proportions of Whites and Hispanics who think gun widespread gun ownership protects citizens? n = 500 or n = 50, 000 n = 50,000 Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

48 Independence Evaluating dependence based on sample data Conditional probabilities calculated based on sample data suggest dependence conduct a hypothesis test to determine if the observed difference is unlikely to have happened by chance. We have seen that P(protects citizens White) = 0.67 and P(protects citizens Hispanic) = Under which condition would you be more convinced of a real difference between the proportions of Whites and Hispanics who think gun widespread gun ownership protects citizens? n = 500 or n = 50, 000 n = 50,000 Large observed difference hypothesis test will likely be significant. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

49 Independence Evaluating dependence based on sample data Conditional probabilities calculated based on sample data suggest dependence conduct a hypothesis test to determine if the observed difference is unlikely to have happened by chance. We have seen that P(protects citizens White) = 0.67 and P(protects citizens Hispanic) = Under which condition would you be more convinced of a real difference between the proportions of Whites and Hispanics who think gun widespread gun ownership protects citizens? n = 500 or n = 50, 000 n = 50,000 Large observed difference hypothesis test will likely be significant. Small observed difference, and n large hypothesis test may be significant. n small then hypothesis test will likely not be significant. Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

50 Independence Participation question A 2012 Gallup poll suggests that 19.4% of North Carolinians don t have health insurance. Assuming that the uninsured rate stayed constant, what is the probability that two randomly selected North Carolinians are both uninsured? (a) (b) (c) (d) ( ) poll/ / State-States.aspx?ref=interactive Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

51 Independence Participation question A 2012 Gallup poll suggests that 19.4% of North Carolinians don t have health insurance. Assuming that the uninsured rate stayed constant, what is the probability that two randomly selected North Carolinians are both uninsured? (a) (b) (c) (d) ( ) poll/ / State-States.aspx?ref=interactive Product rule for independent events P(A and B) = P(A) P(B) Or more generally, P(A 1 and and A k ) = P(A 1 ) P(A k ) Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

52 Recap Participation question In a NC emergency room, 5 patients are waiting to be seen. Assuming that these patients constitute a random sample, what is the probability that at least one is uninsured? (a) (b) (c) (d) (e) Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

53 Recap Participation question In a NC emergency room, 5 patients are waiting to be seen. Assuming that these patients constitute a random sample, what is the probability that at least one is uninsured? (a) (b) (c) (d) (e) Sample space of uninsured NC residents in this sample: S = {0, 1, 2, 3, 4, 5} Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

54 Recap Participation question In a NC emergency room, 5 patients are waiting to be seen. Assuming that these patients constitute a random sample, what is the probability that at least one is uninsured? (a) (b) (c) (d) (e) Sample space of uninsured NC residents in this sample: S = {0, 1, 2, 3, 4, 5} We are interested in instances where at least one person is uninsured: S = {0, 1, 2, 3, 4, 5} Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

55 Recap Participation question In a NC emergency room, 5 patients are waiting to be seen. Assuming that these patients constitute a random sample, what is the probability that at least one is uninsured? (a) (b) (c) (d) (e) Sample space of uninsured NC residents in this sample: S = {0, 1, 2, 3, 4, 5} We are interested in instances where at least one person is uninsured: S = {0, 1, 2, 3, 4, 5} So we can divide up the sample space intro two categories: S = {0, at least one} Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

56 Recap Participation question In a NC emergency room, 5 patients are waiting to be seen. Assuming that these patients constitute a random sample, what is the probability that at least one is uninsured? (a) (b) (c) (d) (e) Sample space of uninsured NC residents in this sample: S = {0, 1, 2, 3, 4, 5} We are interested in instances where at least one person is uninsured: S = {0, 1, 2, 3, 4, 5} So we can divide up the sample space intro two categories: S = {0, at least one} Since the probability of the sample space adds up to 1: P(at least 1 uninsured) = 1 P(none uninsured) = Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

57 Recap Participation question In a NC emergency room, 5 patients are waiting to be seen. Assuming that these patients constitute a random sample, what is the probability that at least one is uninsured? (a) (b) (c) (d) (e) At least 1 Sample space of uninsured NC residents in this sample: S = {0, 1, 2, 3, 4, 5} We are interested in instances where at least one person is uninsured: S = {0, 1, 2, 3, 4, 5} So we can divide up the sample space intro two categories: S = {0, at least one} Since the probability of the sample space adds up to 1: P(at least 1 uninsured) = 1 P(none uninsured) = P(at least one) = 1 P(none) Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

58 Marginal, joint, conditional 1 Announcements 2 Project 3 Probability Randomness Defining probability Law of large numbers Disjoint and non-disjoint outcomes Probability distributions Independence Recap 4 Marginal, joint, conditional Statistics 101

59 Marginal, joint, conditional Relapse Researchers randomly assigned 72 chronic users of cocaine into three groups: desipramine (antidepressant), lithium (standard treatment for cocaine) and placebo. Results of the study are summarized below. no relapse relapse total desipramine lithium placebo total srp/ stats/ 2 way tbl 1.htm Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

60 Marginal, joint, conditional Marginal probability What is the probability that a patient relapsed? no relapse relapse total desipramine lithium placebo total Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

61 Marginal, joint, conditional Marginal probability What is the probability that a patient relapsed? P(relapsed) = no relapse relapse total desipramine lithium placebo total Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

62 Marginal, joint, conditional Joint probability What is the probability that a patient received the the antidepressant (desipramine) and relapsed? no relapse relapse total desipramine lithium placebo total Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

63 Marginal, joint, conditional Joint probability What is the probability that a patient received the the antidepressant (desipramine) and relapsed? no relapse relapse total desipramine lithium placebo total P(relapsed and desipramine) = Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

64 Marginal, joint, conditional Conditional probability If we know that a patient received the antidepressant (desipramine), what is the probability that they relapsed? no relapse relapse total desipramine lithium placebo total Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

65 Marginal, joint, conditional Conditional probability If we know that a patient received the antidepressant (desipramine), what is the probability that they relapsed? no relapse relapse total desipramine lithium placebo total P(relapsed desipramine) = Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

66 Marginal, joint, conditional Conditional probability If we know that a patient received the antidepressant (desipramine), what is the probability that they relapsed? no relapse relapse total desipramine lithium placebo total P(relapsed desipramine) = P(relapsed lithium) = P(relapsed placebo) = Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

67 Marginal, joint, conditional Conditional probability If we know that a patient relapsed, what is the probability that they received the antidepressant (desipramine)? no relapse relapse total desipramine lithium placebo total Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

68 Marginal, joint, conditional Conditional probability If we know that a patient relapsed, what is the probability that they received the antidepressant (desipramine)? no relapse relapse total desipramine lithium placebo total P(desipramine relapsed) = Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

69 Marginal, joint, conditional Conditional probability If we know that a patient relapsed, what is the probability that they received the antidepressant (desipramine)? no relapse relapse total desipramine lithium placebo total P(desipramine relapsed) = P(lithium relapsed) = P(placebo relapsed) = Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

70 Marginal, joint, conditional What if we don t have counts to create a contingency table with counts? Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

71 Marginal, joint, conditional What if we don t have counts to create a contingency table with counts?... next time Statistics 101 ( Nicole Dalzell ) U2 - L1: Probability July 3, / 32

Chapter 2: Probability

Chapter 2: Probability Chapter 2: Probability OpenIntro Statistics, 3rd Edition Slides developed by Mine C etinkaya-rundel of OpenIntro. The slides may be copied, edited, and/or shared via the CC BY-SA license. Some images may

More information

Chapter 2: Probability

Chapter 2: Probability Chapter 2: Probability OpenIntro Statistics, 3rd Edition Slides developed by Mine C etinkaya-rundel of OpenIntro. The slides may be copied, edited, and/or shared via the CC BY-SA license. Some images may

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

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

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

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

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

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

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

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

Lecture 1: Probability Fundamentals

Lecture 1: Probability Fundamentals Lecture 1: Probability Fundamentals IB Paper 7: Probability and Statistics Carl Edward Rasmussen Department of Engineering, University of Cambridge January 22nd, 2008 Rasmussen (CUED) Lecture 1: Probability

More information

STP 226 ELEMENTARY STATISTICS

STP 226 ELEMENTARY STATISTICS STP 226 ELEMENTARY STATISTICS CHAPTER 5 Probability Theory - science of uncertainty 5.1 Probability Basics Equal-Likelihood Model Suppose an experiment has N possible outcomes, all equally likely. Then

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

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

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

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

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

STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences. Random Variables

STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences. Random Variables STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences Random Variables Christopher Adolph Department of Political Science and Center for Statistics and the Social Sciences University

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

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

MATH 10 INTRODUCTORY STATISTICS

MATH 10 INTRODUCTORY STATISTICS MATH 10 INTRODUCTORY STATISTICS Ramesh Yapalparvi Week 2 Chapter 4 Bivariate Data Data with two/paired variables, Pearson correlation coefficient and its properties, general variance sum law Chapter 6

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

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

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

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

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

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

Lecture 2: Probability. Readings: Sections Statistical Inference: drawing conclusions about the population based on a sample

Lecture 2: Probability. Readings: Sections Statistical Inference: drawing conclusions about the population based on a sample Lecture 2: Probability Readings: Sections 5.1-5.3 1 Introduction Statistical Inference: drawing conclusions about the population based on a sample Parameter: a number that describes the population a fixed

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

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

Chapter. Probability

Chapter. Probability Chapter 3 Probability Section 3.1 Basic Concepts of Probability Section 3.1 Objectives Identify the sample space of a probability experiment Identify simple events Use the Fundamental Counting Principle

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

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

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

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

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head}

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head} Chapter 7 Notes 1 (c) Epstein, 2013 CHAPTER 7: PROBABILITY 7.1: Experiments, Sample Spaces and Events Chapter 7 Notes 2 (c) Epstein, 2013 What is the sample space for flipping a fair coin three times?

More information

Conditional Probability

Conditional Probability Conditional Probability Idea have performed a chance experiment but don t know the outcome (ω), but have some partial information (event A) about ω. Question: given this partial information what s the

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

Events A and B are said to be independent if the occurrence of A does not affect the probability of B.

Events A and B are said to be independent if the occurrence of A does not affect the probability of B. Independent Events Events A and B are said to be independent if the occurrence of A does not affect the probability of B. Probability experiment of flipping a coin and rolling a dice. Sample Space: {(H,

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

Probability COMP 245 STATISTICS. Dr N A Heard. 1 Sample Spaces and Events Sample Spaces Events Combinations of Events...

Probability COMP 245 STATISTICS. Dr N A Heard. 1 Sample Spaces and Events Sample Spaces Events Combinations of Events... Probability COMP 245 STATISTICS Dr N A Heard Contents Sample Spaces and Events. Sample Spaces........................................2 Events........................................... 2.3 Combinations

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 & 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

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

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

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

Introduction to probability

Introduction to probability Introduction to probability 4.1 The Basics of Probability Probability The chance that a particular event will occur The probability value will be in the range 0 to 1 Experiment A process that produces

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

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 4.1-1

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 4.1-1 Lecture Slides Elementary Statistics Eleventh Edition and the Triola Statistics Series by Mario F. Triola 4.1-1 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition

More information

Year 10 Mathematics Probability Practice Test 1

Year 10 Mathematics Probability Practice Test 1 Year 10 Mathematics Probability Practice Test 1 1 A letter is chosen randomly from the word TELEVISION. a How many letters are there in the word TELEVISION? b Find the probability that the letter is: i

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

Section 4.2 Basic Concepts of Probability

Section 4.2 Basic Concepts of Probability Section 4.2 Basic Concepts of Probability 2012 Pearson Education, Inc. All rights reserved. 1 of 88 Section 4.2 Objectives Identify the sample space of a probability experiment Identify simple events Use

More information

2.4. Conditional Probability

2.4. Conditional Probability 2.4. Conditional Probability Objectives. Definition of conditional probability and multiplication rule Total probability Bayes Theorem Example 2.4.1. (#46 p.80 textbook) Suppose an individual is randomly

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

*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

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

Notes for Math 324, Part 12

Notes for Math 324, Part 12 72 Notes for Math 324, Part 12 Chapter 12 Definition and main properties of probability 12.1 Sample space, events We run an experiment which can have several outcomes. The set consisting by all possible

More information

CMPSCI 240: Reasoning about Uncertainty

CMPSCI 240: Reasoning about Uncertainty CMPSCI 240: Reasoning about Uncertainty Lecture 2: Sets and Events Andrew McGregor University of Massachusetts Last Compiled: January 27, 2017 Outline 1 Recap 2 Experiments and Events 3 Probabilistic Models

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

Basic Concepts of Probability. Section 3.1 Basic Concepts of Probability. Probability Experiments. Chapter 3 Probability

Basic Concepts of Probability. Section 3.1 Basic Concepts of Probability. Probability Experiments. Chapter 3 Probability Chapter 3 Probability 3.1 Basic Concepts of Probability 3.2 Conditional Probability and the Multiplication Rule 3.3 The Addition Rule 3.4 Additional Topics in Probability and Counting Section 3.1 Basic

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

Two-sample Categorical data: Testing

Two-sample Categorical data: Testing Two-sample Categorical data: Testing Patrick Breheny April 1 Patrick Breheny Introduction to Biostatistics (171:161) 1/28 Separate vs. paired samples Despite the fact that paired samples usually offer

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

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

Lecture 1 Introduction to Probability and Set Theory Text: A Course in Probability by Weiss

Lecture 1 Introduction to Probability and Set Theory Text: A Course in Probability by Weiss Lecture 1 to and Set Theory Text: A Course in by Weiss 1.2 2.3 STAT 225 to Models January 13, 2014 to and Whitney Huang Purdue University 1.1 Agenda to and 1 2 3 1.2 Motivation Uncertainty/Randomness in

More information

Chapter 4 Probability

Chapter 4 Probability 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition Rule 4-4 Multiplication Rule: Basics 4-5 Multiplication Rule: Complements and Conditional Probability 4-6 Counting

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

COS 424: Interacting with Data. Lecturer: Dave Blei Lecture #2 Scribe: Ellen Kim February 7, 2008

COS 424: Interacting with Data. Lecturer: Dave Blei Lecture #2 Scribe: Ellen Kim February 7, 2008 COS 424: Interacting with Data Lecturer: Dave Blei Lecture #2 Scribe: Ellen Kim February 7, 2008 1 Probability Review 1.1 Random Variables A random variable can be used to model any probabilistic outcome.

More information

Lecture 1. ABC of Probability

Lecture 1. ABC of Probability Math 408 - Mathematical Statistics Lecture 1. ABC of Probability January 16, 2013 Konstantin Zuev (USC) Math 408, Lecture 1 January 16, 2013 1 / 9 Agenda Sample Spaces Realizations, Events Axioms of Probability

More information

Terminology. Experiment = Prior = Posterior =

Terminology. Experiment = Prior = Posterior = Review: probability RVs, events, sample space! Measures, distributions disjoint union property (law of total probability book calls this sum rule ) Sample v. population Law of large numbers Marginals,

More information

Independence. P(A) = P(B) = 3 6 = 1 2, and P(C) = 4 6 = 2 3.

Independence. P(A) = P(B) = 3 6 = 1 2, and P(C) = 4 6 = 2 3. Example: A fair die is tossed and we want to guess the outcome. The outcomes will be 1, 2, 3, 4, 5, 6 with equal probability 1 6 each. If we are interested in getting the following results: A = {1, 3,

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

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

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

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

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

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

STAT 430/510 Probability

STAT 430/510 Probability STAT 430/510 Probability Hui Nie Lecture 3 May 28th, 2009 Review We have discussed counting techniques in Chapter 1. Introduce the concept of the probability of an event. Compute probabilities in certain

More information

Lecture 41 Sections Mon, Apr 7, 2008

Lecture 41 Sections Mon, Apr 7, 2008 Lecture 41 Sections 14.1-14.3 Hampden-Sydney College Mon, Apr 7, 2008 Outline 1 2 3 4 5 one-proportion test that we just studied allows us to test a hypothesis concerning one proportion, or two categories,

More information

an event with one outcome is called a simple event.

an event with one outcome is called a simple event. Ch5Probability Probability is a measure of the likelihood of a random phenomenon or chance behavior. Probability describes the long-term proportion with which a certain outcome will occur in situations

More information

Stat 225 Week 1, 8/20/12-8/24/12, Notes: Set Theory

Stat 225 Week 1, 8/20/12-8/24/12, Notes: Set Theory Stat 225 Week 1, 8/20/12-8/24/12, Notes: Set Theory The Fall 2012 Stat 225 T.A.s September 7, 2012 The material in this handout is intended to cover general set theory topics. Information includes (but

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

SS257a Midterm Exam Monday Oct 27 th 2008, 6:30-9:30 PM Talbot College 342 and 343. You may use simple, non-programmable scientific calculators.

SS257a Midterm Exam Monday Oct 27 th 2008, 6:30-9:30 PM Talbot College 342 and 343. You may use simple, non-programmable scientific calculators. SS657a Midterm Exam, October 7 th 008 pg. SS57a Midterm Exam Monday Oct 7 th 008, 6:30-9:30 PM Talbot College 34 and 343 You may use simple, non-programmable scientific calculators. This exam has 5 questions

More information

Topic 3: Introduction to Probability

Topic 3: Introduction to Probability Topic 3: Introduction to Probability 1 Contents 1. Introduction 2. Simple Definitions 3. Types of Probability 4. Theorems of Probability 5. Probabilities under conditions of statistically independent events

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

4. Probability of an event A for equally likely outcomes:

4. Probability of an event A for equally likely outcomes: University of California, Los Angeles Department of Statistics Statistics 110A Instructor: Nicolas Christou Probability Probability: A measure of the chance that something will occur. 1. Random experiment:

More information

ELEG 3143 Probability & Stochastic Process Ch. 1 Probability

ELEG 3143 Probability & Stochastic Process Ch. 1 Probability Department of Electrical Engineering University of Arkansas ELEG 3143 Probability & Stochastic Process Ch. 1 Probability Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Applications Elementary Set Theory Random

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

Math 140 Introductory Statistics

Math 140 Introductory Statistics Math 140 Introductory Statistics 5.1 Models of random behavior Outcome: Result or answer obtained from a chance process. Event: Collection of outcomes. Probability: Number between 0 and 1 (0% and 100%).

More information

AP Statistics Ch 6 Probability: The Study of Randomness

AP Statistics Ch 6 Probability: The Study of Randomness Ch 6.1 The Idea of Probability Chance behavior is unpredictable in the short run but has a regular and predictable pattern in the long run. We call a phenomenon random if individual outcomes are uncertain

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

STAT 111 Recitation 1

STAT 111 Recitation 1 STAT 111 Recitation 1 Linjun Zhang January 20, 2017 What s in the recitation This class, and the exam of this class, is a mix of statistical concepts and calculations. We are going to do a little bit of

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

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

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

14 - PROBABILITY Page 1 ( Answers at the end of all questions )

14 - PROBABILITY Page 1 ( Answers at the end of all questions ) - PROBABILITY Page ( ) Three houses are available in a locality. Three persons apply for the houses. Each applies for one house without consulting others. The probability that all the three apply for the

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

Statistics for Managers Using Microsoft Excel (3 rd Edition)

Statistics for Managers Using Microsoft Excel (3 rd Edition) Statistics for Managers Using Microsoft Excel (3 rd Edition) Chapter 4 Basic Probability and Discrete Probability Distributions 2002 Prentice-Hall, Inc. Chap 4-1 Chapter Topics Basic probability concepts

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