- #1
stukbv
- 118
- 0
β
Data y1,y2...yn are modeled as observations of random variables Y1,..Yn given by
Yi = α + β(xi-xbar) + σεi
Where α , β and σ are unknown parameters x1,x2...xn are known constants and xbar is
(1/n)Ʃxi and εi's are independent random variables each with the gaussian distribution mean 0 and unknown variance 1.
Now let x be some additional given value of the explanatory variable. Construct from you estimates of the parameters a suitable estimate for η = α + β(x-xbar), the mean value of the response variable when the explanatory variable is x.
From a previous question, for the initial problem where only xi's are the explanatory variable I calculate that;
∂l/∂α = Ʃyi - βƩ(xi-xbar) = nα where l is the log likelihood function.
And then obviously Ʃ(xi-xbar) = 0 , so the MLE(α) = Ʃyi /n in the original case.
and ∂l/∂β gives MLE(β) = Ʃyi(xi-xbar) / Ʃ(xi-xbar)2
I assume that to find the MLE(η) I can just add the MLE(α) and MLE(β)(x-xbar)
where the MLE(β) and MLE(α) are the maximum likelihood estimates for ach parameter in the new regression, with the additional x. But this is the problem, how do I find the MLE's of this regression using the MLE's of the old regression?
What I have done is replaced xi with x in ∂l/∂α to get Ʃyi - βƩ(x-xbar) = nα which then gives Ʃyi - nβ(x-xbar) .= nα because the x's don't depend on i.
Which gives the new MLE(α) = Ʃyi/n - β(x-xbar)
Now for MLE(β) I did the same, replaced xi in the original MLE with x.
This gives MLE(β)(x-xbar) = Ʃyi/n - α(x-xbar).
I then replaced the α in the MLE(β) with the MLE(α) for this regression.
Solving that i get MLE(β)(x-xbar) = Ʃyi/n and MLE(α) = 0.
Giving the suitable estimate of η as Ʃyi/n which I think is wrong...
Homework Statement
Data y1,y2...yn are modeled as observations of random variables Y1,..Yn given by
Yi = α + β(xi-xbar) + σεi
Where α , β and σ are unknown parameters x1,x2...xn are known constants and xbar is
(1/n)Ʃxi and εi's are independent random variables each with the gaussian distribution mean 0 and unknown variance 1.
Now let x be some additional given value of the explanatory variable. Construct from you estimates of the parameters a suitable estimate for η = α + β(x-xbar), the mean value of the response variable when the explanatory variable is x.
Homework Equations
From a previous question, for the initial problem where only xi's are the explanatory variable I calculate that;
∂l/∂α = Ʃyi - βƩ(xi-xbar) = nα where l is the log likelihood function.
And then obviously Ʃ(xi-xbar) = 0 , so the MLE(α) = Ʃyi /n in the original case.
and ∂l/∂β gives MLE(β) = Ʃyi(xi-xbar) / Ʃ(xi-xbar)2
The Attempt at a Solution
I assume that to find the MLE(η) I can just add the MLE(α) and MLE(β)(x-xbar)
where the MLE(β) and MLE(α) are the maximum likelihood estimates for ach parameter in the new regression, with the additional x. But this is the problem, how do I find the MLE's of this regression using the MLE's of the old regression?
What I have done is replaced xi with x in ∂l/∂α to get Ʃyi - βƩ(x-xbar) = nα which then gives Ʃyi - nβ(x-xbar) .= nα because the x's don't depend on i.
Which gives the new MLE(α) = Ʃyi/n - β(x-xbar)
Now for MLE(β) I did the same, replaced xi in the original MLE with x.
This gives MLE(β)(x-xbar) = Ʃyi/n - α(x-xbar).
I then replaced the α in the MLE(β) with the MLE(α) for this regression.
Solving that i get MLE(β)(x-xbar) = Ʃyi/n and MLE(α) = 0.
Giving the suitable estimate of η as Ʃyi/n which I think is wrong...