Sampling Distributions of Proportions A Quick Review

Slides:



Advertisements
Similar presentations
Sampling Distribution Models Sampling distributions of Proportions and Means C.L.T.
Advertisements

Chapter 8: Binomial and Geometric Distributions
Normal Approximation of the Binomial Distribution.
CHAPTER 13: Binomial Distributions
Chapter 18 Sampling Distribution Models
UNIT FOUR/CHAPTER NINE “SAMPLING DISTRIBUTIONS”. (1) “Sampling Distribution of Sample Means” > When we take repeated samples and calculate from each one,
WARM – UP 1.Phrase a survey or experimental question in such a way that you would obtain a Proportional Response. 2.Phrase a survey or experimental question.
Chapter 5 Sampling Distributions
Sampling Distributions of Proportions. Toss a penny 20 times and record the number of heads. Calculate the proportion of heads & mark it on the dot plot.
Sampling Distributions of Proportions
AP Statistics Chapter 9 Notes.
Sampling Distributions of Proportions. Parameter A number that describes the population Symbols we will use for parameters include  - mean  – standard.
Form groups of three. Each group needs: 3 Sampling Distributions Worksheets (one per person) 5 six-sided dice.
Normal Approximation Of The Binomial Distribution:
Binomial Distributions Calculating the Probability of Success.
Chapter 8 Sampling Variability and Sampling Distributions.
Sampling Distributions of Proportions. Sampling Distribution Is the distribution of possible values of a statistic from all possible samples of the same.
Bernoulli Trials Two Possible Outcomes –Success, with probability p –Failure, with probability q = 1  p Trials are independent.
“Sampling Distributions for Sample Proportions and Sample Means”
Confidence Intervals and Tests of Proportions. Assumptions for inference when using sample proportions: We will develop a short list of assumptions for.
Sampling Distribution Models Chapter 18. Toss a penny 20 times and record the number of heads. Calculate the proportion of heads & mark it on the dot.
Chapter 18: Sampling Distribution Models
Sampling Distributions Chapter 18. Sampling Distributions If we could take every possible sample of the same size (n) from a population, we would create.
7.2 Sample Proportions Objectives SWBAT: FIND the mean and standard deviation of the sampling distribution of a sample proportion. CHECK the 10% condition.
Copyright © 2009 Pearson Education, Inc. Chapter 18 Sampling Distribution Models.
Sampling Distributions of Proportions. Toss a penny 20 times and record the number of heads. Calculate the proportion of heads & mark it on the dot plot.
Sampling Variability & Sampling Distributions
Sampling Distributions Chapter 18
Sampling Variability and Sampling Distributions
Ch. 18 – Sampling Distribution Models (Day 1 – Sample Proportions)
Inference with Proportions I
Binomial and Geometric Random Variables
CHAPTER 14: Binomial Distributions*
Chapter 4 Section 4.4 Sampling Distribution Models
CHAPTER 9 Sampling Distributions
CHAPTER 6 Random Variables
Sampling Distributions of Proportions
Sampling Distribution for Proportions
Inference for Proportions
Sampling Distributions for a Proportion
Chapter 5 Sampling Distributions
Chapter 18: Sampling Distribution Models
Chapter 5 Sampling Distributions
Sampling Distributions of Proportions
Chapter 5 Sampling Distributions
Sampling Distributions of Proportions
Sampling Distributions of Proportions
Sampling Distributions of Proportions
Estimating a Population Proportion
CHAPTER 6 Random Variables
MATH 2311 Section 4.4.
Chapter 5 Sampling Distributions
Chapter 18 – Sampling Distribution Models
WARM – UP 1. Phrase a survey or experimental question in such a way that you would obtain a Proportional Response. 2. Phrase a survey or experimental.
Chapter 5 Sampling Distributions
Sampling Distributions of Proportions
Sampling Distributions
Confidence Intervals with Proportions
Confidence Intervals with Proportions
The estimate of the proportion (“p-hat”) based on the sample can be a variety of values, and we don’t expect to get the same value every time, but the.
DRILL What conditions need to be met when doing an inference test?
Sampling Distributions of Proportions section 7.2
Chapter 6: Probability.
Sample Proportions Section 9.2.
Introduction to Sampling Distributions
12/12/ A Binomial Random Variables.
Section 9.2: Sample Proportions
Chapter 8: Binomial and Geometric Distributions
Sample Proportions Section 9.2
MATH 2311 Section 4.4.
Presentation transcript:

Sampling Distributions of Proportions A Quick Review

Sampling Distribution Is the distribution of possible values of a statistic from all possible samples of the same size from the same population In the case of the pennies, it’s the distribution of all possible sample proportions (p) We will use: p for the population proportion and p-hat for the sample proportion

What is the proportion of females? Suppose we have a population of six people: Alice, Ben, Charles, Denise, Edward, & Frank What is the proportion of females? What is the parameter of interest in this population?   Draw samples of two from this population. How many different samples are possible? 1/3 gender 6C2 =15

These are found on the formula chart! Formulas: These are found on the formula chart!

Does the standard deviation of the sampling distribution equal the equation? So – in order to calculate the standard deviation of the sampling distribution, we MUST be sure that our sample size is less than 10% of the population! WHY? We are sampling more than 10% of our population!

Assumptions (Rules of Thumb) Sample size must be less than 10% of the population (independence) Sample size must be large enough to ensure a normal approximation can be used. np > 10 & n (1 – p) > 10

Remember back to binomial distributions Why does the second assumption insure an approximate normal distribution? Remember back to binomial distributions Suppose n = 10 & p = 0.1 (probability of a success), a histogram of this distribution is strongly skewed right! np > 10 & n(1-p) > 10 insures that the sample size is large enough to have a normal approximation! Now use n = 100 & p = 0.1 (Now np > 10!) While the histogram is still strongly skewed right – look what happens to the tail!

Based on past experience, a bank believes that 7% of the people who receive loans will not make payments on time. The bank recently approved 200 loans. What are the mean and standard deviation of the proportion of clients in this group who may not make payments on time? Are assumptions met? What is the probability that over 10% of these clients will not make payments on time? Yes – np = 200(.07) = 14 n(1 - p) = 200(.93) = 186 Ncdf(.10, 1E99, .07, .01804) = .0482

Suppose one student tossed a coin 200 times and found only 42% heads Suppose one student tossed a coin 200 times and found only 42% heads. Do you believe that this is likely to happen? np = 200(.42) = 84 & n(1-p) = 200(.58) = 116 Since both > 10, I can use a normal curve! Find m & s using the formulas. No – since there is approximately a 1% chance of this happening, I do not believe the student did this.

Assume that 30% of the students at CHS wear contacts Assume that 30% of the students at CHS wear contacts. In a sample of 100 students, what is the probability that more than 35% of them wear contacts? Check assumptions! mp-hat = .3 & sp-hat = .045826 np = 100(.3) = 30 & n(1-p) =100(.7) = 70 Ncdf(.35, 1E99, .3, .045826) = .1376