Lesson 9 - R Sampling Distributions. Objectives Define a sampling distribution Contrast bias and variability Describe the sampling distribution of a sample.

Slides:



Advertisements
Similar presentations
Estimation of Means and Proportions
Advertisements

Sampling Distributions and Sample Proportions
Sampling Distributions
Chapter 7 Introduction to Sampling Distributions
Chapter 7 Introduction to Sampling Distributions
Chapter 7 Sampling and Sampling Distributions
Business Statistics: A Decision-Making Approach, 6e © 2005 Prentice-Hall, Inc. Chap 6-1 Introduction to Statistics Chapter 7 Sampling Distributions.
Sample Distribution Models for Means and Proportions
Normal and Sampling Distributions A normal distribution is uniquely determined by its mean, , and variance,  2 The random variable Z = (X-  /  is.
Copyright © 2012 Pearson Education. All rights reserved Copyright © 2012 Pearson Education. All rights reserved. Chapter 10 Sampling Distributions.
© Copyright McGraw-Hill CHAPTER 6 The Normal Distribution.
STA Lecture 161 STA 291 Lecture 16 Normal distributions: ( mean and SD ) use table or web page. The sampling distribution of and are both (approximately)
Sampling Distributions
AP Statistics Chapter 9 Notes.
Lesson Confidence Intervals: The Basics. Knowledge Objectives List the six basic steps in the reasoning of statistical estimation. Distinguish.
Copyright ©2011 Nelson Education Limited The Normal Probability Distribution CHAPTER 6.
Chap 6-1 A Course In Business Statistics, 4th © 2006 Prentice-Hall, Inc. A Course In Business Statistics 4 th Edition Chapter 6 Introduction to Sampling.
AP Statistics 9.3 Sample Means.
© 2010 Pearson Prentice Hall. All rights reserved Chapter Sampling Distributions 8.
Chapter 9: Sampling Distributions “It has been proved beyond a shadow of a doubt that smoking is one of the leading causes of statistics.” Fletcher Knebel.
Lesson Sample Proportions. Knowledge Objectives Identify the “rule of thumb” that justifies the use of the recipe for the standard deviation of.
Sampling Distributions Chapter 7. The Concept of a Sampling Distribution Repeated samples of the same size are selected from the same population. Repeated.
HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2010 by Hawkes Learning Systems/Quant Systems, Inc. All rights reserved. Chapter 9 Samples.
9.3: Sample Means.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 7 Sampling Distributions.
Biostatistics Unit 5 – Samples. Sampling distributions Sampling distributions are important in the understanding of statistical inference. Probability.
Lesson Introduction to the Practice of Statistics.
The Sampling Distribution of
Chapter 18: Sampling Distribution Models
Lesson 10 - R Review of Chapter 10 Confidence Intervals.
1 Chapter 9: Sampling Distributions. 2 Activity 9A, pp
Sampling Distributions Chapter 18. Sampling Distributions A parameter is a measure of the population. This value is typically unknown. (µ, σ, and now.
Review Normal Distributions –Draw a picture. –Convert to standard normal (if necessary) –Use the binomial tables to look up the value. –In the case of.
Lesson Distribution of the Sample Mean. Objectives Understand the concept of a sampling distribution Describe the distribution of the sample mean.
9.2 Objectives Describe the sampling distribution of a sample proportion. (Remember that “describe” means to write about the shape, center, and spread.)
Sampling Distributions Chapter 18. Sampling Distributions If we could take every possible sample of the same size (n) from a population, we would create.
Sampling Distributions Chapter 9 First, a word from our textbook A statistic is a numerical value computed from a sample. EX. Mean, median, mode, etc.
7.2 Sample Proportions Objectives SWBAT: FIND the mean and standard deviation of the sampling distribution of a sample proportion. CHECK the 10% condition.
Lesson 8 - R Chapter 8 Review. Objectives Summarize the chapter Define the vocabulary used Complete all objectives Successfully answer any of the review.
Sampling Distributions Chapter 18. Sampling Distributions A parameter is a number that describes the population. In statistical practice, the value of.
Sample Means. Parameters The mean and standard deviation of a population are parameters. Mu represents the population mean. Sigma represents the population.
Chapter 9 Day 2. Warm-up  If students picked numbers completely at random from the numbers 1 to 20, the proportion of times that the number 7 would be.
Sampling Distributions
Sampling Distributions Chapter 18
Chapter 7: Sampling Distributions
Chapter 7 Review.
Chapter 7 Sampling and Sampling Distributions
CHAPTER 9 Sampling Distributions
Chapter 18: Sampling Distribution Models
CHAPTER 7 Sampling Distributions
MATH 2311 Section 4.4.
Click the mouse button or press the Space Bar to display the answers.
Click the mouse button or press the Space Bar to display the answers.
Chapter 7: Sampling Distributions
Chapter 7: Sampling Distributions
CHAPTER 7 Sampling Distributions
CHAPTER 7 Sampling Distributions
Chapter 7: Sampling Distributions
Chapter 7: Sampling Distributions
Chapter 7: Sampling Distributions
CHAPTER 7 Sampling Distributions
Chapter 7: Sampling Distributions
Chapter 7: Sampling Distributions
CHAPTER 7 Sampling Distributions
CHAPTER 7 Sampling Distributions
Chapter 7: Sampling Distributions
1/10/ Sample Proportions.
Warmup Which of the distributions is an unbiased estimator?
MATH 2311 Section 4.4.
Presentation transcript:

Lesson 9 - R Sampling Distributions

Objectives Define a sampling distribution Contrast bias and variability Describe the sampling distribution of a sample proportion (shape, center, and spread) Use a Normal approximation to solve probability problems involving the sampling distribution of a sample proportion Describe the sampling distribution of a sample mean State the central limit theorem Solve probability problems involving the sampling distribution of a sample mean

Vocabulary None New

Effect of Sample Size on σ Sampling distribution of sample means have the same mean as population, but have tighter spreads (less variance) than the population Sampling distribution of sample proportions have the same proportion as the population, but also have less variance than the population As n increases, then σ decreases Distribution Standard Deviation Example Populationσσ = 10 Sampling of x-bar σ/√n n = 9 σ x-bar = σ/√n = 10/√9 = 10/3 = 3.333

Central Limit Theorem Regardless of the shape of the population, the sampling distribution of x-bar becomes approximately normal as the sample size n increases. Caution: –only applies to shape and not to the mean or standard deviation Conditions: (requirements for x-bar) –SRS –Rule of Thumb: n ≥ 30 (big enough to apply)

P-hat Requirements Sampling Distribution of p-hat SRS For a simple random sample of size n such that n ≤ 0.1N (sample size is ≤ 10% of the population size) [keeps binomial vs going to hypergeometric] The shape of the sampling distribution of p-hat is approximately normal provided n(1 – p) ≥ 10 and n(1-p) ≥ 10 [allows use of normal approximations of binomial]

X vs X-bar When problem talks about a single instance or event, then we are dealing with X and not with X-bar. –If normally distributed use σ, μ, and X –If nothing is said about the distribution of population, then you cannot assume normality (problem is not workable) When problem talks about a sample of size n, then we are dealing with X-bar and not with X –Use σ X-bar = σ/√n and X-bar

X vs P-hat When problem talks about values that are not in percentages or in numbers greater than 1, then they are talking in terms of X –Convert x to percentage (divide by n) before using –Work in percentages (p-hat) When problem talks about percentages or values less than one, then they are (more than likely) talking in terms of p-hat. –Use values directly Read problem carefully

Chapter 9 Summary The sample mean and the sample proportion can be considered as random variables in sampling distribution The sampling distribution of the sample mean is approximately normal with –A mean equal to the population mean, μ x-bar = μ –A standard deviation equal to The sampling distribution of the sample proportion is approximately normal with –A mean equal to the population proportion, μ p-hat = p –A standard deviation equal to Central Limit Theorem: for large n (>30), the sampling distribution of x̄ is approximately normal for any population (with a finite σ)

Summary and Homework Summary Homework –pg 607 – 609; 9.47, 49-53, 56, 58

Problem 1 Based on a simple random sample of size 100, a researcher calculated the standard deviation associated with a sample proportion to be If she increases the sample size to 400, what will be the new standard deviation associated with the sample proportion?______________ ~ n = 100 n = 400 is an increase of 4 Inverse Square root relationship 0.08/ √4 = 0.08/ 2 = 0.04

Problem 2 We know that p-hat is a/an _______________ statistic because the mean of the sampling distribution of p-hat is equal to the true population proportion p. unbiased

Problem 3a According to the manufacturer’s specifications, the mean time required for a particular anesthetic drug to produce unconsciousness is 7.5 minutes with a standard deviation of 1.8 minutes. A random sample of 36 patients is to be selected and the average time for the drug to work will be computed for the sample. Find the probability that (a) the mean time for the sample will be less than 7.0 mins x-bar ~ N(7.5, 1.8/√36) because 36 is sufficiently large to invoke CLT (Central Limit Thrm) P( x-bar < 7.0) = normcdf(-E99, 7.0, 7.5, 1.8/√36)

Problem 3b According to the manufacturer’s specifications, the mean time required for a particular anesthetic drug to produce unconsciousness is 7.5 minutes with a standard deviation of 1.8 minutes. A random sample of 36 patients is to be selected and the average time for the drug to work will be computed for the sample. Find the probability that (b) a randomly selected patient requires less than 7.0 If X ~ N(7.5, 1.8) then it can be computed, otherwise not. No statement of normality. If X ~ N(7.5, 1.8) then P( X < 7.0) = normcdf(-E99, 7.0, 7.5, 1.8)

Problem 3c According to the manufacturer’s specifications, the mean time required for a particular anesthetic drug to produce unconsciousness is 7.5 minutes with a standard deviation of 1.8 minutes. A random sample of 36 patients is to be selected and the average time for the drug to work will be computed for the sample. Find the probability that (c) If more random samples of size 36 were selected, the middle 95% of the sample means should fall between _______________ minutes and ______________ minutes middle 95% is μ  2σ 7.5  2(1.8/√72) = 7.5 

Problem 4 As we have discussed in class, a one-pound (16 ounce) box of sugar generally weighs more than 1 lb. According to some state laws, producers will be fined if the mean of 5 randomly selected boxes is less than 1 lb. If the packaging equipment delivers individual weights that are N (μ, 0.4) ounces, what setting should be used for μ so the probability of being fined is 0.01? Provide a sketch to support your answer. invnorm(0.02) = (or from the table) x-bar – μ 16 - μ Z = = σ/√n 0.4/√ ( ) = 16 – μ = 16 – μ μ = ounces

Problem 5 According to the __________________________________, when a simple random sample of size n is drawn from any population with mean µ and standard deviation σ, if n is sufficiently large the sampling distribution of the sample mean is approximately normal. Central Limit Theorem

Problem 6 Place the word “true” or “false” in the blank at the end of each of the following sentences. (a) If the underlying population is skewed, the distribution of x-bar will be normal for n = 2. _________________ (b) If the underlying population is skewed, the distribution of x-bar will be normal for n = 100. _________________ (c) If the underlying population is normal, the distribution of x-bar will be normal for n = 2. _________________ (d) If the underlying population is normal, the distribution of x-bar will be normal for n = 100. _________________ False True

Problem 7a We know that 60% of the students in a large state university are male. (a) Determine the mean and standard deviation of the sampling distribution of the sample proportion of males (p-hat) when samples of 400 students are randomly selected from this population. Mean = standard deviation = 0.60 √p(1-p)/n √.6(.4)/400 =

Problem 7b&c We know that 60% of the students in a large state university are male. (b) Verify that the formula you used for your standard deviation computation is valid in this situation. State the condition(s) that must be satisfied and convince me that all necessary conditions are met. (c) What is the probability that a simple random sample of 400 students will contain more than 65% males? Assume total number of male students > 4000 N > 10n 400(0.6) = 240 ≥ 10 np ≥ (0.4) = 160 ≥ 10 n(1-p) ≥ 10 p ~ N(0.6, ) P(p-hat > 0.65) = normalcdf(0.65, E99, 0.6, )

Problem 8 The weight of eggs produced by a certain breed of hen is N (60, 4). What is the probability that the weight of a dozen (12) randomly selected eggs falls between 700 grams and 725 grams. X is weight of an egg 12X is the weight of a dozen eggs E(X) = 60 E(12X) = 12E(X) = 720 V(X) = 4² = 16 V(12X) = 12²V(X)= 144(16) = 2304 s(X) = 48 P(700 < 12X < 725) = normcdf(700,725,720,48)