J-Man
05-10-2002, 11:45 AM
Here is the problem. You are given the following linear regression results:
Actual(1) = 77.0, Fitted(1) = 77.6
Actual(2) = 69.9, Fitted(2) = 70.6
Actual(3) = 73.2, Fitted(3) = 77.6
Actual(4) = 72.7, Fitted(4) = 72.7
Actual(5) = 66.1, Fitted(5) = 67.1
Determine the estimated lag 1 serial correlation coefficient after one iteration of the Cochrane-Orcutt procedure.
What I did was: Compute the errors. Run the regression
eps(t)=rho*eps(t-1) + v(t) to find rho. I thought this was how the Cochrane-Orcutt procedure begins. It seems that they just computed the "sample correlation coefficient" to obtain their answer. Both, when rounded, gave the correct answer. But is their method correct?
Actual(1) = 77.0, Fitted(1) = 77.6
Actual(2) = 69.9, Fitted(2) = 70.6
Actual(3) = 73.2, Fitted(3) = 77.6
Actual(4) = 72.7, Fitted(4) = 72.7
Actual(5) = 66.1, Fitted(5) = 67.1
Determine the estimated lag 1 serial correlation coefficient after one iteration of the Cochrane-Orcutt procedure.
What I did was: Compute the errors. Run the regression
eps(t)=rho*eps(t-1) + v(t) to find rho. I thought this was how the Cochrane-Orcutt procedure begins. It seems that they just computed the "sample correlation coefficient" to obtain their answer. Both, when rounded, gave the correct answer. But is their method correct?