Auto-Series and Lags
Posted: Tue Nov 10, 2009 6:30 am
I'm having trouble with what seems to be a simple problem. I don't understand how auto-series work with multiple lags when defining an equation. The following command:
EQUATION EXPORTS.LS DLOG(XR) DLOG(GDPROWR(-1)) C
works. But if I try to use multiple lags:
EQUATION EXPORTS.LS DLOG(XR) DLOG(GDPROW(-1 TO -8)) C
I get an error message
-1 to -8 is not a valid index for GDPROWR
I can't find any examples of specifications of multiple lags with auto-series in the documentation, although I certainly could have missed something. I'm very familiar with other time series programs, but new to Eviews.
EQUATION EXPORTS.LS DLOG(XR) DLOG(GDPROWR(-1)) C
works. But if I try to use multiple lags:
EQUATION EXPORTS.LS DLOG(XR) DLOG(GDPROW(-1 TO -8)) C
I get an error message
-1 to -8 is not a valid index for GDPROWR
I can't find any examples of specifications of multiple lags with auto-series in the documentation, although I certainly could have missed something. I'm very familiar with other time series programs, but new to Eviews.