STAT 200. Guided Exercise 4

Size: px
Start display at page:

Download "STAT 200. Guided Exercise 4"

Transcription

1 STAT 200 Guided Exercise 4 1. Let s Revisit this Problem. Fill in the table again. Diagnostic tests are not infallible. We often express a fale positive and a false negative with any test. There are further terms which we will discuss in this exercise. Imagine that the probability is 0.95 that a certain test will diagnose a diabetic correctly as being diabetic, and it is 0.05 that it will diagnose a person who is not diabetic as being diabetic. It is known that roughly 10% if the population is diabetic. What is the probability that a person diagnosed as being diabetic actually is diabetic? Hint: This is a use Bayes theorem problem, which we did not cover in the lectures. There is another way to handle this problem mack a mock 2 by 2 table of the data based on the information you already know. Once the table is complete, you can solve for the conditional probability. Since some of the probabilities are small, I would suggest you make a table that is based on 100,000 people. I have started the table for you. Test Results Diabetes Status Diabetic Not Diabetic Diabetic Not Diabetic , , ,000 a. What is the probability that a person diagnosed as being diabetic actually is diabetic? P(D Test says D) = 9500/14,000 =.6786 b. What is the odds of the test results saying you are a diabetic (versus not a diabetic) for those who truly are a diabetic? Odds = 9500/500 = 19 c. What is the odds of the test results saying you are a diabetic (versus not a diabetic) for those who are not a diabetic? Odds = 4500/85500 = d. What is the odds ratio for the test results saying you are a diabetic (versus not a diabetic) comparing diabetics to non diabetics? Interpret in words this odds ratio. Odds Ratio = 19/ = 361 ; Those that are diabetic are 361 times more likely to get a test result saying they are diabetic than those who are not diabetic 1

2 e. We can think of our table in the following way: Test Results Diabetes Status Diabetic Not Diabetic Diabetic True Positive False Negative Not Diabetic False Positive True Negative The sensitivity of a test is expressed as the probability of a positive test among patients with the disease. The formula is given as: Sensitivity = What is the sensitivity of this test? This is P(Pos Test Diabetic) = 9,500/10,000 =.95 A conditional probability! True Positive True Positive + False Negative ( ) f. The specificity of a test is expressed as the probability of a negative test among patients without the disease. The formula is given as: Specificity = What is the specificity of this test? This is P(Neg Test Not Diabetic) = 85,500/90,000 =.95 A conditional probability! True Negative True Negative + False Positive ( ) 2

3 2. Discrete Random Variable: The number of Games in a Baseball World Series. Based on past results found in the Information Please Almanac, there is a probability that a baseball World Series contest will last four games, a probability that it will last five games, a probability that it will last six games, and a probability that it will last seven games. The probability table is given below: X P(X) a. What is the mean (expected value) number of games in a World Series? E(x) = 4* * * *.3727 = b. What is the variance of the number of games in a World Series? Var = ( ) 2 * ( ) 2 * ( ) 2 * ( ) 2 *.3723 Var = c. Is it unusual for a team to sweep the World Series (win all four games in a row)? It is not unusual. We expect that 18.09% of the time. However, it is the lowest probability of the possible outcomes, and there is an 81.91% chance of more than 4 games. I would expect that networks look at the probabilities associated with a sweep when bidding on the coverage of the World Series. 3

4 3. Consider an experiment in which 10 identical small boxes are placed side-by-side on a table. A crystal is placed, at random, inside one of the boxes. A self-professed psychic is asked to pick the box that contains the crystal. This experiment is repeated seven times, and x is the number of correct decisions in seven tries. Thus, it is a Binomial random variable. a. If the psychic is guessing, what is the value of p, the probability of a correct decision on each trial? P(success) = 1/10 =.1 This means a random person just guessing where the crystal is under one of 10 boxes has a 1in 10 or 10% chance of being right. b. Fill in the remaining portions of this table reflecting the probability distribution for this variable using the binomial table or the binomial formula. The Binomial Table for n = 7 and p =.10 is much easier! X p(x) c. If the psychic is guessing, what is the expected number of correct decisions in seven trials, and what is the variance? E(x) = n*p = 7 *.1 =.7 V(x) =n*p*q = 7 *.1 *.9 =.63; Std dev. =.7937 d. If the psychic is guessing, what is the probability of no correct decisions in seven trials? Just read the answer from the table! It is pretty high - there is a high probability you won t get any right. X P(x) e. One of the psychics who took the test got all seven wrong. Suppose the criteria for having ESP is that you could guess right with p =.5. In other words, if you are a psychic you might not get it right all the time, but you should be doing much better than chance. If p=.5 instead of.10, what is the probability of guessing incorrectly on all seven trials? If a person really was a psychic, it would be rare that such a person would guess none right in 7 tries. X P(x)

5 4. If a single bit of data (0 or 1) is transmitted over a noisy communication channel, it has a probability p of being incorrectly transmitted. To improve the reliability of the transmission, the bit is transmitted n times, where n is odd. A decoder at the receiving end, called a majority decoder, decides that the correct message is the one carried by the majority of the received bits. This means that if there are five transmissions of a (0,1) bit, the bit used by at least three of the transmissions would be considered correct. Assume that each bit is independently subject to being corrupted with the same probability p, and that p=.1. Note, p is the probability of an error, and in terms of a binomial problem we will think of X as the number of errors in n transmissions. a. If a company sent only one transmission, what is the probability of it being received without an error? p=.1, which is the probability of an incorrect transmission. So q = 1-p =.90. The probability of it being received without an error is.9. If the information is important, this probability might seem too low. b. A company decides to use 5 transmissions as a strategy to reduce errors (n=5). Set up the outcomes for 5 transmissions and the probabilities associated with each outcome using the binomial distribution. X p(x) c. Calculate the mean, variance, and standard deviation for this problem. E(x) = n*p = 5 *.1 =.5 V(x) = n*p*q = 5 *.1 *.9 =.45; Std dev. =.6708 d. If five messages are sent for each bit, the probability that the message is correctly received is the probability of two or fewer errors. This is not easy to see, but think it through with me. If the system sends 3, 4, 5 wrong messages, the majority decoder strategy will accept the wrong message and make a wrong decision. But it the wrong message is sent 2, 1 or 0 times, the right message will be accepted. Look at the probability of zero, 1 or 2 messages from our binomial table above. What is the probability that the message is correctly received in five transmissions (i.e., 2 or fewer errors)? Compare that with the answer your derived in Part a. Did sending five transmissions improve the chances of sending the message correctly? P(x=0) + P(x=1) + P(x=2) = =.9914 This is much better that.9 The majority decoder strategy with n= 5 transmissions greatly improved the chance of a right transmission 5

6 5. Discrete Random Variable Problem. A concert producer has scheduled an outdoor concert on a Saturday. If it does not rain, he expects to make $20,000 profit from the concert If it does rain, the producer will be forced to cancel the concert and lose $12,000 (from fees, advertising, stadium rental and so forth) The probability of rain on Saturday is.4. a. What is the expected profit from the concert? Hint: write out the probability distribution and solve for the expectation. The values that your random variable can take are the dollar values. x $20,000 -$12,000 P(x).6.4 E(x) = 20,000*.6-12,000*.4 = $12,000-4,800 = $7,200 b. For a fee of $1,000 an insurance company will insure against all losses from a rained out concert. If the producer buys the insurance, what is her expected profit from the concert? Note: an insurance fee is a fixed cost incurred regardless of whether is rains or not. x $20,000 0 P(x).6.4 E(x) = 20,000*.6 + 0*.4 = $12,000 - $1,000 = $11,000 x $19, P(x).6.4 E(x) = 19,000*.6-1,000*.4 = $11,400 - $400 = $11,000 c. Assuming the forecast is accurate, do you believe the insurance company has charged too much or too little? Hint: reformulate the problem to express outcomes in terms of the insurance company and what they expect to pay out. x 0 -$12,000 P(x).6.4 E(x) = 0*.6-12,000*.4 = -$4,800 payout Yet they only charged $1,000 - they charged too little. 6

7 6. Normal Distribution Problem. Plastic bags used for packaging produce are manufactured so that the breaking strength of the bag is normally distributed with a mean of 5 pounds per square inch and a standard deviation of 1.5 pounds per square inch. What proportion of the bags produced have a breaking strength of: a. Less than 3.17 pounds per square inch? Z = (3.17 5)/1.5 = -1.22; P(<= Z) = =.1112 b. At least 3.6 pounds per square inch? Z = (3.6 5)/1.5 = ; P(>=Z) = =.8238 c. Between 5 and 5.5 pounds per square inch? Z = (5.5 5)/1.5 =.3333; P(5<Z<5.5) =.1293 d. Between 3.2 and 4.2 pounds per square inch? Z = (3.2 5)/1.5 = -1.20; P(5<= Z ) =.3849 Z = (4.2-5)/1.5 = ; P(5<= Z ) =.2019 Answer = =.1830 e. Between what two values symmetrically distributed around the mean will 95% of the breaking strengths fall? Be careful here! With the normal distribution we need to be more precise than 2 standard deviations. 5 ± 1.96(1.5) = 2.06 to

8 7. Normal Distribution Problem. You have been hired as a consultant to provide analysis for the Personnel Department at ZTel company, a large communications company. Every applicant of ZTel must take a standardized exam, and the hire or no-hire decision depends in part on this exam. The exam was purchased from a company which says the exam is distributed approximately normal with: µ = 525 σ = 55 The current interview policy has two phases. The first phase separates all applicants into one of three categories: Automatic Interview score of 600 or above Maybe Interview score of 500 to 600 Automatic Rejects score less than 500 The Maybe group are passed on to a second phase where their previous experiences, education, special skills, and other factors are taken into consideration in whether to grant an interview or not. No one at the company can remember why the values of 600 and 500 were used as the standards for automatic interview or rejection, and most likely there were decided arbitrarily by a former Personnel Manager. The current Personnel Manager of Ztel needs to know the following: a. The probability associated with the current standard of being automatically rejected - what proportion of the applicants are automatically rejected? Z = ( )/55 = P(X <= )= Automatic Reject < 500 = =.3247 b. The probability associated with the current standard of being automatically interviewed - what proportion of the applicants are automatically interviewed? Z = ( )/55 = P(X >= 1.364) = Automatic Interview > 600 = =.0863 c. The manger notices that applicants that score between 535 and 580 tend to be good hires, having both good skills and a higher probability of accepting an offer to the company. She would like to give this group a higher priority in the second phase of evaluation. What percentage of the applicants should she expect to fall within this range? Z = ( )/55 = P(Z) =.3413 Z = ( )/55 =.182 P(Z) =.0721 P (535 <= X <=580) = = % or about 27 percent are in the sweet Spot 8

9 d. The manager would prefer that the exam score for automatically interview would be set at the top 15% (the 85 th percentile) and the automatic rejection would be set at 20% (at the 20 th percentile). What are the exam values in this distribution associated with these probabilities (in this case, round to whole numbers)? For the top 15% automatically interviewed, it would be at the 85th percentile, z = = (x-525)/55 = (1.04*55)+525 = For the bottom 20% it would be at the 20th percentile, z = = (x-525)/55 =-.8416* = Summarize your results as a recommendation to your client. The old approach used thresholds that were arbitrary. With the new approach we could identify the percentage of applicants in the good high range as well as defend the automatic interview and automatic reject in terms of percentiles in the distribution. 9

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. Statistics Final Review Semeter I Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) The Centers for Disease

More information

Creative Commons Attribution-NonCommercial-Share Alike License

Creative Commons Attribution-NonCommercial-Share Alike License Author: Brenda Gunderson, Ph.D., 05 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

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2009 AP Statistics Free-Response Questions The following comments on the 2009 free-response questions for AP Statistics were written by the Chief Reader, Christine Franklin of

More information

Risk Aversion in Games of Chance

Risk Aversion in Games of Chance Risk Aversion in Games of Chance Imagine the following scenario: Someone asks you to play a game and you are given $5,000 to begin. A ball is drawn from a bin containing 39 balls each numbered 1-39 and

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

Sheila Barron Statistics Outreach Center 2/8/2011

Sheila Barron Statistics Outreach Center 2/8/2011 Sheila Barron Statistics Outreach Center 2/8/2011 What is Power? When conducting a research study using a statistical hypothesis test, power is the probability of getting statistical significance when

More information

C-1: Variables which are measured on a continuous scale are described in terms of three key characteristics central tendency, variability, and shape.

C-1: Variables which are measured on a continuous scale are described in terms of three key characteristics central tendency, variability, and shape. MODULE 02: DESCRIBING DT SECTION C: KEY POINTS C-1: Variables which are measured on a continuous scale are described in terms of three key characteristics central tendency, variability, and shape. C-2:

More information

Statistics for Psychology

Statistics for Psychology Statistics for Psychology SIXTH EDITION CHAPTER 3 Some Key Ingredients for Inferential Statistics Some Key Ingredients for Inferential Statistics Psychologists conduct research to test a theoretical principle

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

Objectives. Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests

Objectives. Quantifying the quality of hypothesis tests. Type I and II errors. Power of a test. Cautions about significance tests Objectives Quantifying the quality of hypothesis tests Type I and II errors Power of a test Cautions about significance tests Designing Experiments based on power Evaluating a testing procedure The testing

More information

111, section 8.6 Applications of the Normal Distribution

111, section 8.6 Applications of the Normal Distribution 111, section 8.6 Applications of the Normal Distribution notes by Tim Pilachowski A probability density function f(x) for a continuous random variable has two necessary characteristics. 1. f(x) 0 for all

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

Unit 2: Probability and distributions Lecture 3: Normal distribution

Unit 2: Probability and distributions Lecture 3: Normal distribution Unit 2: Probability and distributions Lecture 3: Normal distribution Statistics 101 Thomas Leininger May 23, 2013 Announcements 1 Announcements 2 Normal distribution Normal distribution model 68-95-99.7

More information

Chapter 12: Introduction to Analysis of Variance

Chapter 12: Introduction to Analysis of Variance Chapter 12: Introduction to Analysis of Variance of Variance Chapter 12 presents the general logic and basic formulas for the hypothesis testing procedure known as analysis of variance (ANOVA). The purpose

More information

Lesson 11.1: The Alpha Value

Lesson 11.1: The Alpha Value Hypothesis Testing Lesson 11.1: The Alpha Value The alpha value is the degree of risk we are willing to take when making a decision. The alpha value, often abbreviated using the Greek letter α, is sometimes

More information

EVALUATING AND IMPROVING MULTIPLE CHOICE QUESTIONS

EVALUATING AND IMPROVING MULTIPLE CHOICE QUESTIONS DePaul University INTRODUCTION TO ITEM ANALYSIS: EVALUATING AND IMPROVING MULTIPLE CHOICE QUESTIONS Ivan Hernandez, PhD OVERVIEW What is Item Analysis? Overview Benefits of Item Analysis Applications Main

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

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

were selected at random, the probability that it is white or black would be 2 3.

were selected at random, the probability that it is white or black would be 2 3. Math 1342 Ch, 4-6 Review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) What is the set of all possible outcomes of a probability experiment?

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

Multiple Choice Questions

Multiple Choice Questions ACTM State Statistics Work the multiple choice questions first, selecting the single best response from those provided and entering it on your scantron form. You may write on this test and keep the portion

More information

Study Guide for the Final Exam

Study Guide for the Final Exam Study Guide for the Final Exam When studying, remember that the computational portion of the exam will only involve new material (covered after the second midterm), that material from Exam 1 will make

More information

(a) 50% of the shows have a rating greater than: impossible to tell

(a) 50% of the shows have a rating greater than: impossible to tell q 1. Here is a histogram of the Distribution of grades on a quiz. How many students took the quiz? What percentage of students scored below a 60 on the quiz? (Assume left-hand endpoints are included in

More information

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels;

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels; 1 One-Way ANOVAs We have already discussed the t-test. The t-test is used for comparing the means of two groups to determine if there is a statistically significant difference between them. The t-test

More information

Bayes theorem describes the probability of an event, based on prior knowledge of conditions that might be related to the event.

Bayes theorem describes the probability of an event, based on prior knowledge of conditions that might be related to the event. Bayes theorem Bayes' Theorem is a theorem of probability theory originally stated by the Reverend Thomas Bayes. It can be seen as a way of understanding how the probability that a theory is true is affected

More information

Your goal in studying for the GED science test is scientific

Your goal in studying for the GED science test is scientific Science Smart 449 Important Science Concepts Your goal in studying for the GED science test is scientific literacy. That is, you should be familiar with broad science concepts and how science works. You

More information

Review for Final Exam

Review for Final Exam John Jay College of Criminal Justice The City University of New York Department of Mathematics and Computer Science MAT 108 - Finite Mathematics Review for Final Exam SHORT ANSWER. The following questions

More information

Never P alone: The value of estimates and confidence intervals

Never P alone: The value of estimates and confidence intervals Never P alone: The value of estimates and confidence Tom Lang Tom Lang Communications and Training International, Kirkland, WA, USA Correspondence to: Tom Lang 10003 NE 115th Lane Kirkland, WA 98933 USA

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

Chapter 8 Estimating with Confidence. Lesson 2: Estimating a Population Proportion

Chapter 8 Estimating with Confidence. Lesson 2: Estimating a Population Proportion Chapter 8 Estimating with Confidence Lesson 2: Estimating a Population Proportion What proportion of the beads are yellow? In your groups, you will find a 95% confidence interval for the true proportion

More information

AP Statistics TOPIC A - Unit 2 MULTIPLE CHOICE

AP Statistics TOPIC A - Unit 2 MULTIPLE CHOICE AP Statistics TOPIC A - Unit 2 MULTIPLE CHOICE Name Date 1) True or False: In a normal distribution, the mean, median and mode all have the same value and the graph of the distribution is symmetric. 2)

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

manipulation influences other variables, the researcher is conducting a(n)

manipulation influences other variables, the researcher is conducting a(n) Math 1342 Finals Review Selective Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 1) If a researcher manipulates one of the variables and tries to

More information

How is ethics like logistic regression? Ethics decisions, like statistical inferences, are informative only if they re not too easy or too hard 1

How is ethics like logistic regression? Ethics decisions, like statistical inferences, are informative only if they re not too easy or too hard 1 How is ethics like logistic regression? Ethics decisions, like statistical inferences, are informative only if they re not too easy or too hard 1 Andrew Gelman and David Madigan 2 16 Jan 2015 Consider

More information

THIS PROBLEM HAS BEEN SOLVED BY USING THE CALCULATOR. A 90% CONFIDENCE INTERVAL IS ALSO SHOWN. ALL QUESTIONS ARE LISTED BELOW THE RESULTS.

THIS PROBLEM HAS BEEN SOLVED BY USING THE CALCULATOR. A 90% CONFIDENCE INTERVAL IS ALSO SHOWN. ALL QUESTIONS ARE LISTED BELOW THE RESULTS. Math 117 Confidence Intervals and Hypothesis Testing Interpreting Results SOLUTIONS The results are given. Interpret the results and write the conclusion within context. Clearly indicate what leads to

More information

Averages and Variation

Averages and Variation Chapter 3 Averages and Variation Name Section 3.1 Measures of Central Tendency: Mode, Median, and Mean Objective: In this lesson you learned how to compute, interpret, and explain mean, median, and mode.

More information

Lecture 20: Chi Square

Lecture 20: Chi Square Statistics 20_chi.pdf Michael Hallstone, Ph.D. hallston@hawaii.edu Lecture 20: Chi Square Introduction Up until now, we done statistical test using means, but the assumptions for means have eliminated

More information

Lab 4 (M13) Objective: This lab will give you more practice exploring the shape of data, and in particular in breaking the data into two groups.

Lab 4 (M13) Objective: This lab will give you more practice exploring the shape of data, and in particular in breaking the data into two groups. Lab 4 (M13) Objective: This lab will give you more practice exploring the shape of data, and in particular in breaking the data into two groups. Activity 1 Examining Data From Class Background Download

More information

Lecture Outline Biost 517 Applied Biostatistics I. Statistical Goals of Studies Role of Statistical Inference

Lecture Outline Biost 517 Applied Biostatistics I. Statistical Goals of Studies Role of Statistical Inference Lecture Outline Biost 517 Applied Biostatistics I Scott S. Emerson, M.D., Ph.D. Professor of Biostatistics University of Washington Statistical Inference Role of Statistical Inference Hierarchy of Experimental

More information

Welcome to this series focused on sources of bias in epidemiologic studies. In this first module, I will provide a general overview of bias.

Welcome to this series focused on sources of bias in epidemiologic studies. In this first module, I will provide a general overview of bias. Welcome to this series focused on sources of bias in epidemiologic studies. In this first module, I will provide a general overview of bias. In the second module, we will focus on selection bias and in

More information

Chapter 2--Norms and Basic Statistics for Testing

Chapter 2--Norms and Basic Statistics for Testing Chapter 2--Norms and Basic Statistics for Testing Student: 1. Statistical procedures that summarize and describe a series of observations are called A. inferential statistics. B. descriptive statistics.

More information

An Introduction to Bayesian Statistics

An Introduction to Bayesian Statistics An Introduction to Bayesian Statistics Robert Weiss Department of Biostatistics UCLA Fielding School of Public Health robweiss@ucla.edu Sept 2015 Robert Weiss (UCLA) An Introduction to Bayesian Statistics

More information

Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions. Substance Use Risk 2: What Are My External Drug and Alcohol Triggers?

Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions. Substance Use Risk 2: What Are My External Drug and Alcohol Triggers? Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions Substance Use Risk 2: What Are My External Drug and Alcohol Triggers? This page intentionally left blank. What Are My External Drug and

More information

LSP 121. LSP 121 Math and Tech Literacy II. Topics. Risk Analysis. Risk and Error Types. Greg Brewster, DePaul University Page 1

LSP 121. LSP 121 Math and Tech Literacy II. Topics. Risk Analysis. Risk and Error Types. Greg Brewster, DePaul University Page 1 Greg Brewster, DePaul University Page 1 LSP 121 Math and Tech Literacy II Greg Brewster DePaul University Risk Topics Probabilities of Adverse Events Impacts of Adverse Events Insurance Test Results Test

More information

Psychological. Influences on Personal Probability. Chapter 17. Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc.

Psychological. Influences on Personal Probability. Chapter 17. Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc. Psychological Chapter 17 Influences on Personal Probability Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc. 17.2 Equivalent Probabilities, Different Decisions Certainty Effect: people

More information

ISC- GRADE XI HUMANITIES ( ) PSYCHOLOGY. Chapter 2- Methods of Psychology

ISC- GRADE XI HUMANITIES ( ) PSYCHOLOGY. Chapter 2- Methods of Psychology ISC- GRADE XI HUMANITIES (2018-19) PSYCHOLOGY Chapter 2- Methods of Psychology OUTLINE OF THE CHAPTER (i) Scientific Methods in Psychology -observation, case study, surveys, psychological tests, experimentation

More information

Perfect Bayesian Equilibrium

Perfect Bayesian Equilibrium Perfect Bayesian Equilibrium Econ 400 University of Notre Dame Econ 400 (ND) Perfect Bayesian Equilibrium 1 / 27 Our last equilibrium concept The last equilibrium concept we ll study after Nash eqm, Subgame

More information

Midterm project due next Wednesday at 2 PM

Midterm project due next Wednesday at 2 PM Course Business Midterm project due next Wednesday at 2 PM Please submit on CourseWeb Next week s class: Discuss current use of mixed-effects models in the literature Short lecture on effect size & statistical

More information

Chapter 7: Descriptive Statistics

Chapter 7: Descriptive Statistics Chapter Overview Chapter 7 provides an introduction to basic strategies for describing groups statistically. Statistical concepts around normal distributions are discussed. The statistical procedures of

More information

(a) 50% of the shows have a rating greater than: impossible to tell

(a) 50% of the shows have a rating greater than: impossible to tell KEY 1. Here is a histogram of the Distribution of grades on a quiz. How many students took the quiz? 15 What percentage of students scored below a 60 on the quiz? (Assume left-hand endpoints are included

More information

The Human Side of Science: I ll Take That Bet! Balancing Risk and Benefit. Uncertainty, Risk and Probability: Fundamental Definitions and Concepts

The Human Side of Science: I ll Take That Bet! Balancing Risk and Benefit. Uncertainty, Risk and Probability: Fundamental Definitions and Concepts The Human Side of Science: I ll Take That Bet! Balancing Risk and Benefit Uncertainty, Risk and Probability: Fundamental Definitions and Concepts What Is Uncertainty? A state of having limited knowledge

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

Chapter 8 Estimating with Confidence. Lesson 2: Estimating a Population Proportion

Chapter 8 Estimating with Confidence. Lesson 2: Estimating a Population Proportion Chapter 8 Estimating with Confidence Lesson 2: Estimating a Population Proportion Conditions for Estimating p These are the conditions you are expected to check before calculating a confidence interval

More information

Lec 02: Estimation & Hypothesis Testing in Animal Ecology

Lec 02: Estimation & Hypothesis Testing in Animal Ecology Lec 02: Estimation & Hypothesis Testing in Animal Ecology Parameter Estimation from Samples Samples We typically observe systems incompletely, i.e., we sample according to a designed protocol. We then

More information

When Intuition. Differs from Relative Frequency. Chapter 18. Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc.

When Intuition. Differs from Relative Frequency. Chapter 18. Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc. When Intuition Chapter 18 Differs from Relative Frequency Copyright 2005 Brooks/Cole, a division of Thomson Learning, Inc. Thought Question 1: Do you think it likely that anyone will ever win a state lottery

More information

DISCRETE RANDOM VARIABLES: REVIEW

DISCRETE RANDOM VARIABLES: REVIEW DISCRETE RANDOM VARIABLES: REVIEW Questions 1 2 refer to the following: A recent poll concerning credit cards found that 35 percent of respondents use a credit card that gives them a mile of air travel

More information

GCE. Statistics (MEI) OCR Report to Centres. June Advanced Subsidiary GCE AS H132. Oxford Cambridge and RSA Examinations

GCE. Statistics (MEI) OCR Report to Centres. June Advanced Subsidiary GCE AS H132. Oxford Cambridge and RSA Examinations GCE Statistics (MEI) Advanced Subsidiary GCE AS H132 OCR Report to Centres June 2013 Oxford Cambridge and RSA Examinations OCR (Oxford Cambridge and RSA) is a leading UK awarding body, providing a wide

More information

Chi Square Goodness of Fit

Chi Square Goodness of Fit index Page 1 of 24 Chi Square Goodness of Fit This is the text of the in-class lecture which accompanied the Authorware visual grap on this topic. You may print this text out and use it as a textbook.

More information

Normal Random Variables

Normal Random Variables Normal Random Variables The distribution associated with Normal random variable is called Normal distribution. Carl Friedrich Gauss analyzed astronomical data using Normal distribution and defined the

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

SAMPLING AND SAMPLE SIZE

SAMPLING AND SAMPLE SIZE SAMPLING AND SAMPLE SIZE Andrew Zeitlin Georgetown University and IGC Rwanda With slides from Ben Olken and the World Bank s Development Impact Evaluation Initiative 2 Review We want to learn how a program

More information

Chapter 11. Experimental Design: One-Way Independent Samples Design

Chapter 11. Experimental Design: One-Way Independent Samples Design 11-1 Chapter 11. Experimental Design: One-Way Independent Samples Design Advantages and Limitations Comparing Two Groups Comparing t Test to ANOVA Independent Samples t Test Independent Samples ANOVA Comparing

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

Welcome to OSA Training Statistics Part II

Welcome to OSA Training Statistics Part II Welcome to OSA Training Statistics Part II Course Summary Using data about a population to draw graphs Frequency distribution and variability within populations Bell Curves: What are they and where do

More information

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #2 - SUMMER DR. DAVID BRIDGE

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #2 - SUMMER DR. DAVID BRIDGE MATH 2053 - CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #2 - SUMMER 2006 - DR. DAVID BRIDGE MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the

More information

2) {p p is an irrational number that is also rational} 2) 3) {a a is a natural number greater than 6} 3)

2) {p p is an irrational number that is also rational} 2) 3) {a a is a natural number greater than 6} 3) Exam Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Write the set by listing its elements. 1) {a a is an even integer greater than 4} 1) 2) {p p

More information

STAT 113: PAIRED SAMPLES (MEAN OF DIFFERENCES)

STAT 113: PAIRED SAMPLES (MEAN OF DIFFERENCES) STAT 113: PAIRED SAMPLES (MEAN OF DIFFERENCES) In baseball after a player gets a hit, they need to decide whether to stop at first base, or try to stretch their hit from a single to a double. Does the

More information

Sections 10.7 and 10.9

Sections 10.7 and 10.9 Sections 10.7 and 10.9 Timothy Hanson Department of Statistics, University of South Carolina Stat 205: Elementary Statistics for the Biological and Life Sciences 1 / 24 10.7 confidence interval for p 1

More information

STOR 155 Section 2 Midterm Exam 1 (9/29/09)

STOR 155 Section 2 Midterm Exam 1 (9/29/09) STOR 155 Section 2 Midterm Exam 1 (9/29/09) Name: PID: Instructions: Both the exam and the bubble sheet will be collected. On the bubble sheet, print your name and ID number, sign the honor pledge, also

More information

Name: Economics Fall Semester October 14, Test #1

Name: Economics Fall Semester October 14, Test #1 Name: Economics 300-01 Fall Semester 2009-10 October 14, 2009 Test #1 Each problem is weighted equally. Write your answers on the test; use an appropriate number of significant digits for each answer;

More information

3.2 Least- Squares Regression

3.2 Least- Squares Regression 3.2 Least- Squares Regression Linear (straight- line) relationships between two quantitative variables are pretty common and easy to understand. Correlation measures the direction and strength of these

More information

Practice First Midterm Exam

Practice First Midterm Exam Practice First Midterm Exam Statistics 200 (Pfenning) This is a closed book exam worth 150 points. You are allowed to use a calculator and a two-sided sheet of notes. There are 9 problems, with point values

More information

Lesson 87 Bayes Theorem

Lesson 87 Bayes Theorem Lesson 87 Bayes Theorem HL2 Math - Santowski Bayes Theorem! Main theorem: Suppose we know We would like to use this information to find if possible. Discovered by Reverend Thomas Bayes 1 Bayes Theorem!

More information

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA Data Analysis: Describing Data CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA In the analysis process, the researcher tries to evaluate the data collected both from written documents and from other sources such

More information

Regression Including the Interaction Between Quantitative Variables

Regression Including the Interaction Between Quantitative Variables Regression Including the Interaction Between Quantitative Variables The purpose of the study was to examine the inter-relationships among social skills, the complexity of the social situation, and performance

More information

Test 1 Version A STAT 3090 Spring 2018

Test 1 Version A STAT 3090 Spring 2018 Multiple Choice: (Questions 1 20) Answer the following questions on the scantron provided using a #2 pencil. Bubble the response that best answers the question. Each multiple choice correct response is

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

Math 261 Exam I Spring Name:

Math 261 Exam I Spring Name: Math 261 Exam I Spring 2008 Name: Instructions: Write your answers clearly on the exam paper. Show work to receive partial credit. Use the back of the page if you need more space but please note that you

More information

Subliminal Messages: How Do They Work?

Subliminal Messages: How Do They Work? Subliminal Messages: How Do They Work? You ve probably heard of subliminal messages. There are lots of urban myths about how companies and advertisers use these kinds of messages to persuade customers

More information

Research Methods II, Spring Term Logic of repeated measures designs

Research Methods II, Spring Term Logic of repeated measures designs Research Methods II, Spring Term 2003 1 Logic of repeated measures designs Imagine you want to test the effect of drinking Fosters on the time it takes to respond to a light turning red. The independent

More information

PROBABILITY Page 1 of So far we have been concerned about describing characteristics of a distribution.

PROBABILITY Page 1 of So far we have been concerned about describing characteristics of a distribution. PROBABILITY Page 1 of 9 I. Probability 1. So far we have been concerned about describing characteristics of a distribution. That is, frequency distribution, percentile ranking, measures of central tendency,

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

ANOVA. Thomas Elliott. January 29, 2013

ANOVA. Thomas Elliott. January 29, 2013 ANOVA Thomas Elliott January 29, 2013 ANOVA stands for analysis of variance and is one of the basic statistical tests we can use to find relationships between two or more variables. ANOVA compares the

More information

USING STATCRUNCH TO CONSTRUCT CONFIDENCE INTERVALS and CALCULATE SAMPLE SIZE

USING STATCRUNCH TO CONSTRUCT CONFIDENCE INTERVALS and CALCULATE SAMPLE SIZE USING STATCRUNCH TO CONSTRUCT CONFIDENCE INTERVALS and CALCULATE SAMPLE SIZE Using StatCrunch for confidence intervals (CI s) is super easy. As you can see in the assignments, I cover 9.2 before 9.1 because

More information

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE ...... EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE TABLE OF CONTENTS 73TKey Vocabulary37T... 1 73TIntroduction37T... 73TUsing the Optimal Design Software37T... 73TEstimating Sample

More information

Chapter 23. Inference About Means. Copyright 2010 Pearson Education, Inc.

Chapter 23. Inference About Means. Copyright 2010 Pearson Education, Inc. Chapter 23 Inference About Means Copyright 2010 Pearson Education, Inc. Getting Started Now that we know how to create confidence intervals and test hypotheses about proportions, it d be nice to be able

More information

Module 28 - Estimating a Population Mean (1 of 3)

Module 28 - Estimating a Population Mean (1 of 3) Module 28 - Estimating a Population Mean (1 of 3) In "Estimating a Population Mean," we focus on how to use a sample mean to estimate a population mean. This is the type of thinking we did in Modules 7

More information

ORIENTATION SAN FRANCISCO STOP SMOKING PROGRAM

ORIENTATION SAN FRANCISCO STOP SMOKING PROGRAM ORIENTATION SAN FRANCISCO STOP SMOKING PROGRAM PURPOSE To introduce the program, tell the participants what to expect, and set an overall positive tone for the series. AGENDA Item Time 0.1 Acknowledgement

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

STAT 100 Exam 2 Solutions (75 points) Spring 2016

STAT 100 Exam 2 Solutions (75 points) Spring 2016 STAT 100 Exam 2 Solutions (75 points) Spring 2016 1. In the 1970s, the U.S. government sued a particular school district on the grounds that the district had discriminated against black persons in its

More information

Math 243 Sections , 6.1 Confidence Intervals for ˆp

Math 243 Sections , 6.1 Confidence Intervals for ˆp Math 243 Sections 5.1-5.2, 6.1 Confidence Intervals for ˆp Overview Polls and Statistical Inference Confidence Levels and Critical z-values Standard Error and Margin of Error Confidence Intervals Statistical

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

Sample Size Considerations. Todd Alonzo, PhD

Sample Size Considerations. Todd Alonzo, PhD Sample Size Considerations Todd Alonzo, PhD 1 Thanks to Nancy Obuchowski for the original version of this presentation. 2 Why do Sample Size Calculations? 1. To minimize the risk of making the wrong conclusion

More information

Quantitative Literacy: Thinking Between the Lines

Quantitative Literacy: Thinking Between the Lines Quantitative Literacy: Thinking Between the Lines Crauder, Noell, Evans, Johnson Chapter 6: Statistics 2013 W. H. Freeman and Company 1 Chapter 6: Statistics Lesson Plan Data summary and presentation:

More information

MBios 478: Systems Biology and Bayesian Networks, 27 [Dr. Wyrick] Slide #1. Lecture 27: Systems Biology and Bayesian Networks

MBios 478: Systems Biology and Bayesian Networks, 27 [Dr. Wyrick] Slide #1. Lecture 27: Systems Biology and Bayesian Networks MBios 478: Systems Biology and Bayesian Networks, 27 [Dr. Wyrick] Slide #1 Lecture 27: Systems Biology and Bayesian Networks Systems Biology and Regulatory Networks o Definitions o Network motifs o Examples

More information

Exam 4 Review Exercises

Exam 4 Review Exercises Math 160: Statistics Spring, 2014 Toews Exam 4 Review Exercises Instructions: Working in groups of 2-4, first review the goals and objectives for this exam (listed below) and then work the following problems.

More information

Chapter 2 Norms and Basic Statistics for Testing MULTIPLE CHOICE

Chapter 2 Norms and Basic Statistics for Testing MULTIPLE CHOICE Chapter 2 Norms and Basic Statistics for Testing MULTIPLE CHOICE 1. When you assert that it is improbable that the mean intelligence test score of a particular group is 100, you are using. a. descriptive

More information

STA Module 1 The Nature of Statistics. Rev.F07 1

STA Module 1 The Nature of Statistics. Rev.F07 1 STA 2023 Module 1 The Nature of Statistics Rev.F07 1 Learning Objectives 1. Classify a statistical study as either descriptive or inferential. 2. Identify the population and the sample in an inferential

More information

STA Rev. F Module 1 The Nature of Statistics. Learning Objectives. Learning Objectives (cont.

STA Rev. F Module 1 The Nature of Statistics. Learning Objectives. Learning Objectives (cont. STA 2023 Module 1 The Nature of Statistics Rev.F07 1 Learning Objectives 1. Classify a statistical study as either descriptive or inferential. 2. Identify the population and the sample in an inferential

More information

Case A Review: Checkpoint A Contents

Case A Review: Checkpoint A Contents June 2011 Case A Review: Checkpoint A Contents Patient Name: Jonathan Sandman Case Investigation #: 587291 Dear Investigators, Thank you for agreeing to take a look at this patient s file. After the initial

More information