Chapter 9-Estimation - Send
Chapter 9-Estimation - Send
ESTIMATION
1
INTRODUCTION
In almost all realistic situations parameters
are unknown.
We will use the sampling distribution to draw
inferences about the unknown population
parameters.
2
Statistical inference is the process by which we
acquire information and draw conclusions about
populations from samples.
Statistics
Data Information
Population
Sample
Inference
Statistic
Parameter
Point Estimator
Interval Estimator
A point estimator draws inferences about a
population by estimating the value of an
unknown parameter using a single value or
point.
We saw earlier that point probabilities in
continuous distributions were virtually zero.
The probability of the point estimator being
correct is zero.
5
An interval estimator draws inferences about
a population by estimating the value of an
unknown parameter using an interval.
P(−Z / 2 Z Z / 2 ) = 1 −
Thus, substituting Z produces
x −
P( − z / 2 z / 2 ) = 1 −
/ n
With a little bit of algebra,
P − z / 2 x + z / 2 =1−
n n
11
Example 2: Doll Computer Comp found that
the demand over the lead time is normally
distributed with a standard deviation of 75.
Estimate the expected demand over the lead
time at 95% confidence level. Assume N=25
and x = 370.16.
75
x z 2 = 370.16 z .025
n 25
75
= 370.16 1.96 = 370.16 29.40 = 340.76,399.56
25
Comparing two confidence intervals with the same
level of confidence, the narrower interval provides
more information than the wider interval
13
If the standard deviation grows larger, a longer
confidence interval is needed to maintain the
confidence level.
Note what happens when increases to 1.5
/2 /2
1-
Confidence level
2z / 2
n
1.5
2z / 2
n
14
Example 1: Estimate the mean value of the distribution
resulting from the 100 repeated throws of the die. It is
known that = 1.71.
Use 90% confidence level:
1.71
x z 2 = x 1.645 = x .28
n 100
Use 95% confidence level:
1.71
x z 2 = x 1.96 = x .34
n 100
15
Larger confidence level requires longer confidence
interval
/2 = 5% /2 = 5%
90%
/2 = 2.5% /2 = 2.5%
95%
Confidence level
2z.05 = 2(1.645)
n n
2z .025 = 2(1.96)
n n
16
There is an inverse relationship between the width of
the interval and the sample size
Interval width = 2z / 2
n
17
The phrase “estimate the mean to within W
units”, translates to an interval estimate of
x W
the form
W
z /2 =
n
18
The required sample size to estimate
the mean is
2
z α 2σ
n=
W
19
Example 4: To estimate the amount of lumber
that can be harvested in a tract of land, the
mean diameter of trees in the tract must be
estimated to within one inch with 99%
confidence. What sample size should be taken
for the margin of error +/-1 inch? (assume
diameters are normally distributed with = 6
inches).
The confidence level 99% leads to = .01,
thus z/2 = z.005 = 2.575.
2 2
z α 2σ 2.575(6)
n= = = 239
W 1
20