PHP2500: Introduction to Biostatistics. Lecture III: Introduction to Probability

Size: px
Start display at page:

Download "PHP2500: Introduction to Biostatistics. Lecture III: Introduction to Probability"

Transcription

1 PHP2500: Introduction to Biostatistics Lecture III: Introduction to Probability 1

2 . 2

3 Example: 40% of adults aged in Rhode Island have pre-diabetes, a condition that raises the risk of type 2 diabetes, heart disease and stroke a. If you randomly run into an RI adult whose age is between 40-74, what is your guess about his/her pre-diabetes status? From the population of adults age in Rhode Island, if we randomly sample 5 individuals, how many of them could have pre-diabetes? which number is most probable? how about other possible outcomes? Are they equally probable? a 3

4 . 4

5 Experiments and Events Probability theory makes predictions about experiments whose outcomes depend on chance. Outcome: The result of a single trial or an experiment. Event: A collection of one or more outcomes. Example: 40% of adults aged in Rhode Island have pre-diabetes, a condition that raises the risk of type 2 diabetes, heart disease and stroke. Experiment 1: From the population of adults age in Rhode Island, randomly sample 5 individuals Possible outcomes: none of them have pre-diabetes 1 has pre-diabetes and 4 do not have 2 have pre-diabetes and 3 do not have

6 . 6

7 Or, if we use X to represent number of people having pre-diabetes (among the 5 chosen individuals), the possible outcomes are integers between 0 and 5. Since the value X takes is random, we call it a random variable. You may ask: what is the probability that none of them have pre-diabetes (X=0)? An event is a collection of outcomes. For example, at least two of these people have diabetes is an event that includes four outcomes: 2, or 3, or 4, or 5 of these people have pre-diabetes (X 2) Another event: less than 3 of these 5 people have diabetes ( X < 3,i.e, X 2, i.e., X=0 or X=1 or X=2,). 7

8 . 8

9 The collection of all possible outcomes is referred to as the sample space and often represented by the symbol Ω. In this example, Ω = {0, 1, 2, 3, 4, 5} An outcome is an element of the sample space, usually represented by symbol ω An event, E, is a collection of one or more outcomes, and a subset of Ω. For example, E 1 = {1}, E 2 = {0, 1, 2} (observing 2 or less), E 3 = {4, 5} (observing 4 or more) are three different events. The events that include a particular outcome, such as E 1 in the above example, is called a simple event or an elementary event. The empty set is referred to as the null event. 9

10 . 10

11 We have defined the set of all possible outcomes of the experiment, i.e., all possible values of X, as the sample space Ω. Any value of X must one element of Ω. We can compute the probabilities of each outcome using probability theory on Binomial distribution, which will be introduced later. For now, we will take these as given: Probability for all possible outsomes in Experiment 1. X Prob P (X = 3) = P (Ω) = P (0 X 5) = P ( ) = 11

12 . 12

13 Probabilities of Experiment 1: X Prob Let Event 1 be either 0 or 1 person among the 5 have pre-diabetes P (E 1 ) = P (X = 0 OR X = 1) = Let Event 2 be at least 4 people among the 5 have pre-diabetes P (E 2 ) = P (X 4) = Let Event 3 be X 1 OR X 4 P (E 3 ) = In the above examples, we are combining events that are mutually exclusive. To compute probability for more complicated events, we will need some set operations. 13

14 . 14

15 Simple set operations and notation: Intersection: A B is the set of elements that are common in A and B. If there is nothing in common, the intersection is the empty set. A = X 1 = {0, 1}, B = X 4 = {4, 5}, C= 1 X 4 A B = A C= B C= If there is no common element in two events E 1 and E 2, i.e. E 1 E 2 =, E 1 and E 2 are mutually exclusive (E 1 and E 2 cannot both occur) In the above example, A and B are mutually exclusive. A and C are not mutually exclusive (1 is common), B and C are not mutaully exclusive. P (A B) = 0 P (A C) = P (X = 1) = P (B C) = P (X = ) = 15

16 . 16

17 Union: A B is the set that includes all elements in A or in B (or both). Example 1: A = {1, 2, 3} P (A) = =.835 B = {4, 5} P (B) = = A B = {1, 2, 3, 4, 5} P (A B) = P ({1, 2, 3, 4, 5}) = P (A B) = P (A) + P (B) Example 2: A = {1, 2, 3} P (A) = =.835 B = {3, 4, 5} P (B) =.317 A B = {1, 2, 3, 4, 5} P (A B) = P ({1, 2, 3, 4, 5}) = P (A) + P (B) = P (A B) What is the problem here? Notice that A B X Prob

18 . 18

19 In Example 2, A = {1, 2, 3}, B = {3, 4, 5}, the outcome X = 3 is an element of both A and B. In simple addition P (A) + P (B), this event is counted twice. We need to subtract what is double counted. P (A B) = P (A) + P (B) P (A B) Special case: For mutually exclusive events, P (A B) = P (A) + P (B), because now P (A B) = P ( ) = 0. Let s verify example 2: since A B = 3, P (A B) = P (A) + P (B) P (A B) = =.922 X Prob

20 . 20

21 Complement A c = Ā is the set of everything (in the sample space) that is not in A. For Ω = {0, 1, 2, 3, 4, 5}, A = {0, 1, 2, 3}, A c = {4, 5} B= at most 1 person has pre-diabetes, B c = X > 1 = {2, 3, 4, 5} C= at least 3 people have pre-diabetes, C c = D= exactly 2 people have pre-diabetes, D c = P (A c ) = 1 P (A) Exercise: compute the probability that at least one person has pre-diabetes (X 1) X Prob

22 . 22

23 For random events If intersection (A B) happens, A AND B both happen If union A B happens, A OR B OR both happen. (At least one, but both happening is possible too). Complement set A c is the event that A does not happen. A A c =? 23

24 . 24

25 Experiment 2: 12 men and 8 women visited a clinic today. Among them, 3 men and 1 women had diabetes. Female Male Diabetes No Diabetes If one person is randomly selected from these 20, A= this person is female B= this person has diabetes What are A B and A B? P (A) = P (B) = P (A B) = P (B A) = P (A c ) = 25

26 . 26

27 Probability rules: For any event A, 0 P (A) 1. P (Ω) = 1 = 100%. P (A) = 1 P (A c ) The probability that event A happens is the 1- the probability that A does not happen. Also, since P (Ω) = 1, P ( ) = 1 P (Ω) = 0 Independence: Two events A and B are independent if and only if P (A B) = P (A)P (B). 27

28 . 28

29 Experiment 3: 40% of adults aged in Rhode Island have pre-diabetes. Two researchers, Dr. Brown and Dr. Green, each indepently sample one person randoml from this population. A= Dr. Brown samples a person with pre-diabetes P (A) = B= Dr. Green samples a person with pre-diabetes P (B) = What is the event A B? P (A B) = What is the event A B? P (A B) = 29

30 . 30

31 Example: Suppose we are conducting a hypertension screening program. Assume that the mother and the father are not genetically related and thus their risks of being hypertensive are independent. Suppose in a given family, the probability of the mother being hypertensive is 0.1 and the father being hypertensive is 0.2. What is the probability that both have hypertension? P (A B) = What is the probability that at least one of them has hypertension? P (A B = What is the probability that neither has hypertension? P (Ā B) = 31

32 . 32

33 Check independence: Two events A and B are independent if and only if P (A B) = P (A)P (B). Thus, if P (A B) P (A)P (B), A and B are not independent. Recall in Experiment 2, we have Female Male Diabetes No Diabetes If one person is randomly selected from these 20, A= this person is female B= this person has diabetes Are A and B independent events? P (A B) = P (female with diabetes) = 1/20 = 0.05 P (A) = P ( female ) = 8/20 =.4, P (B) = P ( Diabetes ) = 4/20 =.2 P (A)P (B) =.4.2 =.08 33

34 . 34

35 Do not confuse mutually exclusive and independent events. For mutually exclusive events, P (A B) = P ( ) = 0 For independent events, P (A B) = P (A)P (B) Mutually exclusive: when A happens, B cannot happen Independent events: Whether A happens or not has no effect on B. Unless A or B or both have probability 0, they cannot be both independent and mutually exclusive. 35

36 . 36

37 Venn Diagrams 37

38 . 38

39 Conditional Probability The probability of an event A, given the occurrence of event B, is defined as P (A B) P (A B) = P (B) If P (B) = 0, the conditional probability is undefined. Another definition of independence: If P (A B) = P (A), events A and B are independent. As long as P (B) 0, this statement is the same as the above definition. The definition of conditional probability also gives the calculation for interceptions. P (A B) = P (A)P (B A) = P (B)P (A B) 39

40 . 40

41 Example: The students in a class Male Female Graduate Undergraduate If I randomly choose one student from the class, the probability that this student is a graduate student is P (Graduate) = 25/40. Given that the student chosen is female, what is the probability that she is graduate student? Reading from the table, you may do 14/24 directly. P (Graduate F emale) = P (Graduate F emale) P (F emale) = 14/40 24/40 = 14/24 41

42 . 42

43 Bayes Theorem P (A j B) = P (A j B) P (B) = P (A j B) n P (B A i )P (A i ) i=1 43

44 . 44

45 Example: The prevalence of asthma In a small town in Ohio, 55.6% is female and 44.4% is male. The prevalence of asthma in female is.115 and.106 in male. If we randomly choose one person from this population, what is the probability that this person is female? What if we know this person has asthma? Unconditional probability: P (F ) = 55.6% Conditional probability: P (F A) = P (A F )P (F ) P (A F )P (F ) + P (A M)P (M) = =

46 . 46

5. Suppose there are 4 new cases of breast cancer in group A and 5 in group B. 1. Sample space: the set of all possible outcomes of an experiment.

5. Suppose there are 4 new cases of breast cancer in group A and 5 in group B. 1. Sample space: the set of all possible outcomes of an experiment. Probability January 15, 2013 Debdeep Pati Introductory Example Women in a given age group who give birth to their first child relatively late in life (after 30) are at greater risk for eventually developing

More information

Analytical Geometry. Applications of Probability Study Guide. Use the word bank to fill in the blanks.

Analytical Geometry. Applications of Probability Study Guide. Use the word bank to fill in the blanks. Analytical Geometry Name Applications of Probability Study Guide Use the word bank to fill in the blanks. Conditional Probabilities Sample Space Union Mutually Exclusive Complement Intersection Event Independent

More information

Chapter 6: Counting, Probability and Inference

Chapter 6: Counting, Probability and Inference Chapter 6: Counting, Probability and Inference 6.1 Introduction to Probability Definitions Experiment a situation with several possible results o Ex: Outcome each result of an experiment o Ex: Sample Space

More information

Probability and Sample space

Probability and Sample space Probability and Sample space We call a phenomenon random if individual outcomes are uncertain but there is a regular distribution of outcomes in a large number of repetitions. The probability of any outcome

More information

Probability. Esra Akdeniz. February 26, 2016

Probability. Esra Akdeniz. February 26, 2016 Probability Esra Akdeniz February 26, 2016 Terminology An experiment is any action or process whose outcome is subject to uncertainty. Example: Toss a coin, roll a die. The sample space of an experiment

More information

Chapter 1: Exploring Data

Chapter 1: Exploring Data Chapter 1: Exploring Data Key Vocabulary:! individual! variable! frequency table! relative frequency table! distribution! pie chart! bar graph! two-way table! marginal distributions! conditional distributions!

More information

Chapter 15: Continuation of probability rules

Chapter 15: Continuation of probability rules Chapter 15: Continuation of probability rules Example: HIV-infected women attending either an infectious disease clinic in Bangkok were screened for high-risk HPV and received a Pap test; those with abnormal

More information

Math HL Chapter 12 Probability

Math HL Chapter 12 Probability Math HL Chapter 12 Probability Name: Read the notes and fill in any blanks. Work through the ALL of the examples. Self-Check your own progress by rating where you are. # Learning Targets Lesson I have

More information

MIDTERM EXAM. Total 150. Problem Points Grade. STAT 541 Introduction to Biostatistics. Name. Spring 2008 Ismor Fischer

MIDTERM EXAM. Total 150. Problem Points Grade. STAT 541 Introduction to Biostatistics. Name. Spring 2008 Ismor Fischer STAT 541 Introduction to Biostatistics Spring 2008 Ismor Fischer Name MIDTERM EXAM Instructions: This exam is worth 150 points ( 1/3 of your course grade). Answer Problem 1, and any two of the remaining

More information

5.3: Associations in Categorical Variables

5.3: Associations in Categorical Variables 5.3: Associations in Categorical Variables Now we will consider how to use probability to determine if two categorical variables are associated. Conditional Probabilities Consider the next example, where

More information

Probability and Counting Techniques

Probability and Counting Techniques Probability and Counting Techniques 3.4-3.8 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 2 Lecture 2 1 / 44 Outline 1 Counting Techniques 2 Probability

More information

Creative Commons Attribution-NonCommercial-Share Alike License

Creative Commons Attribution-NonCommercial-Share Alike License Author: Brenda Gunderson, Ph.D., 2015 License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution- NonCommercial-Share Alike 3.0 Unported License:

More information

PRINTABLE VERSION. Quiz 2

PRINTABLE VERSION. Quiz 2 Question 1 PRINTABLE VERSION Quiz 2 A researcher randomly selects 4 fish from among 8 fish in a tank and puts each of the 4 selected fish into different containers. How many ways can this be done? a) 420

More information

probability problems, first two days

probability problems, first two days ph 141 probability problems, first two days from Moore, McCabe and Craig, 8th ed 4.111 Exercise and sleep. Suppose that 40 % of adults get enough sleep, 46 % get enough exercise, and 24 % do both. Find

More information

Class 6 Overview. Two Way Tables

Class 6 Overview. Two Way Tables Class 6 Overview Two Way Tables Example: Using data from 2004-2008, the Steelers won 56 / 80 or 70% of their games. Of the games won, 31 / 56 or 55% were played at home. Of the games lost, 9 / 24 or 38%

More information

Probability and Counting Techniques

Probability and Counting Techniques Probability and Counting Techniques 3.4-3.8 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 2 Lecture 2 1 / 44 Outline 1 Counting Techniques 2 Probability

More information

Probability II. Patrick Breheny. February 15. Advanced rules Summary

Probability II. Patrick Breheny. February 15. Advanced rules Summary Probability II Patrick Breheny February 15 Patrick Breheny University of Iowa Introduction to Biostatistics (BIOS 4120) 1 / 26 A rule related to the addition rule is called the law of total probability,

More information

Will now consider in detail the effects of relaxing the assumption of infinite-population size.

Will now consider in detail the effects of relaxing the assumption of infinite-population size. FINITE POPULATION SIZE: GENETIC DRIFT READING: Nielsen & Slatkin pp. 21-27 Will now consider in detail the effects of relaxing the assumption of infinite-population size. Start with an extreme case: a

More information

Chapter 12. The One- Sample

Chapter 12. The One- Sample Chapter 12 The One- Sample z-test Objective We are going to learn to make decisions about a population parameter based on sample information. Lesson 12.1. Testing a Two- Tailed Hypothesis Example 1: Let's

More information

APPLIED STATISTICS. Lecture 2 Introduction to Probability. Petr Nazarov Microarray Center

APPLIED STATISTICS. Lecture 2 Introduction to Probability. Petr Nazarov Microarray Center Microarray Center LIED STTISTICS Lecture 2 Introduction to robability etr Nazarov petr.nazarov@crp-sante.lu 10-11-2009 Lecture 2. Introduction to probability OUTLINE Lecture 2 Experiments, counting rules

More information

Lecture 1 An introduction to statistics in Ichthyology and Fisheries Science

Lecture 1 An introduction to statistics in Ichthyology and Fisheries Science Lecture 1 An introduction to statistics in Ichthyology and Fisheries Science What is statistics and why do we need it? Statistics attempts to make inferences about unknown values that are common to a population

More information

Biostatistics Lecture April 28, 2001 Nate Ritchey, Ph.D. Chair, Department of Mathematics and Statistics Youngstown State University

Biostatistics Lecture April 28, 2001 Nate Ritchey, Ph.D. Chair, Department of Mathematics and Statistics Youngstown State University Biostatistics Lecture April 28, 2001 Nate Ritchey, Ph.D. Chair, Department of Mathematics and Statistics Youngstown State University 1. Some Questions a. If I flip a fair coin, what is the probability

More information

Statistics and Probability

Statistics and Probability Statistics and a single count or measurement variable. S.ID.1: Represent data with plots on the real number line (dot plots, histograms, and box plots). S.ID.2: Use statistics appropriate to the shape

More information

2.75: 84% 2.5: 80% 2.25: 78% 2: 74% 1.75: 70% 1.5: 66% 1.25: 64% 1.0: 60% 0.5: 50% 0.25: 25% 0: 0%

2.75: 84% 2.5: 80% 2.25: 78% 2: 74% 1.75: 70% 1.5: 66% 1.25: 64% 1.0: 60% 0.5: 50% 0.25: 25% 0: 0% Capstone Test (will consist of FOUR quizzes and the FINAL test grade will be an average of the four quizzes). Capstone #1: Review of Chapters 1-3 Capstone #2: Review of Chapter 4 Capstone #3: Review of

More information

Chapter 8: Estimating with Confidence

Chapter 8: Estimating with Confidence Chapter 8: Estimating with Confidence Section 8.1 The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Introduction Our goal in many statistical settings is to use a sample statistic

More information

6 Relationships between

6 Relationships between CHAPTER 6 Relationships between Categorical Variables Chapter Outline 6.1 CONTINGENCY TABLES 6.2 BASIC RULES OF PROBABILITY WE NEED TO KNOW 6.3 CONDITIONAL PROBABILITY 6.4 EXAMINING INDEPENDENCE OF CATEGORICAL

More information

Simplify the expression and write the answer without negative exponents.

Simplify the expression and write the answer without negative exponents. Second Semester Final Review IMP3 Name Simplify the expression and write the answer without negative exponents. 1) (-9x3y)(-10x4y6) 1) 2) 8x 9y10 2x8y7 2) 3) x 7 x6 3) 4) 3m -4n-4 2p-5 4) 5) 3x -8 x3 5)

More information

Section 6.1 "Basic Concepts of Probability and Counting" Outcome: The result of a single trial in a probability experiment

Section 6.1 Basic Concepts of Probability and Counting Outcome: The result of a single trial in a probability experiment Section 6.1 "Basic Concepts of Probability and Counting" Probability Experiment: An action, or trial, through which specific results are obtained Outcome: The result of a single trial in a probability

More information

Testing Means. Related-Samples t Test With Confidence Intervals. 6. Compute a related-samples t test and interpret the results.

Testing Means. Related-Samples t Test With Confidence Intervals. 6. Compute a related-samples t test and interpret the results. 10 Learning Objectives Testing Means After reading this chapter, you should be able to: Related-Samples t Test With Confidence Intervals 1. Describe two types of research designs used when we select related

More information

WDHS Curriculum Map Probability and Statistics. What is Statistics and how does it relate to you?

WDHS Curriculum Map Probability and Statistics. What is Statistics and how does it relate to you? WDHS Curriculum Map Probability and Statistics Time Interval/ Unit 1: Introduction to Statistics 1.1-1.3 2 weeks S-IC-1: Understand statistics as a process for making inferences about population parameters

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Math 24 Study Guide for Exam 1 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Identify the number as prime, composite, or neither. 1) 173 A)

More information

NORTH SOUTH UNIVERSITY TUTORIAL 1

NORTH SOUTH UNIVERSITY TUTORIAL 1 NORTH SOUTH UNIVERSITY TUTORIAL 1 REVIEW FROM BIOSTATISTICS I AHMED HOSSAIN,PhD Data Management and Analysis AHMED HOSSAIN,PhD - Data Management and Analysis 1 DATA TYPES/ MEASUREMENT SCALES Categorical:

More information

Math 2311 Section 3.3

Math 2311 Section 3.3 Math 2311 Section 3.3 Recall: A binomial experiment occurs when the following conditions are met: 1. Each trial can result in one of only two mutually exclusive outcomes (success or failure). 2. There

More information

THREATS TO VALIDITY. Presentation by: Raul Sanchez de la Sierra

THREATS TO VALIDITY. Presentation by: Raul Sanchez de la Sierra THREATS TO VALIDITY Presentation by: Raul Sanchez de la Sierra What I want you to avoid Captain, sorry, I forgot the spillovers! Lecture Overview External Validity Attrition Spillovers Partial Compliance

More information

Business Statistics Probability

Business Statistics Probability Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

AP STATISTICS 2013 SCORING GUIDELINES

AP STATISTICS 2013 SCORING GUIDELINES AP STATISTICS 2013 SCORING GUIDELINES Question 5 Intent of Question The primary goals of this question were to assess a student s ability to (1) recognize the limited conclusions that can be drawn from

More information

Lecture 3. PROBABILITY. Sections 2.1 and 2.2. Experiment, sample space, events, probability axioms. Counting techniques

Lecture 3. PROBABILITY. Sections 2.1 and 2.2. Experiment, sample space, events, probability axioms. Counting techniques Lecture 3. PROBABILITY Sections 2.1 and 2.2 Experiment, sample space, events, probability axioms. Counting techniques Slide 1 The probability theory begins in attempts to describe gambling (how to win,

More information

First Problem Set: Answers, Discussion and Background

First Problem Set: Answers, Discussion and Background First Problem Set: Answers, Discussion and Background Part I. Intuition Concerning Probability Do these problems individually Answer the following questions based upon your intuitive understanding about

More information

Lecture 7 Section 2.5. Mon, Sep 8, 2008

Lecture 7 Section 2.5. Mon, Sep 8, 2008 Lecture 7 Section 2.5 Hampden-Sydney College Mon, Sep 8, 2008 Outline 1 2 3 4 5 Exercise 9, p. 98 In a recent poll, 62% responded Yes when asked if they favored an amendment protecting the life of an unborn

More information

Lecture 9A Section 2.7. Wed, Sep 10, 2008

Lecture 9A Section 2.7. Wed, Sep 10, 2008 Lecture 9A Section 2.7 Hampden-Sydney College Wed, Sep 10, 2008 Outline 1 2 3 4 5 6 7 8 Exercise 2.23, p. 116 A class consists of 100 students. Suppose that we are interested in the heights of the people

More information

Chapter 5 & 6 Review. Producing Data Probability & Simulation

Chapter 5 & 6 Review. Producing Data Probability & Simulation Chapter 5 & 6 Review Producing Data Probability & Simulation M&M s Given a bag of M&M s: What s my population? How can I take a simple random sample (SRS) from the bag? How could you introduce bias? http://joshmadison.com/article/mms-colordistribution-analysis/

More information

HW 1 - Bus Stat. Student:

HW 1 - Bus Stat. Student: HW 1 - Bus Stat Student: 1. An identification of police officers by rank would represent a(n) level of measurement. A. Nominative C. Interval D. Ratio 2. A(n) variable is a qualitative variable such that

More information

ASSIGNMENT 2. Question 4.1 In each of the following situations, describe a sample space S for the random phenomenon.

ASSIGNMENT 2. Question 4.1 In each of the following situations, describe a sample space S for the random phenomenon. ASSIGNMENT 2 MGCR 271 SUMMER 2009 - DUE THURSDAY, MAY 21, 2009 AT 18:05 IN CLASS Question 4.1 In each of the following situations, describe a sample space S for the random phenomenon. (1) A new business

More information

PSYCHOLOGY 300B (A01) One-sample t test. n = d = ρ 1 ρ 0 δ = d (n 1) d

PSYCHOLOGY 300B (A01) One-sample t test. n = d = ρ 1 ρ 0 δ = d (n 1) d PSYCHOLOGY 300B (A01) Assignment 3 January 4, 019 σ M = σ N z = M µ σ M d = M 1 M s p d = µ 1 µ 0 σ M = µ +σ M (z) Independent-samples t test One-sample t test n = δ δ = d n d d = µ 1 µ σ δ = d n n = δ

More information

OCW Epidemiology and Biostatistics, 2010 David Tybor, MS, MPH and Kenneth Chui, PhD Tufts University School of Medicine October 27, 2010

OCW Epidemiology and Biostatistics, 2010 David Tybor, MS, MPH and Kenneth Chui, PhD Tufts University School of Medicine October 27, 2010 OCW Epidemiology and Biostatistics, 2010 David Tybor, MS, MPH and Kenneth Chui, PhD Tufts University School of Medicine October 27, 2010 SAMPLING AND CONFIDENCE INTERVALS Learning objectives for this session:

More information

A Case Study: Two-sample categorical data

A Case Study: Two-sample categorical data A Case Study: Two-sample categorical data Patrick Breheny January 31 Patrick Breheny BST 701: Bayesian Modeling in Biostatistics 1/43 Introduction Model specification Continuous vs. mixture priors Choice

More information

Probability Models for Sampling

Probability Models for Sampling Probability Models for Sampling Chapter 18 May 24, 2013 Sampling Variability in One Act Probability Histogram for ˆp Act 1 A health study is based on a representative cross section of 6,672 Americans age

More information

Implicit Information in Directionality of Verbal Probability Expressions

Implicit Information in Directionality of Verbal Probability Expressions Implicit Information in Directionality of Verbal Probability Expressions Hidehito Honda (hito@ky.hum.titech.ac.jp) Kimihiko Yamagishi (kimihiko@ky.hum.titech.ac.jp) Graduate School of Decision Science

More information

Ch. 1 Collecting and Displaying Data

Ch. 1 Collecting and Displaying Data Ch. 1 Collecting and Displaying Data In the first two sections of this chapter you will learn about sampling techniques and the different levels of measurement for a variable. It is important that you

More information

Sets, Logic, and Probability As Used in Decision Support Systems

Sets, Logic, and Probability As Used in Decision Support Systems Sets, Logic, and Probability As Used in Decision Support Systems HAP 752 Advanced Health Informa6on Systems Janusz Wojtusiak, PhD George Mason University Spring 2014 Part of the inhumanity of the computer

More information

Design, Sampling, and Probability

Design, Sampling, and Probability STAT 269 Design, Sampling, and Probability Three ways to classify data Quantitative vs. Qualitative Quantitative Data: data that represents counts or measurements, answers the questions how much? or how

More information

Hypothesis Testing. Richard S. Balkin, Ph.D., LPC-S, NCC

Hypothesis Testing. Richard S. Balkin, Ph.D., LPC-S, NCC Hypothesis Testing Richard S. Balkin, Ph.D., LPC-S, NCC Overview When we have questions about the effect of a treatment or intervention or wish to compare groups, we use hypothesis testing Parametric statistics

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

1. Bring your completed exam to class on Monday November 10, 2014, being sure that you have made a copy for safe keeping; OR

1. Bring your completed exam to class on Monday November 10, 2014, being sure that you have made a copy for safe keeping; OR PubHlth 540 Fall 2014 Exam III Choice B (Unit 5 Normal) corrected 10-28-14 Page 1 of 7 PubHlth 540 - Introductory Biostatistics Fall 2014 Examination III Choice B Unit 5 (Normal) Due Monday November 10,

More information

Two-sample Categorical data: Measuring association

Two-sample Categorical data: Measuring association Two-sample Categorical data: Measuring association Patrick Breheny October 27 Patrick Breheny University of Iowa Biostatistical Methods I (BIOS 5710) 1 / 40 Introduction Study designs leading to contingency

More information

Designed Experiments have developed their own terminology. The individuals in an experiment are often called subjects.

Designed Experiments have developed their own terminology. The individuals in an experiment are often called subjects. When we wish to show a causal relationship between our explanatory variable and the response variable, a well designed experiment provides the best option. Here, we will discuss a few basic concepts and

More information

EWMBA 296 (Fall 2015)

EWMBA 296 (Fall 2015) EWMBA 296 (Fall 2015) Section 7 GSI: Fenella Carpena December 8, 2015 Agenda for Today Dummy Variables: Basic Concepts 3 Forms of Regressions With Dummy Variables Case 1: SRM where the only X variable

More information

Ways of counting... Review of Basic Counting Principles. Spring Ways of counting... Spring / 11

Ways of counting... Review of Basic Counting Principles. Spring Ways of counting... Spring / 11 Ways of counting... Review of Basic Counting Principles Spring 2013 Ways of counting... Spring 2013 1 / 11 1 Introduction 2 Basic counting principles a first view 3 Counting with functions 4 Using functions

More information

MITOCW conditional_probability

MITOCW conditional_probability MITOCW conditional_probability You've tested positive for a rare and deadly cancer that afflicts 1 out of 1000 people, based on a test that is 99% accurate. What are the chances that you actually have

More information

Lesson Marginal, Joint, and Conditional Probabilities from Two-Way Tables

Lesson Marginal, Joint, and Conditional Probabilities from Two-Way Tables STATWAY STUDENT HANDOUT STUDENT NAME DATE INTRODUCTION The United States Census Bureau collects large amounts of data on the American public. The two-way table below gives the current marital status by

More information

Bayesian Analysis by Simulation

Bayesian Analysis by Simulation 408 Resampling: The New Statistics CHAPTER 25 Bayesian Analysis by Simulation Simple Decision Problems Fundamental Problems In Statistical Practice Problems Based On Normal And Other Distributions Conclusion

More information

Probability: Judgment and Bayes Law. CSCI 5582, Fall 2007

Probability: Judgment and Bayes Law. CSCI 5582, Fall 2007 Probability: Judgment and Bayes Law CSCI 5582, Fall 2007 Administrivia Problem Set 2 was sent out by email, and is up on the class website as well; due October 23 (hard copy for in-class students) To read

More information

CHANCE YEAR. A guide for teachers - Year 10 June The Improving Mathematics Education in Schools (TIMES) Project

CHANCE YEAR. A guide for teachers - Year 10 June The Improving Mathematics Education in Schools (TIMES) Project The Improving Mathematics Education in Schools (TIMES) Project CHANCE STATISTICS AND PROBABILITY Module 15 A guide for teachers - Year 10 June 2011 10 YEAR Chance (Statistics and Probability : Module 15)

More information

CHAPTER 5: PRODUCING DATA

CHAPTER 5: PRODUCING DATA CHAPTER 5: PRODUCING DATA 5.1: Designing Samples Exploratory data analysis seeks to what data say by using: These conclusions apply only to the we examine. To answer questions about some of individuals

More information

Chapter 8: Two Dichotomous Variables

Chapter 8: Two Dichotomous Variables Chapter 8: Two Dichotomous Variables On the surface, the topic of this chapter seems similar to what we studied in Chapter 7. There are some subtle, yet important, differences. As in Chapter 5, we have

More information

PRINTABLE VERSION. Quiz 1. True or False: The amount of rainfall in your state last month is an example of continuous data.

PRINTABLE VERSION. Quiz 1. True or False: The amount of rainfall in your state last month is an example of continuous data. Question 1 PRINTABLE VERSION Quiz 1 True or False: The amount of rainfall in your state last month is an example of continuous data. a) True b) False Question 2 True or False: The standard deviation is

More information

Introduction. Patrick Breheny. January 10. The meaning of probability The Bayesian approach Preview of MCMC methods

Introduction. Patrick Breheny. January 10. The meaning of probability The Bayesian approach Preview of MCMC methods Introduction Patrick Breheny January 10 Patrick Breheny BST 701: Bayesian Modeling in Biostatistics 1/25 Introductory example: Jane s twins Suppose you have a friend named Jane who is pregnant with twins

More information

Outline. Chapter 3: Random Sampling, Probability, and the Binomial Distribution. Some Data: The Value of Statistical Consulting

Outline. Chapter 3: Random Sampling, Probability, and the Binomial Distribution. Some Data: The Value of Statistical Consulting Outline Chapter 3: Random Sampling, Probability, and the Binomial Distribution Part I Some Data Probability and Random Sampling Properties of Probabilities Finding Probabilities in Trees Probability Rules

More information

Module 5: Introduction to Stochastic Epidemic Models with Inference

Module 5: Introduction to Stochastic Epidemic Models with Inference Module 5: Introduction to Stochastic Epidemic Models with Inference Instructors:, Dept. Mathematics, Stockholm University Ira Longini, Dept. Biostatistics, University of Florida Jonathan Sugimoto, Vaccine

More information

STA 291 Lecture 4 Jan 26, 2010

STA 291 Lecture 4 Jan 26, 2010 STA 291 Lecture 4 Jan 26, 2010 Methods of Collecting Data Survey Experiment STA 291 - Lecture 4 1 Review: Methods of Collecting Data Observational Study vs. Experiment An observational study (survey) passively

More information

Chapter 8 Estimating with Confidence

Chapter 8 Estimating with Confidence Chapter 8 Estimating with Confidence Introduction Our goal in many statistical settings is to use a sample statistic to estimate a population parameter. In Chapter 4, we learned if we randomly select the

More information

Name Class Date. Note Taking Guide. Disease Description Effect on Health. a. blood pressure consistently measuring 140/90 or higher. i. j.

Name Class Date. Note Taking Guide. Disease Description Effect on Health. a. blood pressure consistently measuring 140/90 or higher. i. j. Section 23-1 Note Taking Guide Cardiovascular Diseases (pp. 602 608) Types of Cardiovascular Disease 1. What types of diseases are the leading causes of death in the United States today? 2. Complete the

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

Module 5: Introduction to Stochastic Epidemic Models with Inference

Module 5: Introduction to Stochastic Epidemic Models with Inference Module 5: Introduction to Stochastic Epidemic Models with Inference Instructors: Tom Britton, Dept. Mathematics, Stockholm University Ira Longini, Dept. Biostatistics, University of Florida Jonathan Sugimoto,

More information

Finding Good Diagnosis Studies

Finding Good Diagnosis Studies Finding Good Diagnosis Studies n MESH Term Sensitivity and Specificity n Sensitivity prob that someone with disease will test positive (Pr [+ D]) true positive n Specificity prob that someone without the

More information

Operant matching. Sebastian Seung 9.29 Lecture 6: February 24, 2004

Operant matching. Sebastian Seung 9.29 Lecture 6: February 24, 2004 MIT Department of Brain and Cognitive Sciences 9.29J, Spring 2004 - Introduction to Computational Neuroscience Instructor: Professor Sebastian Seung Operant matching Sebastian Seung 9.29 Lecture 6: February

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Please note the page numbers listed for the Lind book may vary by a page or two depending on which version of the textbook you have. Readings: Lind 1 11 (with emphasis on chapters 10, 11) Please note chapter

More information

Sequential Decision Making

Sequential Decision Making Sequential Decision Making Sequential decisions Many (most) real world problems cannot be solved with a single action. Need a longer horizon Ex: Sequential decision problems We start at START and want

More information

Class 13 Overview: Probability part 2. Two Way Tables

Class 13 Overview: Probability part 2. Two Way Tables Class 13 Overview: Probability part 2 Two Way Tables Example 1: Using data from 2004-2008, the Steelers won 56 / 80 or 70% of their games. Of the games won, 31 / 56 or 55% were played at home. Of the games

More information

Test 1: Professor Symanzik Statistics

Test 1: Professor Symanzik Statistics Page 1 of 11 1 (6 Points) A researcher wants to learn whether regularly taking chromium picolinate may reduce elevated cholesterol values. The researcher is considering two approaches to study this issue:

More information

Comparison of Performance in Biostatistics and Epidemiology across USMLE Steps 1, 2, and 3 D Swanson, W Ouyang K Holtzman, M Johnson, and S Haist

Comparison of Performance in Biostatistics and Epidemiology across USMLE Steps 1, 2, and 3 D Swanson, W Ouyang K Holtzman, M Johnson, and S Haist Comparison of Performance in Biostatistics and Epidemiology across USMLE Steps 1, 2, and 3 D Swanson, W Ouyang K Holtzman, M Johnson, and S Haist National Board of Medical Examiners Philadelphia, PA Purpose

More information

LSAT India Analytical Reasoning 2019

LSAT India Analytical Reasoning 2019 Sample Questions with Answers. LSAT India Analytical Reasoning 2019 Five Sample Analytical Reasoning Questions and Explanations Directions: Each group of questions in this section is based on a set of

More information

Estimating the Validity of a

Estimating the Validity of a Estimating the Validity of a Multiple-Choice Test Item Having k Correct Alternatives Rand R. Wilcox University of Southern California and University of Califarnia, Los Angeles In various situations, a

More information

# tablets AM probability PM probability

# tablets AM probability PM probability Ismor Fischer, 8/21/2008 Stat 541 / 3-34 3.5 Problems 3-1. In a certain population of males, the following longevity probabilities are determined. P(Live to age 60) = 0.90 P(Live to age 70, given live

More information

Which Venn diagram below best represents the relationship between the sets A, B, and C?

Which Venn diagram below best represents the relationship between the sets A, B, and C? Review material for mth 245 midterm chap 5+6 1. A,,,, B,,,,, C,, Which Venn diagram below best represents the relationship between the sets A, B, and C? a. b. B B A C A C c. d. B B A C A C e. None of the

More information

Chapter 13. Experiments and Observational Studies

Chapter 13. Experiments and Observational Studies Chapter 13 Experiments and Observational Studies 1 /36 Homework Read Chpt 13 Do p312 1, 7, 9, 11, 17, 20, 25, 27, 29, 33, 40, 41 2 /36 Observational Studies In an observational study, researchers do not

More information

Bayes Theorem Application: Estimating Outcomes in Terms of Probability

Bayes Theorem Application: Estimating Outcomes in Terms of Probability Bayes Theorem Application: Estimating Outcomes in Terms of Probability The better the estimates, the better the outcomes. It s true in engineering and in just about everything else. Decisions and judgments

More information

Statistical Issues in Road Safety Part I: Uncertainty, Variability, Sampling

Statistical Issues in Road Safety Part I: Uncertainty, Variability, Sampling Statistical Issues in Road Safety Part I: Uncertainty, Variability, Sampling Shrikant I. Bangdiwala, PhD McMaster University Hamilton, Canada 1 Why statistics in road safety research? Our questions are

More information

SPRING GROVE AREA SCHOOL DISTRICT. Course Description. Instructional Strategies, Learning Practices, Activities, and Experiences.

SPRING GROVE AREA SCHOOL DISTRICT. Course Description. Instructional Strategies, Learning Practices, Activities, and Experiences. SPRING GROVE AREA SCHOOL DISTRICT PLANNED COURSE OVERVIEW Course Title: Basic Introductory Statistics Grade Level(s): 11-12 Units of Credit: 1 Classification: Elective Length of Course: 30 cycles Periods

More information

INVESTIGATION SLEEPLESS DRIVERS

INVESTIGATION SLEEPLESS DRIVERS 50644_05_ch5_p407-482.qxd 5/10/05 12:08 PM Page 420 420 5.1 COMPARING TWO SAMPLES ON A CATEGORICAL RESPONSE retain the penny and the proportion of female students at this university who would vote to retain

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Please note the page numbers listed for the Lind book may vary by a page or two depending on which version of the textbook you have. Readings: Lind 1 11 (with emphasis on chapters 5, 6, 7, 8, 9 10 & 11)

More information

Selection at one locus with many alleles, fertility selection, and sexual selection

Selection at one locus with many alleles, fertility selection, and sexual selection Selection at one locus with many alleles, fertility selection, and sexual selection Introduction It s easy to extend the Hardy-Weinberg principle to multiple alleles at a single locus. In fact, we already

More information

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations)

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) This is an experiment in the economics of strategic decision making. Various agencies have provided funds for this research.

More information

Lesson Presentation. Holt McDougal Algebra 2

Lesson Presentation. Holt McDougal Algebra 2 Theoretical and Experimental Lesson Presentation Algebra 2 Objectives Solve problems involving the Fundamental Counting Principle. Find the theoretical probability of an event. Find the experimental probability

More information

Some Connectivity Concepts in Bipolar Fuzzy Graphs

Some Connectivity Concepts in Bipolar Fuzzy Graphs Annals of Pure and Applied Mathematics Vol. 7, No. 2, 2014, 98-108 ISSN: 2279-087X (P), 2279-0888(online) Published on 30 September 2014 www.researchmathsci.org Annals of Some Connectivity Concepts in

More information

Understanding Probability. From Randomness to Probability/ Probability Rules!

Understanding Probability. From Randomness to Probability/ Probability Rules! Understanding Probability From Randomness to Probability/ Probability Rules! What is chance? - Excerpt from War and Peace by Leo Tolstoy But what is chance? What is genius? The words chance and genius

More information

Handout 16: Opinion Polls, Sampling, and Margin of Error

Handout 16: Opinion Polls, Sampling, and Margin of Error Opinion polls involve conducting a survey to gauge public opinion on a particular issue (or issues). In this handout, we will discuss some ideas that should be considered both when conducting a poll and

More information

Sample Math 71B Final Exam #1. Answer Key

Sample Math 71B Final Exam #1. Answer Key Sample Math 71B Final Exam #1 Answer Key 1. (2 points) Graph the equation. Be sure to plot the points on the graph at. 2. Solve for. 3. Given that, find and simplify. 4. Suppose and a. (1 point) Find.

More information

BIOSTATS 540 Fall 2018 Exam 2 Page 1 of 12

BIOSTATS 540 Fall 2018 Exam 2 Page 1 of 12 BIOSTATS 540 Fall 2018 Exam 2 Page 1 of 12 BIOSTATS 540 - Introductory Biostatistics Fall 2018 Examination 2 Units 4, 5, 6, & 7 Probabilities in Epidemiology, Sampling, Binomial, Normal Due: Wednesday

More information

Artificial Intelligence Programming Probability

Artificial Intelligence Programming Probability Artificial Intelligence Programming Probability Chris Brooks Department of Computer Science University of San Francisco Department of Computer Science University of San Francisco p.1/25 17-0: Uncertainty

More information