Download Confidence Intervals

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

History of statistics wikipedia , lookup

Taylor's law wikipedia , lookup

Bootstrapping (statistics) wikipedia , lookup

Student's t-test wikipedia , lookup

German tank problem wikipedia , lookup

Resampling (statistics) wikipedia , lookup

Misuse of statistics wikipedia , lookup

Transcript
Topic 6 - Confidence intervals based on
a single sample
• Sampling distribution of the sample mean
• Sampling distribution of the sample variance
• Confidence interval for a population mean
• Confidence interval for a population variance
• Confidence interval for a population proportion
1
Confidence Intervals
• To use the CLT in our examples, we had to know the
population mean, m, and the population standard
deviation, s.
• It is okay to estimate the population parameters if we
have a huge amount of sample data, using x and s
respectively.
• In most cases, the primary goal of the analysis of our
sample data is to estimate and to determine a range of
likely values for these population values.
2
Confidence interval for m with s known
• Suppose for a moment we know s but not m.
• The CLT says that X is approximately normal with a mean of m
and a variance of s2/n.
•
x m
Z

So,
s
n
will be standard normal.
• For the standard normal distribution, let za be such that
P(Z > za) = a
3
Confidence interval for m with s
known
• Safety tip…..When working with Confidence
Intervals, alpha is the total area of the curve outside
the upper and lower boundaries.
For example, if you want a 95% confidence interval, the area
between the extremes, limits or boundaries specified is 95%
and the area outside, or alpha, is 5%.
P( x  Za /2 s
n
 m  x  Za /2 s
n
)  x  Za /2 s
n
4
Confidence interval for m with s unknown
• For large samples (n ≥ 30), we can replace s with s, so
that x  za /2 s n is a (1-a)100% confidence interval for m.
• For small samples (n < 30) from a normal population,
x  ta /2,n 1 s
n
is a (1-a)100% confidence interval for m.
• The value ta,n-1 is the appropriate quantile from a t
distribution with n-1 degrees of freedom.
• Demonstration of the t distribution calculator
5
Acid rain data
• The EPA states that any area where the average pH of rain is
less than 5.6 on average has an acid rain problem. The pH
values collected at Shenandoah National Park are listed below.
• Calculate 95% and 99% confidence intervals for the average pH
of rain in the park.
6
Acid rain calculations by hand
Summary statistics:
Column
n
pH_level
90
x  Za /2
Mean Variance Std. Dev.
4.5779
0.0836
0.2892
s

n
0.2892
4.5779  (1.96)(
)   4.5182; 4.6377 
90
7
Light bulb data
• The lifetimes in days of 10 light bulbs of a certain variety are
given below. Give a 95% confidence interval for the expected
lifetime of a light bulb of this type. Do you trust the interval?
Summary statistics:
Column
n
lifetime
10
Mean Variance Std. Dev.
0.5580
0.9767
0.9883
Z.025  1.96
T.025,9  2.2622
Using Z
Using T
 0.9883 
0.5580  1.96 

10


(0.0545;1.1705)
 0.9883 
0.5580  2.2622 

10


( 0.1499;1.2650)
8
Interpreting confidence statements
• For any % CI, a valid interpretation is, “If we perform this
study a large number of times, we would expect the
estimated parameter to fall within our confidence interval
that % of the time.” The “confidence” deals with the
long-term view, not the percentage on any specific
trial.
• Run the confidence interval applet in StatCrunch.
9
Sample size effect
• As sample size increases, the width of our confidence
interval clearly decreases (of course, as long as you’re
dealing with sample means).
• If s is known, the width of our interval for m is
L  2za /2
s
n
• Solving for n,
n  (2za /2
s
L
)2
• If s is known or we have a good estimate, we can use this
formula to decide the sample size we need to obtain a
certain interval length.
10
Paint example
• Suppose we know from past data that the standard
deviation of the square footage covered by a one gallon
can of paint is somewhere between 2 and 4 square feet.
• How many one gallon cans do we need to test so that the
width of a 95% confidence interval for the mean square
footage covered will be at most 1 square foot?
n  (2za /2
s
L
)2
11
Additional sample size problem
We buy sacks of flour from a vendor that claims the average
bag weighs 100 lbs. with a standard deviation of 2 lbs.
How many bags do we need to sample to estimate the actual
average weight of bags from this vendor to within 0.5 lb.
with 90% confidence?
n  (2za /2
s
2 2
)  [2(1.645)( )]  43.2964  44
L
1
2
How about with 95% confidence?
n  (2za /2
s
L
)2  61.4656  62
12
Confidence interval for a variance
• In many cases, especially in manufacturing, understanding
variability is very important.
• Often times, the goal is to reduce the variability in a system.
• For samples from a normal population,
 (n  1)s 2 (n  1)s 2 
, 2
 2

 ca /2,n 1 c1(a /2),n 1 
is a (1-a)100% confidence interval for s2.
• The value c2a/2,n-1 is the appropriate quantile from a c2
distribution with n-1 degrees of freedom.
13
Acid rain data
• Calculate a 95% confidence interval for the variance of pH of
rain in the park.
Summary statistics:
Column
n
pH_level
90
Mean Variance Std. Dev.
4.57789 0.08363 0.28919
 (n  1)s 2 (n  1)s 2 
, 2
 2

 ca /2,n 1 c1(a /2),n 1 
• We have everything but the Chi-square values.
14
Summary statistics:
Column
n
pH_level
90
Mean Variance Std. Dev.
4.57789 0.08363 0.28919
95% Chi-square values;
2
2
c0.025,89
 64.79336, c0.975,89
 116.98908
15
Summary statistics:
Column
n
pH_level
90
Mean Variance Std. Dev.
4.57789 0.08363 0.28919
95% Chi-square values;
2
2
c0.025,89
 64.79336, c0.975,89
 116.98908
 (90  1)0.08363 (90  1)0.08363 
,


64.79336 
 116.98908
 0.06362;0.11487 
16
Confidence interval for a proportion
• A binomial random variable, X, counts the number of successes
in n Bernoulli trials where the probability of success on each trial
is p.
• In sampling studies, we are often times interested in the
proportion of items in the population that have a certain
characteristic.
• We think of each sample, Xi, from the population as a Bernoulli
trial, the selected item either has the characteristic (Xi = 1) or it
does not (Xi = 0).
• The total number with the characteristic in the sample is then
n
X   Xi
i 1
17
Confidence interval for a proportion
• The proportion in the sample with the characteristic is then
n
pˆ  X /n   X i /n
i 1
• The CLT says that the distribution of this sample proportion is
then normally distributed for large n with
E ( X / n)  E ( X )  m  0(1  p)  1 p  p
Var ( X ) E ( X 2 )  E ( X )2 02 (1  p)  12 p  p 2 p(1  p )
Var ( X / n) 



n
n
n
n
• For the CLT to work well here, we need
– X ≥ 5 and n-X ≥ 5
– n to be much smaller than the population size
18
Confidence interval for a proportion
• Example: In a survey of 277 randomly selected shoppers,
69 stated that if the advertised item is unavailable, they
request a rain check. Construct a 95% CI for µ.
• What is the underlying distribution? What is p̂ ? What
is p ?
pˆ 
npˆ  277(.249)  69  5
nqˆ  277(.751)  208  5
x 69

 0.249
n 277
ˆˆ
pˆ  Za /2 ( pq)
n
0.249  1.96 (0.249 * 0.751)
277
0.249  0.051 or (0.198;0.300)
19
Murder case example
• Find a 95% confidence interval for the proportion of African
Americans in the jury pool. (22 out of 295 African American in
sample)
pˆ  Za /2
ˆˆ
pq
22

 1.96
n
295
 0.074576 0.925424
295
 .074576  0.02998   0.0446;0.10456 
20
Sample size considerations
• The width of the confidence interval is
ˆ (1  pˆ )/n
L  2za /2 p
• To get the sample size required for a specific length, we
have
n  (2z a /2 / L )2 pˆ (1  pˆ )
or sometimes written as...
ˆ ˆ / L2
n = 4Z a2/2 pq
21
CI sample size with no clue for actual
proportion
• Often in TV/Media polls, they talk about a margin of error
of +/- 3%. This margin of error is actually a 95%
confidence interval. How large of a sample do we need to
have to result in a margin of error of 3%?
3%
 L  .06
ˆˆ
pq
n  4 Za2 /2 2
L
ˆˆ
pq
n  4(1.962 ) 2
.06
• How do we continue? What is p̂ ? We have a catch-22
situation, because to find the sample size we need an
estimate of the population proportion and vice-versa.
22
CI sample size – “no clue for p” (cont)
So, if you have a good supportable estimate for the population
proportion, use it. If not, you 0.50.
23
Nurse employment case
How many sample records should be considered if we want
the 95% confidence interval for the proportion all her records
handled in a timely fashion to be 0.02 wide?
n  4Za /2
2
ˆˆ
pq
.9(.1)
 4(1.96)(
)  3457.44  3458
2
2
L
.02
Where did the .9 come from? That was the original percentage
from the nurses contract in Topic 3. If that wasn’t in place on
average, there would be chaos in the hospital.
The additional file for Topic 6 contains examples of confidence intervals,
sample size calculations and prediction intervals.
24
Prediction intervals
• Sometimes we are not interested in a confidence interval
for a population parameter but rather we are interested in
a prediction interval for a new observation.
• For our light bulb example, we might want a 95%
prediction interval for the time a new light bulb will last.
• For our paint example, we might want a 95% prediction
interval for the amount of square footage a new can of
paint will cover.
25
Prediction intervals
• Given a random sample of size n, our best guess at a new
observation, xn+1, would be the sample mean, X .
• Now consider the difference, x n 1  X .
•
E (x n 1  X ) 
•
Var (x n 1  X ) 
26
Prediction intervals
• If s is known and our population is normal, then using a
pivoting procedure gives
• If s is unknown and our population is normal, a (1a)100% prediction interval for a new observation is
x  ta /2,n 1s 1 
1
n
27
Acid rain example
• For the acid rain data, the sample mean pH was 4.577889
and the sample standard deviation was 0.2892. What is a
95% prediction interval for the pH of a new rainfall?
• Does this prediction interval apply for the light bulb data?
28
Additional Prediction Interval
• A 7th generation citrus farmer is worried about revenues from this
year’s crop, specifically because if he doesn’t get at least an 82% yield,
he won’t be able to make the payments on the family farm and the
bank will foreclose.
• It’s late spring and the last cold snap is coming tonight; forecast low is
30-degrees. He pulls up the Department of Agriculture data for citrus
crops for the area and finds 30 matches for impacts on crop yields due
to a 30-degree night, with an average of 85% and a standard deviation
of 3.5%.
• Right before bed, he mentions this all to his wife and the last thing his
wife says is, “Well, I’m sure you’ve run some sort of prediction
interval to tell whether we’re in trouble or not……….Zzzzzzz”
29
Additional Prediction Interval (cont)
Will the farmer sleep well tonight (ie., is there a statistical
chance that he’s not going to make 82% or more on a crop yield?), using a
95% Prediction Interval?
x  ta /2,n 1s 1 
1
n
.85  (2.0452) * 035 1 
1
30
.85  .0728  (0.7772;0.9228)
The answer would be no. His disaster number falls within
the realm of reasonable values, given the historical values……
He could expect to lose the farm
30