Estimation
Estimation
POINT ESTIMATE
METHOD OF MOMENTS ESTIMATION MAXIMUM LIKELIHOOD ESTIMATION
Population X: Discrete or Continuous Population X: Discrete or Continuous
MoM Estimator θ of θ: biased or unbiased
b MLE θb of θ: biased or unbiased
CONFIDENCE INTERVAL FOR POPULATION MEAN E[X] = µ
POPULATION X ∼ N (µ, σ 2 ) (Normal Distribution)
σ 2 : KNOWN σ 2 : UNKNOWN
X − µ√ X − µ√
Z−statistic: Z = n ∼ N (0, 1) T −statistic: T = n ∼ t(n − 1)
σ S
• Two-sided confidence interval for µ with a • Two-sided confidence interval for µ with a
confidence level 1 − α: confidence level 1 − α:
σ σ S S
X − z α2 √ , X + z α2 √ X − t α2 ,n−1 √ , X + t α2 ,n−1 √
n n n n
α α
where Φ(z α2 ) = P(Z < z α2 ) = 1 − . where P(T > t α2 ,n−1 ) = .
2 2
Error of confidence interval estimation: Error of confidence interval estimation:
σ S
ε = z α2 √ . ε = t α2 ,n−1 √ .
n n
• One-sided confidence interval for µ with a • One-sided confidence interval for µ with a
confidence level 1 − α: confidence level 1 − α:
σ S
Case 1: Lower interval − ∞, X + zα √ Case 1: Lower interval − ∞, X + tα,n−1 √
n n
σ S
Case 2: Upper interval X − zα √ , +∞ Case 2: Upper interval X − tα,n−1 √ , +∞
n n
where Φ(zα ) = P(Z < zα ) = 1 − α. where P(T > tα,n−1 ) = α.
POPULATION X is non-normal with E[X] = µ and Var(X) = σ 2
Sample size n large enough: n ≥ 30
2
σ : KNOWN σ 2 : UNKNOWN
X − µ√ X − µ√
Z−statistic: Z = n ≈ N (0, 1) Z−statistic: Z = n ≈ N (0, 1)
σ S
• Two-sided confidence interval for µ with a • Two-sided confidence interval for µ with a
confidence level 1 − α: confidence level 1 − α:
σ σ S S
X − z α2 √ , X + z α2 √ X − z α2 √ , X + z α2 √
n n n n
• One-sided confidence interval for µ with a • One-sided confidence interval for µ with a
confidence level 1 − α: confidence level 1 − α:
σ S
Case 1: Lower interval − ∞, X + zα √ Case 1: Lower interval − ∞, X + zα √
n n
σ S
Case 2: Upper interval X − zα √ , +∞ Case 2: Upper interval X − zα √ , +∞
n n
1
CONFIDENCE INTERVAL FOR POPULATION PROPORTION p
Let p be the population proportion. Let pb be the sample proportion.
pb − p
p ≥ 5 and n(1 − pb) ≥ 5), we have Z = q
For n large enough (check nb ≈ N (0, 1)
p(1−p)
n
• Two-sidedq confidence q interval for p with a confidence level 1 − α:
pb(1−bp) pb(1−bp)
pb − z α2 n
, pb + z α2 n
.
q
Error of confidence interval estimation: ε = z α2 pb(1−b n
p)
Problem 4.1. Let (X1 , X2 , . . . , Xn ) be a random sample of size n taken from the population X.
(1) X ∼ P oi(λ).
(3) X ∼ N (µ, σ 2 ).
(a) Find a method of moments estimator (b b2 ) of the parameter (µ, σ 2 ). Is the MoM estima-
µ, σ
tor (b b2 ) unbiased ?
µ, σ
Problem 4.2. The following measurements were recorded for the drying time, in hours, of a
certain brand of latex paint:
3.4, 2.5, 4.8, 2.9, 3.6, 2.8, 3.3, 5.6, 3.7, 2.8, 4.4, 4.0, 5.2, 3.0, 4.8
Assume that the measurements represent a random sample taken from a normal population
N (µ, σ 2 ).
(1) The standard deviation σ is supposed to be 0.9.
(b) Will the width of a confidence interval be narrower or wider for 99% confidence than 95%
confidence ?
2
(2) The standard deviation σ is supposed to be unknown.
(b) Will the width of a confidence interval be narrower or wider for 95% confidence than 99%
confidence ?
Problem 4.3. (a) The number of cars sold annually by used car salespeople is normally dis-
tributed with a standard deviation of 15. A random sample of 15 salespeople was taken, and
the number of cars each sold is listed here:
79, 43, 58, 66, 101, 63, 79, 33, 58, 71, 60, 101, 74, 55, 88
Problem 4.4. The heights of students at a college follow a normal distribution N (µ, σ 2 ). The
following measurements were recorded for a sample of 20 students:
160.3, 162.1, 165.8, 161.1, 170.9, 165.0, 168.3, 166.9, 158.8, 166.8,
159.2, 167.7, 169.8, 169.4, 168.4, 160.7, 171.6, 167.3, 158.3, 163.4
Problem 4.5. The contents (X) of similar containers of sulfuric acid have a mean of µ and
a standard deviation of 0.3 (liters). The content of a random sample of 40 similar containers
was recorded and the data are shown here
X [9.4,9.6) [9.6,9.8) [9.8,10.0) [10.0,10.2) [10.2,10.4) [10.4,10.6)
Frequency 6 6 9 14 4 1
Problem 4.6. A random sample of delivery times (X) for 35 deliveries to an address across
town by a courier service was recorded. These data (in hours) are shown here
Find a 98% confidence interval estimate for the average delivery time.
Problem 4.7. In a random sample of 500 families owning television sets in the city of Hamil-
ton, Canada, it is found that 340 families subscribe to HBO.
(a) Find a 95% confidence interval for the actual proportion p of families with television sets
in this city that subscribe to HBO.
(b) How large a sample is required if we want to be 95% confident that our estimate of p is
3
within 0.02 of the true value?
(c) What is the error of 90% confidence interval estimate of p?
Problem 4.8. (a) A random sample of 200 voters in a town is selected, and 114 are found
to support an annexation suit. Find the 96% confidence interval for the fraction of the voting
population favoring the suit.
(b) What can we assert with 96% confidence about the possible size of our error if we estimate
the fraction of voters favoring the annexation suit to be 0.57?
Problem 4.9. The following data present the diameter of forged piston rings used in an auto-
mobile engine
(1) Suppose that the diameters follow a normal distribution N (µ, σ 2 ). Find a 90% confidence
interval on µ.
(2) A forged piston is called oversized if its diameter is bigger than 24.02 mm.
(a) Find a 95% confidence interval on the population proportion of oversized pistons.
(b) Find a 95% confidence interval on the maximum population proportion of oversized pis-
tons.
(c) Find a 95% confidence interval on the minimum population proportion of oversized pis-
tons.
Problem 4.10. The following data present the diameter of holes drilled by a machine
(1) Suppose that the diameters follow a normal distribution N (µ, σ 2 ). Find a 95% confidence
interval on µ.
(2) A hole is called undersized if its diameter is smaller than 93.98 mm.
(a) Find a 95% confidence interval on the population proportion of undersized holes.
(b) Find a 95% confidence interval on the maximum population proportion of undersized
holes.
(c) Find a 95% confidence interval on the minimum population proportion of undersized
holes.