I hope I'm not getting a bad reputation for flooding the forums haha. Hopefully others are learning from my questions too.
This question should be the last one for a long time, I'm almost finished with my paper. This question pertains to both estimation and data manipulation:
I have to know if eviews has any commands that compute or deal with PDL's. I noticed in other packages it goes by PDLREG, I didn't see that in the command list for eviews, but maybe it goes by a different name?
Alternatively, what would be even better is if I could code a new series to include in my LS regression. This way I can have my contemporaneous xj and a corresponding xj that is computed by one of the following operations (either the Almon or the Emerson): No one ever told me that I would need programming skills for this class, so I'm learning as much as I can from the eviews programming tutorial whenever I have time. For my desired transformation as characterized above, the farthest I can get with the code for a distribution of 4 lags is...
Code: Select all
series x1_pdl = x1 + @sum(1,4) x1*@ap(4)Code: Select all
.hpfIf anyone knows the best way to use eviews to go about this procedure with a related built-in estimation setting or manipulating the data, please share.
Thanks
