English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Unbiased estimator & theta - Statistics - Normal distribution?

In class we said that S is an unbiased estimator of θ if E[S] = θ, otherwise it was biased, with bias = E[S] – θ. We would like to find an unbiased estimator of the area (A) of a square plate with sides of length L. Suppose that we make two independent measurements L(1), L(2) of the length of the sides of the plate. Suppose that L (I) is Normally distributed with mean L and variance σ^2. Let your first estimator of A be the square of the average length of the two measurements and let your second estimator be the average of the squares of the first measurement and the second measurement. That is,
S(1) = [0.5(L(1)+ L(2))]^2 and S(2) = [0.5(L^2(1) + L^2(2))]. Which of these estimators has the least bias? If both are biased, can you think of a third estimator that is unbiased?

Well, I know that if X and Y are two independent random variables then E[XY] = E[X]E[Y], and that VAR[X] = E[X2]-[E[X]]^2

Any ideas?

Thanks!

2006-11-23 08:57:22 · 1 answers · asked by abe_cooldude 1 in Science & Mathematics Mathematics

1 answers

Just apply the formulas you gave and the definitions.
Note that the mean of the measurements (usually mu) is L here.

The expected value of S(1) is, expanding and using the independence of L(1) and L(2),

ES(1) = E[0.5(L(1)+ L(2))]^2
= (1/4){E[L(1)^2] + 2E[L(1)L(2)] + E[L(2)^2]}
= (1/4){...............+ 2E[L(1)]E[L(2)] + ........}
= (1/4)[(sigma^2+L^2) + 2L^2 + (sigma^2+L^2)]
= L^2 + sigma^2/2 = A + (1/2)sigma^2

so S(1) is biased upwards (as an estimator of A).

Similarly

ES(2) = E[0.5(L^2(1) + L^2(2))] = (1/2){E[L(1)^2] + E[L(2)^2]}
= (1/2)[(sigma^2+L^2) + (sigma^2+L^2)] = L^2 + sigma^2
= A + sigma^2

which is more biased tahn S(1).
How about S(3) = L(1)L(2)? Using the independence of L(1) and L(2),

E[L(1)L(2)] = E[L(1)] E[L(2)] = L^2

so S(3) is unbiased.

2006-11-24 17:17:07 · answer #1 · answered by Anonymous · 0 0

fedest.com, questions and answers