
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: Introduction to Mathematical Statistics; Subject: STATISTICS; University: University of Wisconsin - Madison; Term: Fall 2004;
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

n − 1
i=
(Xi− X¯)^2 =
n − 1
[ (^) ∑n
i=
X i^2 −n X¯^2
Then using the fact E( X¯)^2 = V X¯ + (E X¯)^2 = σ^2 /n + μ^2 , it can be shown that ES^2 = σ^2.
a<-rbinom(1000,1,0.5) a [1] 0 0 1 0 0 1 0 1 1 0 0 ... mean(a) [1] 0. mean(a[1:3]) [1] 0. mean(a[1:9]) [1] 0. mean(a[1:11]) [1] 0.
to the true parameter θ. X¯ is MVUE for μ (we will not prove this statement).
θ^ ˆ =
∑^ n
i=
ciXi.
Then it can be shown that X¯ is the MVUE for population mean μ among all possible linear esti- mators. Proof. Case n = 2 will be proved. The general statement follows inductively. Consider linear es- timators μ ˆ = c 1 X 1 + c 2 X 2. To be unbiased, c 1 + c 2 = 1. To be most efficient among all unbiased linear estimators, the variance has to be minimized. The variance is
Vμˆ = c^21 VX 1 + c^22 VX 2 =
c^21 + (1 − c 1 )^2
σ^2
The quadratic term in the bracket 2 c^21 − 2 c 1 + 1 is minimized when c 1 = 1/ 2.
Review Problems. You are not required to do these problems but these are problems you should be able to answer after each lecture. What is an unbiased estima- tor of population parameter μ^2? Exercise 6.3.