Finding weights for a linear estimator with minimum variance

  • Context: Graduate 
  • Thread starter Thread starter purplebird
  • Start date Start date
  • Tags Tags
    Linear
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
purplebird
Messages
14
Reaction score
0
Given
Y(i) = u + e(i) i = 1,2,...N
such that e(i)s are statistically independent and u is a parameter
mean of e(i) = 0
and variance = [tex]\sigma(i)[/tex]^2

Find W(i) such that the linear estimator

[tex]\mu[/tex] = [tex]\sum[/tex]W(i)X(i) for i = 1 to N

has

mean value of [tex]\mu[/tex] = u

and E[[tex](u-\mu)^2[/tex] is a minimum
 
Physics news on Phys.org
There may be other ways to do this, but one of the most direct is outlined below.
[tex] \hat\mu = \sum w(i) x_i[/tex]
then in order for [tex]E(\hat \mu) = \mu[/tex] to be true you must have

[tex] \sum w(i) = 1[/tex]

Next, note that [tex]E(\hat \mu - \mu)^2[/tex] is simply the [tex]\textbf{variance}[/tex] of your estimate (since your estimate has expectation [tex]\mu[/tex]).

Since the [tex]x_i[/tex] are independent, the variance of [tex]\hat \mu[/tex] is

[tex] \mathbf{Var}{\hat \mu} = \sum w(i)^2 \mathbf{Var}(x_i) = \sigma^2 \sum w(i)^2[/tex]

You want to choose the [tex]w(i)[/tex] so that the most recent expression is minimized, subject to the constraint that [tex]\sum w(i) = 1[/tex]

From here on use the method of undetermined multipliers.