Lecture6 Estimation PDF
Lecture6 Estimation PDF
Lecture6 Estimation PDF
ESTIMATION
It is a statistical procedure to determine the approximate value of a population
parameter on the basis of a sample statistic.
2
1) Point estimation: Estimation of a parameter using a single
estimate computed from the sample.
(E.g.: The population mean is about $262.)
In general, x
The confidence interval is centered around the point estimate, and half of
the width of the confidence interval is called the error bound, B.
It is the maximum error of estimation at the given level of confidence.
But how do we find B?
4
CONFIDENCE INTERVAL ESTIMATION OF THE
POPULATION MEAN, µ
Ex 1:
The quality control manager of a light bulb factory needs to estimate the
average life of a large production run of light bulbs. The process standard
deviation is known to be 100 hours. A random sample of 50 bulbs indicated a
sample average life of 350 hours. What can be said with 95% confidence about
the population (or true) average life in that particular run?
5
Consider the standard normal curve:
( x z / 2 x ; x z / 2 x ) where
7
In the previous example the population standard deviation was given.
However, if we don’t know the population mean, it is unlikely that we know the
population standard deviation, since σ is the ‘average’ deviation from µ.
8
The extent to which the t distribution spreads out is determined by the
so called degrees of freedom (df), which is the number of independent
terms. In this application df = n -1.
Z t with df= 10
t with df= 7
The larger the degrees of freedom, the smaller the dispersion of the t
distribution and the more similar it is to the standard normal distribution.
If df > 200, the t distribution can be approximated with the standard
normal distribution.
Note: Some textbooks suggest that df > 30 is large enough to make the
approximation t z.
(See Selv. pp.258-259 about the application of the t table.
Abridged version: pp.256-257)
9
When σ is unknown, the C% confidence interval estimator
of µ is:
LCL
t / 2 , n 1 The 100(1-α/2) percentile
UCL from the t table, with n -1
degrees of freedom.
Ex 2: A manufacturer of a brand of designer jeans realises that many
retailers charge less than the suggested retail price of $40. A random sample
of 20 retailers reveals that the mean and standard deviation of the prices of n
the jeans are $32 and $2.50. Estimate with 90% confidence the mean retail
price of the jeans, assuming that the distribution of price is normal.
x-bar s C 2.5
sx 0.559
0.10 /2 0.05 df n 1 19 t0.05,19 1.729 and 20
2) Is σ known?
11
CONFIDENCE INTERVAL ESTIMATION OF THE
POPULATION PROPORTION, P
• Given that the sampling distribution of p-hat is approximately normal
(when np, nq 5) we can develop an interval estimator for p, similarly to
the interval estimator of µ with unknown σ.
pˆ qˆ
where s pˆ is the estimated
n standard error of p-hat.
LCL UCL
Ex 3: n p-hat = 0.517
A random sample of 2,000 persons on the electoral roll indicates that 51.7%
agree with a proposition concerning the performance of the Prime Minister.
Estimate with 99% confidence the population proportion of voters who agree.
C
12
Since p is unknown, strictly speaking, we cannot check whether np, nq 5.
However, np-hat = 2000 0.517=1034 and nq-hat = 966, so we can expect
np, nq be large enough.
p-hat is likely to be normally distributed, approximately.
pˆ qˆ 0.517 0.483
s pˆ 0.011
n 2000
C
1 0.01 z / 2 z 0.005 2.576 (You can use the Z table, or
100 the last row of the t table.)
Therefore
13
Ex 4:
A health department official is investigating the possibility of allowing doctors
to advertise their services. In a survey designed to examine this issue, 91 n
doctors were asked whether they believed that doctors should be allowed to
advertise. A total of 23 respondents supported advertising by doctors.
Estimate with 90% confidence the proportion of all doctors who support
advertising. f
C
pˆ
23
0.253 pˆ qˆ 0.253 0.747
s pˆ 0.0456
91 n 91
C
1 0.10 z / 2 z 0.05 1.645
100
Thus
15
Estimate using Excel, the Estimate using Excel, the
population weekly family population weekly family
income with 90% confidence. income with 99% confidence.
Income Income
Mean 1009.99 Mean 1009.99
Standard Deviation 92.92 Standard Deviation 92.92
Observations 400.00 Observations 400.00
SIGMA 90.00 SIGMA 90.00
LCL 1002.59 LCL 998.40
UCL 1017.39 UCL 1021.58
At a given sample size, the higher the level of confidence, the wider the
confidence interval is and thus the interval estimate is less precise.
16
Is it possible to maintain a high level of confidence while increasing the
precision?
Recall that precision is inversely related to the width of the confidence interval,
and the error bound B is half the width of the confidence interval.
For example, the confidence interval of µ is ( x B , x B)
17