I did the the following test.
Code: Select all
create u 100
series x=nrnd
ls x c x(-1)
ls x(-1) c xModerators: EViews Gareth, EViews Moderator
Code: Select all
create u 100
series x=nrnd
ls x c x(-1)
ls x(-1) c xCode: Select all
create u 100
series x=nrnd
ls x c x(1)
ls x(-1) c x
Gareth,In the first you're regressing X on its future value, in the second you're regressing X on its past value.
Different estimations.
Users browsing this forum: No registered users and 2 guests