Estimation and Confidence Intervals

Size: px
Start display at page:

Download "Estimation and Confidence Intervals"

Transcription

1 Estimation and Confidence Intervals Sections Cathy Poliak, Ph.D. Office in Fleming 11c Department of Mathematics University of Houston Lecture Cathy Poliak, Ph.D. Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

2 Outline 1 Proportions 2 Estimating Parameters 3 Introduction to Confidence Intervals 4 T-distribution 5 Confidence Interval for Population Mean 6 Examples of Confidence Intervals Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

3 Sampling Distribution of The Sample Mean, X Suppose the a random variable, X, has a population mean, µ, and a population standard deviation of σ. If we take a sample of size n and determine the sample mean X, the distribution of the sample means will be: Normal if the original population has a normal distribution or the sample size is large (n > 30) (CLT). With expected value E( X) = µ And standard deviation SD( X) = n σ. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

4 Review Questions Suppose that the distribution of heights of all male students on your campus is Normal with mean 70 inches and standard deviation 2.8 inches. Which would be the best way to find the following? 1. If you choose one student at random, what is the probability that he is at most 71 inches tall? a. pnorm(71,70,2.8) b qnorm(70,71,2.8) c. 1 - pnorm(71,70,2.8) d. 1 - pnorm(70,71,2.8) 2. Find the value of x such that P(X x) = 0.1. a. pnorm(0.1,70,2.8) b. 1-pnorm(0.1,70,2.8) c. qnorm(1-0.1,70,2.8) d. 1 - qnorm(0.1,70,2.8) 3. Suppose you take a sample of 4 students, what is the probability that the sample mean of these 4 students is at most 71 inches tall? a. pnorm(71,70,2.8) b. pnorm(71,70,1.4) c. pnorm(71,35,0.7) d. pnorm(70,71,2.8) Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

5 Sample Proportions The population proportion is p a parameter. In some cases we do not know the population proportion, thus we use the sample proportion, ˆp to estimate p. The sample proportion is calculated by: ˆp = X n X = the number of observations of interest in the sample or the number of "successes" in the sample. n = the sample size or number of observations. The mean of ˆp is µˆp = E(ˆp) = p. The standard deviation of ˆp is σˆp = SD(ˆp) = p(1 p) n. If np 10 and n(1 p) 10, then ˆp has an approximate Normal distribution. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

6 Voting Questions Suppose that 52% voted for a certain candidate. We take a random sample of 1500 likely voters. Determine the following probabilities. 1. What is the probability that the sample proportion is less than 0.50? 2. What is the probability that the sample proportion is within 3% of the population proportion? Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

7 Example Political Polls gallup-daily-trump-job-approval.aspx senate/tx/texas_senate_cruz_vs_orourke-6310.html general_election_trump_vs_biden-6247.html Cathy Poliak, Ph.D. Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

8

9 Estimation Estimation is the process of determining the value of a population parameter from evidence made available by a sample statistic. A point estimate is a single value that has been calculated from sample data to estimate the unknown population parameter. We like to use unbiased estimates to predict the parameter. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

10 Unbiased Estimators If we desired to estimate a parameter, we want to know that we are using a good estimator. The way we know that is if the statistics is an unbiased estimate of the parameter. A point estimator ˆθ is said to be an unbiased estimator of θ if E(ˆθ) = θ for every possible value of θ. If ˆθ is not unbiased, the difference E(ˆθ) θ is called the bias of ˆθ. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Sections (Department of Mathematics University of Lecture Houston 17 ) / 43

11 Notation of Parameters and Statistics Name Sample Statistic Population Parameter mean x µ mu standard deviation s σ sigma correlation r ρ rho regression coefficient b β beta proportion ˆp p We are going to use the sample statistics to estimate the population parameters / 43

12 Standard Error The standard error of an estimator ˆθ is its standard deviation SE(ˆθ) = Var(ˆθ). Examples of standard errors SE( X) = σ n. SE(ˆp) = p(1 p) n. The problem is that often we do not know σ or p for example, we can use the estimators for these parameters. Then we have the estimated standard error. Again we need to know how these estimators ˆθ are being distributed / 43

13 What we use for estimating? A confidence interval is a range of possible values that is likely to contain the unknown population parameter we are seeking. First, we must have a level of confidence. Then based on this level we will compute a margin of error. Last, we can say that we are % confident that the true population parameter falls within our confidence interval / 43

14 Another Example Suppose the heights of the population of basketball players at a certain college are in question. A sample of size 16 is randomly selected from this population of basketball players and their heights are measured. The average heights is found to be 6.2 feet and the margin of error is found to be ±0.4 feet. If this margin of error was determined with a 95% confidence level, find and interpret the confidence interval / 43

15 Confidence Interval Interpretation From a sample of 1,000 TV homes in the U.S., 12.3% watch Thursday night football. From this sample a 99% confidence interval for the percent of TV homes in the U.S. that watch Thursday night football is 12.3% ± 3%. Which of the following is the best interpretation for this confidence interval? a) We are 99% confident that the percent of the 1,000 TV homes in the U.S. sample that watch Thursday night football is between 9.3% and 15.3%. b) We are 99% confident that the percent of all TV homes in the U.S. that watch Thursday night football is 12.3%. c) We are 99% confident that the percent of all TV homes in the U.S. that watch Thursday night football is between 9.3% and 15.3%. d) There is a 99% chance that the percent of all TV homes in the U.S. that watch Thursday night football is between 9.3% and 15.3% / 43

16 So what does this mean? The confidence level is saying if we repeat this process several different times we would expect to include the population proportion % of the time. For example, the producers of M&Ms say that 24% of the Milk Chocolate M&Ms are blue. There was a study to see if that was true. A sample of 75 milk chocolate M&Ms were randomly selected and then the process was repeated 20 times. The following graph is the percent we got that were blue M&Ms and the confidence intervals for a 95% confidence / 43

17 How many times should the true parameter be included in the confidence interval? / 43

18 What is the average cell phone bill per month? A survey taken in 2010 polled 400 randomly chosen cell phone users. They answered the question: "What is your average monthly cell phone bill?" The following are the characteristics of the sample: The sample mean is x = $71. Assume the population standard deviation to be σ = $20. The sample size is n = / 43

19 What is the population mean monthly cell phone bill? From the sample of 400 people we found that the sample mean was $71. We can use this number to estimate the population mean monthly cell phone bill. However, if we take another random sample of 400 cell phone users, would we get the same sample mean? / 43

20 Confidence Interval To answer the previous questions we create what is called a confidence interval, a range of values to estimate the true parameter. That is, from a sample we get a point estimate. Then we say how confident we are that the true parameter is within the range of values in the interval. Today we will look at estimating the population mean, µ. To find this estimation we will use the sampling distributions of X / 43

21 From Probability to Confidence Let X be a random variable with unknown mean µ and standard deviation σ. Suppose we are looking at the sample means X for a sample of size n. Assume X N(µ, σ n ). Let P( z α/2 X µ σ/ n z α/2) = 1 α / 43

22 / 43

23 The confidence interval The 1 α confidence interval for µ, given that we know the population standard deviation is: x ± z α/2 ( σ n ) / 43

24 Assumptions for Estimating the Population Mean 1. The sample has to be as a result of a simple random sample (SRS). 2. The distribution of the population has to be Normal. By the Central Limit Theorem if our sample size is larger than 30 then the sample means have a Normal distribution / 43

25 Confidence Level C = 100(1 α)% The confidence interval is associated with a degree of confidence. This degree of confidence is the percentage of times that the confidence interval actually does contain the parameter. Most common choices of level of confidence: 80%, 90%, 95% and 99%. The confidence level is predetermined which will be given in the problem. If not assume C = 95% / 43

26 Critical value The critical value depends on the confidence level 1 α. The critical value (CV) is the cut off point where 1 α is the middle area of the density curve. -CV CV / 43

27

28

29 Critical Value for Means We are assuming we know the population standard deviation. For means if the population standard deviation is known, the critical value is z. where the area under the Normal curve is between z α/2 and +z α/2 is the confidence level C = 1 α. This can be found using the z-table or qnorm((1 + C)/2) in R. The following table is the common confidence levels with their z-score C 80% 90% 95% 99% z α/2 z 0.10 = 1.28 z 0.05 = z = 1.96 z = / 43

30 Margin of Error The margin of error is m = critical value standard error For means (given the population standard deviation is known), the margin of error is: m = z α/2 ( σ n ) What is the margin of error for the mean monthly cell phone bill? / 43

31 Rcode > 71+c(-1,1)*qnorm(1.95/2)*20/sqrt(400) [1] / 43

32 Gas Prices The following is a random sample of the price of regular unleaded gasoline from 10 gas stations in the area Suppose that the population standard deviation of gasoline prices is σ = 0.1. Give a 97% confidence interval for the mean gasoline prices / 43

33 R code gas=c(1.85,1.99,1.94,2.25,2.39,2.19,2.19,1.95,2.18,2.09) > mean(gas)+c(-1,1)*qnorm(1.97/2)*0.1/sqrt(10) [1] / 43

34 Mean Amount of Coffee Dispensed A coffee machine dispenses coffee into paper cups. Here are the amounts measured in a random sample of 20 cups. 9.9, 9.7, 10.0, 10.1, 9.9, 9.6, 9.8, 9.8, 10.0, 9.5, 9.7, 10.1, 9.9, 9.6, 10.2, 9.8, 10.0, 9.9, 9.5, 9.9 Determine a 90% confidence interval for the mean amount of coffee dispensed from this machine / 43

Determining the Spread of a Distribution

Determining the Spread of a Distribution Determining the Spread of a Distribution 1.3-1.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3-2311 Lecture 3-2311 1 / 58 Outline 1 Describing Quantitative

More information

Determining the Spread of a Distribution

Determining the Spread of a Distribution Determining the Spread of a Distribution 1.3-1.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3-2311 Lecture 3-2311 1 / 58 Outline 1 Describing Quantitative

More information

Inference for Proportions, Variance and Standard Deviation

Inference for Proportions, Variance and Standard Deviation Inference for Proportions, Variance and Standard Deviation Sections 7.10 & 7.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office Fleming 11c Department of Mathematics University of Houston Lecture 12 Cathy

More information

The Normal Distribuions

The Normal Distribuions The Normal Distribuions Sections 5.4 & 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 15-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Inverse Normal Distribution and Sampling Distributions

Inverse Normal Distribution and Sampling Distributions Inverse Normal Distribution and Sampling Distributions Section 4.3 & 4.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 11-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Standard Normal Calculations

Standard Normal Calculations Standard Normal Calculations Section 4.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 10-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Density Curves & Normal Distributions

Density Curves & Normal Distributions Density Curves & Normal Distributions Sections 4.1 & 4.2 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Determining the Spread of a Distribution Variance & Standard Deviation

Determining the Spread of a Distribution Variance & Standard Deviation Determining the Spread of a Distribution Variance & Standard Deviation 1.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3 Lecture 3 1 / 32 Outline 1 Describing

More information

Exponential, Gamma and Normal Distribuions

Exponential, Gamma and Normal Distribuions Exponential, Gamma and Normal Distribuions Sections 5.4, 5.5 & 6.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

More information

Gamma and Normal Distribuions

Gamma and Normal Distribuions Gamma and Normal Distribuions Sections 5.4 & 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 15-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Understanding Inference: Confidence Intervals I. Questions about the Assignment. The Big Picture. Statistic vs. Parameter. Statistic vs.

Understanding Inference: Confidence Intervals I. Questions about the Assignment. The Big Picture. Statistic vs. Parameter. Statistic vs. Questions about the Assignment If your answer is wrong, but you show your work you can get more partial credit. Understanding Inference: Confidence Intervals I parameter versus sample statistic Uncertainty

More information

Confidence Intervals for Two Means

Confidence Intervals for Two Means Confidence Intervals for Two Means Section 7.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 21-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Interval estimation. October 3, Basic ideas CLT and CI CI for a population mean CI for a population proportion CI for a Normal mean

Interval estimation. October 3, Basic ideas CLT and CI CI for a population mean CI for a population proportion CI for a Normal mean Interval estimation October 3, 2018 STAT 151 Class 7 Slide 1 Pandemic data Treatment outcome, X, from n = 100 patients in a pandemic: 1 = recovered and 0 = not recovered 1 1 1 0 0 0 1 1 1 0 0 1 0 1 0 0

More information

AP Statistics Review Ch. 7

AP Statistics Review Ch. 7 AP Statistics Review Ch. 7 Name 1. Which of the following best describes what is meant by the term sampling variability? A. There are many different methods for selecting a sample. B. Two different samples

More information

Inferences About Two Population Proportions

Inferences About Two Population Proportions Inferences About Two Population Proportions MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Background Recall: for a single population the sampling proportion

More information

1 Binomial Probability [15 points]

1 Binomial Probability [15 points] Economics 250 Assignment 2 (Due November 13, 2017, in class) i) You should do the assignment on your own, Not group work! ii) Submit the completed work in class on the due date. iii) Remember to include

More information

Bernoulli Trials, Binomial and Cumulative Distributions

Bernoulli Trials, Binomial and Cumulative Distributions Bernoulli Trials, Binomial and Cumulative Distributions Sec 4.4-4.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

More information

Intro to Confidence Intervals: A estimate is a single statistic based on sample data to estimate a population parameter Simplest approach But not always very precise due to variation in the sampling distribution

More information

Stat 135 Fall 2013 FINAL EXAM December 18, 2013

Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Name: Person on right SID: Person on left There will be one, double sided, handwritten, 8.5in x 11in page of notes allowed during the exam. The exam is closed

More information

Bernoulli Trials and Binomial Distribution

Bernoulli Trials and Binomial Distribution Bernoulli Trials and Binomial Distribution Sec 4.4-4.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 10-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Statistics 135 Fall 2007 Midterm Exam

Statistics 135 Fall 2007 Midterm Exam Name: Student ID Number: Statistics 135 Fall 007 Midterm Exam Ignore the finite population correction in all relevant problems. The exam is closed book, but some possibly useful facts about probability

More information

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly.

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly. Introduction to Statistics Math 1040 Sample Exam III Chapters 8-10 4 Problem Pages 3 Formula/Table Pages Time Limit: 90 Minutes 1 No Scratch Paper Calculator Allowed: Scientific Name: The point value of

More information

Learning Plan 09. Question 1. Question 2. Question 3. Question 4. What is the difference between the highest and lowest data values in a data set?

Learning Plan 09. Question 1. Question 2. Question 3. Question 4. What is the difference between the highest and lowest data values in a data set? Learning Plan 09 Question 1 What is the difference between the highest and lowest data values in a data set? The difference is called range. (p. 794) Question 2 Measures of Dispersion. Read the answer

More information

Bernoulli Trials and Binomial Distribution

Bernoulli Trials and Binomial Distribution Bernoulli Trials and Binomial Distribution Sec 4.4-4.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Least Squares Regression

Least Squares Regression Least Squares Regression Sections 5.3 & 5.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 14-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Chapter 6: SAMPLING DISTRIBUTIONS

Chapter 6: SAMPLING DISTRIBUTIONS Chapter 6: SAMPLING DISTRIBUTIONS Read Section 1.5 Graphical methods may not always be sufficient for describing data. Numerical measures can be created for both populations and samples. Definition A numerical

More information

Inference for Regression

Inference for Regression Inference for Regression Section 9.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 13b - 3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

STA 218: Statistics for Management

STA 218: Statistics for Management Al Nosedal. University of Toronto. Fall 2017 My momma always said: Life was like a box of chocolates. You never know what you re gonna get. Forrest Gump. Simple Example Random Experiment: Rolling a fair

More information

Math 2311 TEST 2 REVIEW SHEET KEY

Math 2311 TEST 2 REVIEW SHEET KEY Math 2311 TEST 2 REVIEW SHEET KEY #1 25, Define the following: 1. Continuous random variable 2. Discrete random variable 3. Density curve 4. Uniform density curve 5. Normal distribution 6. Sampling distribution

More information

February 27, smartboard notes.notebook

February 27, smartboard notes.notebook Chapter 9 Topics A) Sampling Distributions: Parameter vs. Statistic Parameter is a number (mean, Var, SD, etc) that describes a POPULATION Statistic is a number that describes a SAMPLE (mean, Var, SD).

More information

Lecture #16 Thursday, October 13, 2016 Textbook: Sections 9.3, 9.4, 10.1, 10.2

Lecture #16 Thursday, October 13, 2016 Textbook: Sections 9.3, 9.4, 10.1, 10.2 STATISTICS 200 Lecture #16 Thursday, October 13, 2016 Textbook: Sections 9.3, 9.4, 10.1, 10.2 Objectives: Define standard error, relate it to both standard deviation and sampling distribution ideas. Describe

More information

Lecture 26 Section 8.4. Wed, Oct 14, 2009

Lecture 26 Section 8.4. Wed, Oct 14, 2009 PDFs n = Lecture 26 Section 8.4 Hampden-Sydney College Wed, Oct 14, 2009 Outline PDFs n = 1 2 PDFs n = 3 4 5 6 Outline PDFs n = 1 2 PDFs n = 3 4 5 6 PDFs n = Exercise 8.12, page 528. Suppose that 60% of

More information

QUIZ 4 (CHAPTER 7) - SOLUTIONS MATH 119 SPRING 2013 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100%

QUIZ 4 (CHAPTER 7) - SOLUTIONS MATH 119 SPRING 2013 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100% QUIZ 4 (CHAPTER 7) - SOLUTIONS MATH 119 SPRING 013 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100% 1) We want to conduct a study to estimate the mean I.Q. of a pop singer s fans. We want to have 96% confidence

More information

Lecture 6: Point Estimation and Large Sample Confidence Intervals. Readings: Sections

Lecture 6: Point Estimation and Large Sample Confidence Intervals. Readings: Sections Lecture 6: Point Estimation and Large Sample Confidence Intervals Readings: Sections 7.1-7.3 1 Point Estimation Objective of point estimation: use a sample to compute a number that represents in some sense

More information

Point Estimation and Confidence Interval

Point Estimation and Confidence Interval Chapter 8 Point Estimation and Confidence Interval 8.1 Point estimator The purpose of point estimation is to use a function of the sample data to estimate the unknown parameter. Definition 8.1 A parameter

More information

Confidence Intervals for Proportions Sections 22.2, 22.3

Confidence Intervals for Proportions Sections 22.2, 22.3 Confidence Intervals for Proportions Sections 22.2, 22.3 Lecture 41 Robb T. Koether Hampden-Sydney College Mon, Apr 4, 2016 Robb T. Koether (Hampden-Sydney College)Confidence Intervals for ProportionsSections

More information

Sampling Distribution of a Sample Proportion

Sampling Distribution of a Sample Proportion Sampling Distribution of a Sample Proportion Lecture 26 Section 8.4 Robb T. Koether Hampden-Sydney College Mon, Oct 10, 2011 Robb T. Koether (Hampden-Sydney College) Sampling Distribution of a Sample Proportion

More information

You are allowed 3? sheets of notes and a calculator.

You are allowed 3? sheets of notes and a calculator. Exam 1 is Wed Sept You are allowed 3? sheets of notes and a calculator The exam covers survey sampling umbers refer to types of problems on exam A population is the entire set of (potential) measurements

More information

CHAPTER 7. Parameters are numerical descriptive measures for populations.

CHAPTER 7. Parameters are numerical descriptive measures for populations. CHAPTER 7 Introduction Parameters are numerical descriptive measures for populations. For the normal distribution, the location and shape are described by µ and σ. For a binomial distribution consisting

More information

Business Statistics: Lecture 8: Introduction to Estimation & Hypothesis Testing

Business Statistics: Lecture 8: Introduction to Estimation & Hypothesis Testing Business Statistics: Lecture 8: Introduction to Estimation & Hypothesis Testing Agenda Introduction to Estimation Point estimation Interval estimation Introduction to Hypothesis Testing Concepts en terminology

More information

Topic 3: Sampling Distributions, Confidence Intervals & Hypothesis Testing. Road Map Sampling Distributions, Confidence Intervals & Hypothesis Testing

Topic 3: Sampling Distributions, Confidence Intervals & Hypothesis Testing. Road Map Sampling Distributions, Confidence Intervals & Hypothesis Testing Topic 3: Sampling Distributions, Confidence Intervals & Hypothesis Testing ECO22Y5Y: Quantitative Methods in Economics Dr. Nick Zammit University of Toronto Department of Economics Room KN3272 n.zammit

More information

Are data normally normally distributed?

Are data normally normally distributed? Standard Normal Image source Are data normally normally distributed? Sample mean: 66.78 Sample standard deviation: 3.37 (66.78-1 x 3.37, 66.78 + 1 x 3.37) (66.78-2 x 3.37, 66.78 + 2 x 3.37) (66.78-3 x

More information

AP Statistics - Chapter 7 notes

AP Statistics - Chapter 7 notes AP Statistics - Chapter 7 notes Day 1: 7.1 Sampling Distributions Read 416 417 What is a parameter? What is a statistic? How is one related to the other? Alternate Example: Identify the population, the

More information

Mathematical statistics

Mathematical statistics October 18 th, 2018 Lecture 16: Midterm review Countdown to mid-term exam: 7 days Week 1 Chapter 1: Probability review Week 2 Week 4 Week 7 Chapter 6: Statistics Chapter 7: Point Estimation Chapter 8:

More information

1. Descriptive stats methods for organizing and summarizing information

1. Descriptive stats methods for organizing and summarizing information Two basic types of statistics: 1. Descriptive stats methods for organizing and summarizing information Stats in sports are a great example Usually we use graphs, charts, and tables showing averages and

More information

Stats + Homework 2 Review. CS100 TAs

Stats + Homework 2 Review. CS100 TAs Stats + Homework 2 Review CS100 TAs What s on Homework 2? Confidence/Confidence intervals (mean, proportion, difference of each [all Z based]) CLT, LOLN Some hypothesis testing (p-values) Statistical significance

More information

Slide 1. Slide 2. Slide 3. Pick a Brick. Daphne. 400 pts 200 pts 300 pts 500 pts 100 pts. 300 pts. 300 pts 400 pts 100 pts 400 pts.

Slide 1. Slide 2. Slide 3. Pick a Brick. Daphne. 400 pts 200 pts 300 pts 500 pts 100 pts. 300 pts. 300 pts 400 pts 100 pts 400 pts. Slide 1 Slide 2 Daphne Phillip Kathy Slide 3 Pick a Brick 100 pts 200 pts 500 pts 300 pts 400 pts 200 pts 300 pts 500 pts 100 pts 300 pts 400 pts 100 pts 400 pts 100 pts 200 pts 500 pts 100 pts 400 pts

More information

Algebra 1 Third Quarter Study Guide

Algebra 1 Third Quarter Study Guide Algebra 1 Third Quarter Study Guide 1. Evaluate:. 2. Evaluate: 8 5 5 t. 2 s t when s = 5 and 7 Simplify. 3. 2 0 5 3 2x y x y 4. 4 3 54xy 5. 4 24 6. 3x 2 y 3 7. Is 3 a solution of? 8. A store that sells

More information

Sampling Distribution of a Sample Proportion

Sampling Distribution of a Sample Proportion Sampling Distribution of a Sample Proportion Lecture 26 Section 8.4 Robb T. Koether Hampden-Sydney College Mon, Mar 1, 2010 Robb T. Koether (Hampden-Sydney College) Sampling Distribution of a Sample Proportion

More information

ST 371 (IX): Theories of Sampling Distributions

ST 371 (IX): Theories of Sampling Distributions ST 371 (IX): Theories of Sampling Distributions 1 Sample, Population, Parameter and Statistic The major use of inferential statistics is to use information from a sample to infer characteristics about

More information

Carolyn Anderson & YoungShil Paek (Slide contributors: Shuai Wang, Yi Zheng, Michael Culbertson, & Haiyan Li)

Carolyn Anderson & YoungShil Paek (Slide contributors: Shuai Wang, Yi Zheng, Michael Culbertson, & Haiyan Li) Carolyn Anderson & YoungShil Paek (Slide contributors: Shuai Wang, Yi Zheng, Michael Culbertson, & Haiyan Li) Department of Educational Psychology University of Illinois at Urbana-Champaign 1 Inferential

More information

What Is a Sampling Distribution? DISTINGUISH between a parameter and a statistic

What Is a Sampling Distribution? DISTINGUISH between a parameter and a statistic Section 8.1A What Is a Sampling Distribution? Learning Objectives After this section, you should be able to DISTINGUISH between a parameter and a statistic DEFINE sampling distribution DISTINGUISH between

More information

What is a parameter? What is a statistic? How is one related to the other?

What is a parameter? What is a statistic? How is one related to the other? 7.1 Sampling Distributions Read 424 425 What is a parameter? What is a statistic? How is one related to the other? Alternate Example: Identify the population, the parameter, the sample, and the statistic:

More information

Econ 325: Introduction to Empirical Economics

Econ 325: Introduction to Empirical Economics Econ 325: Introduction to Empirical Economics Chapter 9 Hypothesis Testing: Single Population Ch. 9-1 9.1 What is a Hypothesis? A hypothesis is a claim (assumption) about a population parameter: population

More information

y = x (0.0638(15) ) = The corresponding residual for 15 C is

y = x (0.0638(15) ) = The corresponding residual for 15 C is Math 243 Answers to Final Exam Practice Problems 1. Carbon dioxide baited traps are typically used by entomologists to monitor populations. An article in the Journal of the American Mosquito Control Association

More information

Inference for Single Proportions and Means T.Scofield

Inference for Single Proportions and Means T.Scofield Inference for Single Proportions and Means TScofield Confidence Intervals for Single Proportions and Means A CI gives upper and lower bounds between which we hope to capture the (fixed) population parameter

More information

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except in problem 1. Work neatly.

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except in problem 1. Work neatly. Introduction to Statistics Math 1040 Sample Final Exam - Chapters 1-11 6 Problem Pages Time Limit: 1 hour and 50 minutes Open Textbook Calculator Allowed: Scientific Name: The point value of each problem

More information

Preliminary Statistics Lecture 5: Hypothesis Testing (Outline)

Preliminary Statistics Lecture 5: Hypothesis Testing (Outline) 1 School of Oriental and African Studies September 2015 Department of Economics Preliminary Statistics Lecture 5: Hypothesis Testing (Outline) Gujarati D. Basic Econometrics, Appendix A.8 Barrow M. Statistics

More information

Lesson 11. S Consider the inequality < <. A. Rewrite the inequality as a compound sentence and in interval notation. > and <

Lesson 11. S Consider the inequality < <. A. Rewrite the inequality as a compound sentence and in interval notation. > and < Homework Problem Set Sample Solutions Note: here are too many homework problems to be done in one night. Consider using some of the problems in a review game before the unit test. S.95 1. Consider the

More information

7.1: What is a Sampling Distribution?!?!

7.1: What is a Sampling Distribution?!?! 7.1: What is a Sampling Distribution?!?! Section 7.1 What Is a Sampling Distribution? After this section, you should be able to DISTINGUISH between a parameter and a statistic DEFINE sampling distribution

More information

Math 124: Modules Overall Goal. Point Estimations. Interval Estimation. Math 124: Modules Overall Goal.

Math 124: Modules Overall Goal. Point Estimations. Interval Estimation. Math 124: Modules Overall Goal. What we will do today s David Meredith Department of Mathematics San Francisco State University October 22, 2009 s 1 2 s 3 What is a? Decision support Political decisions s s Goal of statistics: optimize

More information

Chapter 6 ESTIMATION OF PARAMETERS

Chapter 6 ESTIMATION OF PARAMETERS Chapter 6 ESTIMATION OF PARAMETERS Recall that one of the objectives of statistics is to make inferences concerning a population. And these inferences are based only in partial information regarding the

More information

Inferences About Two Proportions

Inferences About Two Proportions Inferences About Two Proportions Quantitative Methods II Plan for Today Sampling two populations Confidence intervals for differences of two proportions Testing the difference of proportions Examples 1

More information

University of Chicago Graduate School of Business. Business 41000: Business Statistics

University of Chicago Graduate School of Business. Business 41000: Business Statistics Name: OUTLINE SOLUTION University of Chicago Graduate School of Business Business 41000: Business Statistics Special Notes: 1. This is a closed-book exam. You may use an 8 11 piece of paper for the formulas.

More information

Ch7 Sampling Distributions

Ch7 Sampling Distributions AP Statistics Name: Per: Date: Ch7 Sampling Distributions 7.1 What Is a Sampling Distribution? Read 424 425 Parameters and Statistics Vocab: parameter, statistic How is one related to the other? Alternate

More information

The variable θ is called the parameter of the model, and the set Ω is called the parameter space.

The variable θ is called the parameter of the model, and the set Ω is called the parameter space. Lecture 8 What is a statistical model? A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution that produced the data. The variable θ is called

More information

The Standard Deviation as a Ruler and the Normal Model

The Standard Deviation as a Ruler and the Normal Model The Standard Deviation as a Ruler and the Normal Model Al Nosedal University of Toronto Summer 2017 Al Nosedal University of Toronto The Standard Deviation as a Ruler and the Normal Model Summer 2017 1

More information

Sampling Distributions

Sampling Distributions Sampling Distributions Mathematics 47: Lecture 9 Dan Sloughter Furman University March 16, 2006 Dan Sloughter (Furman University) Sampling Distributions March 16, 2006 1 / 10 Definition We call the probability

More information

Chapter 15 Sampling Distribution Models

Chapter 15 Sampling Distribution Models Chapter 15 Sampling Distribution Models 1 15.1 Sampling Distribution of a Proportion 2 Sampling About Evolution According to a Gallup poll, 43% believe in evolution. Assume this is true of all Americans.

More information

Lesson 11 S.95. A. Rewrite the inequality as a compound sentence and in interval notation. B. Graph the inequality on a number line.

Lesson 11 S.95. A. Rewrite the inequality as a compound sentence and in interval notation. B. Graph the inequality on a number line. Homework Problem Set Sample Solutions Note: here are too many homework problems to be done in one night. Consider using some of the problems in a review game before the unit test. S.95 1. Consider the

More information

Statistics and Sampling distributions

Statistics and Sampling distributions Statistics and Sampling distributions a statistic is a numerical summary of sample data. It is a rv. The distribution of a statistic is called its sampling distribution. The rv s X 1, X 2,, X n are said

More information

Lecture 11 - Tests of Proportions

Lecture 11 - Tests of Proportions Lecture 11 - Tests of Proportions Statistics 102 Colin Rundel February 27, 2013 Research Project Research Project Proposal - Due Friday March 29th at 5 pm Introduction, Data Plan Data Project - Due Friday,

More information

Introduction to Statistical Data Analysis Lecture 5: Confidence Intervals

Introduction to Statistical Data Analysis Lecture 5: Confidence Intervals Introduction to Statistical Data Analysis Lecture 5: Confidence Intervals James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis 1

More information

Margin of Error for Proportions

Margin of Error for Proportions for Proportions Gene Quinn for Proportions p.1/8 An interval estimate for a population proportion p is often reported not as a confidence interval, but as a margin of error. for Proportions p.2/8 An interval

More information

Sampling Distribution Models. Chapter 17

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

More information

Topic 16 Interval Estimation

Topic 16 Interval Estimation Topic 16 Interval Estimation Confidence Intervals for 1 / 14 Outline Overview z intervals t intervals Two Sample t intervals 2 / 14 Overview The quality of an estimator can be evaluated using its bias

More information

Statistics for Engineers Lecture 5 Statistical Inference

Statistics for Engineers Lecture 5 Statistical Inference Statistics for Engineers Lecture 5 Statistical Inference Chong Ma Department of Statistics University of South Carolina chongm@email.sc.edu March 13, 2017 Chong Ma (Statistics, USC) STAT 509 Spring 2017

More information

Statistics and Quantitative Analysis U4320. Segment 5: Sampling and inference Prof. Sharyn O Halloran

Statistics and Quantitative Analysis U4320. Segment 5: Sampling and inference Prof. Sharyn O Halloran Statistics and Quantitative Analysis U4320 Segment 5: Sampling and inference Prof. Sharyn O Halloran Sampling A. Basics 1. Ways to Describe Data Histograms Frequency Tables, etc. 2. Ways to Characterize

More information

1)I have 4 red pens, 3 purple pens and 1 green pen that I use for grading. If I randomly choose a pen,

1)I have 4 red pens, 3 purple pens and 1 green pen that I use for grading. If I randomly choose a pen, Introduction to Statistics 252 1I have 4 red pens, 3 purple pens and 1 green pen that I use for grading. If I randomly choose a pen, a what is the probability that I choose a red pen? 4 8 1 2 b what is

More information

Chapter 8: Confidence Intervals

Chapter 8: Confidence Intervals Chapter 8: Confidence Intervals Introduction Suppose you are trying to determine the mean rent of a two-bedroom apartment in your town. You might look in the classified section of the newspaper, write

More information

Problems Pages 1-4 Answers Page 5 Solutions Pages 6-11

Problems Pages 1-4 Answers Page 5 Solutions Pages 6-11 Part III Practice Problems Problems Pages 1-4 Answers Page 5 Solutions Pages 6-11 1. In estimating population mean or proportion what is the width of an interval? 2. If 25 college students out of 80 graduate

More information

Chapters 4-6: Estimation

Chapters 4-6: Estimation Chapters 4-6: Estimation Read sections 4. (except 4..3), 4.5.1, 5.1 (except 5.1.5), 6.1 (except 6.1.3) Point Estimation (4.1.1) Point Estimator - A formula applied to a data set which results in a single

More information

Math 135 Intermediate Algebra. Homework 3 Solutions

Math 135 Intermediate Algebra. Homework 3 Solutions Math Intermediate Algebra Homework Solutions October 6, 007.: Problems,, 7-. On the coordinate plane, plot the following coordinates.. Next to each point, write its coordinates Clock-wise from upper left:

More information

Chapter 7 Sampling Distributions

Chapter 7 Sampling Distributions Statistical inference looks at how often would this method give a correct answer if it was used many many times. Statistical inference works best when we produce data by random sampling or randomized comparative

More information

Jointly Distributed Variables

Jointly Distributed Variables Jointly Distributed Variables Sec 2.6, 9.1 & 9.2 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 7-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Gov 2000: 6. Hypothesis Testing

Gov 2000: 6. Hypothesis Testing Gov 2000: 6. Hypothesis Testing Matthew Blackwell October 11, 2016 1 / 55 1. Hypothesis Testing Examples 2. Hypothesis Test Nomenclature 3. Conducting Hypothesis Tests 4. p-values 5. Power Analyses 6.

More information

Chapters 4-6: Inference with two samples Read sections 4.2.5, 5.2, 5.3, 6.2

Chapters 4-6: Inference with two samples Read sections 4.2.5, 5.2, 5.3, 6.2 Chapters 4-6: Inference with two samples Read sections 45, 5, 53, 6 COMPARING TWO POPULATION MEANS When presented with two samples that you wish to compare, there are two possibilities: I independent samples

More information

( ) = 80cos 2π. ( ) = 40cos 2π. ( ) = 45cos 2π. ( ) = 5cos 65

( ) = 80cos 2π. ( ) = 40cos 2π. ( ) = 45cos 2π. ( ) = 5cos 65 Part I Answer all 24 questions in this part. Each correct answer will receive 2 credits. No partial credit will be allowed. For each question, write on the separate answer sheet the numeral preceding the

More information

The Central Limit Theorem

The Central Limit Theorem Introductory Statistics Lectures The Central Limit Theorem Sampling distributions Department of Mathematics Pima Community College Redistribution of this material is prohibited without written permission

More information

Review for Final Exam Stat 205: Statistics for the Life Sciences

Review for Final Exam Stat 205: Statistics for the Life Sciences Review for Final Exam Stat 205: Statistics for the Life Sciences Tim Hanson, Ph.D. University of South Carolina T. Hanson (USC) Stat 205: Statistics for the Life Sciences 1 / 20 Overview of Final Exam

More information

Hypergeometric, Poisson & Joint Distributions

Hypergeometric, Poisson & Joint Distributions Hypergeometric, Poisson & Joint Distributions Sec 4.7-4.9 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 6-3339 Cathy Poliak, Ph.D.

More information

Unit 1: Statistics. Mrs. Valentine Math III

Unit 1: Statistics. Mrs. Valentine Math III Unit 1: Statistics Mrs. Valentine Math III 1.1 Analyzing Data Statistics Study, analysis, and interpretation of data Find measure of central tendency Mean average of the data Median Odd # data pts: middle

More information

HT Introduction. P(X i = x i ) = e λ λ x i

HT Introduction. P(X i = x i ) = e λ λ x i MODS STATISTICS Introduction. HT 2012 Simon Myers, Department of Statistics (and The Wellcome Trust Centre for Human Genetics) myers@stats.ox.ac.uk We will be concerned with the mathematical framework

More information

Example. Populations and samples

Example. Populations and samples Example Two strains of mice: A and B. Measure cytokine IL10 (in males all the same age) after treatment. A B 500 1000 1500 2000 2500 IL10 A B 500 1000 1500 2000 2500 IL10 (on log scale) Point: We re not

More information

Lecture 26 Section 8.4. Mon, Oct 13, 2008

Lecture 26 Section 8.4. Mon, Oct 13, 2008 Lecture 26 Section 8.4 Hampden-Sydney College Mon, Oct 13, 2008 Outline 1 2 3 4 Exercise 8.12, page 528. Suppose that 60% of all students at a large university access course information using the Internet.

More information

7.1 Basic Properties of Confidence Intervals

7.1 Basic Properties of Confidence Intervals 7.1 Basic Properties of Confidence Intervals What s Missing in a Point Just a single estimate What we need: how reliable it is Estimate? No idea how reliable this estimate is some measure of the variability

More information

Final Exam Bus 320 Spring 2000 Russell

Final Exam Bus 320 Spring 2000 Russell Name Final Exam Bus 320 Spring 2000 Russell Do not turn over this page until you are told to do so. You will have 3 hours minutes to complete this exam. The exam has a total of 100 points and is divided

More information

What is a parameter? What is a statistic? How is one related to the other?

What is a parameter? What is a statistic? How is one related to the other? Chapter Seven: SAMPLING DISTRIBUTIONS 7.1 Sampling Distributions Read 424 425 What is a parameter? What is a statistic? How is one related to the other? Example: Identify the population, the parameter,

More information

Expected Values, Exponential and Gamma Distributions

Expected Values, Exponential and Gamma Distributions Expected Values, Exponential and Gamma Distributions Sections 5.2 & 5.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 13-3339 Cathy

More information

Sampling Distributions. Introduction to Inference

Sampling Distributions. Introduction to Inference Sampling Distributions Introduction to Inference Parameter A parameter is a number that describes the population. A parameter always exists but in practice we rarely know it s value because we cannot examine

More information