Define lead/lag via @month or @quarter
Posted: Tue Nov 04, 2014 10:16 am
Dear Eviews team,
Eviews version: Eviews 8, 64 bit
OS: Windows 7
Issue:
Be x a monthly series.
The following command does not work as expected
series z=x(-@month)
Basically, what it does is
series z=x(-1)
This ppleis correspondly for quarterly series: z=x(-@quarter)
Possible workaround:
frml month=@month
series z=x(-month)
However, this workaround gives an error message when applied as an equation within a model
Suggestion:
make z=x(-@month), z=x(-@quarter) work as expected, or
allow for ewquation like z=x(-month) within models
Best, mamo
Eviews version: Eviews 8, 64 bit
OS: Windows 7
Issue:
Be x a monthly series.
The following command does not work as expected
series z=x(-@month)
Basically, what it does is
series z=x(-1)
This ppleis correspondly for quarterly series: z=x(-@quarter)
Possible workaround:
frml month=@month
series z=x(-month)
However, this workaround gives an error message when applied as an equation within a model
Suggestion:
make z=x(-@month), z=x(-@quarter) work as expected, or
allow for ewquation like z=x(-month) within models
Best, mamo