Customizing Lags in ARDL Models
Posted: Mon Mar 25, 2024 9:51 am
Dear Gareth,
EViews offers the capability to estimate an ARDL model by optimizing the number of lags based on criteria like AIC, BIC, etc. It also allows viewing the ranking of different specifications (Model Selection Criteria Table). Is it possible to program one's own specification of lags to incorporate our expertise, which might not be fully taken into account by automated model selection criteria? For instance, if
equation toto.ardl(deplags=12, reglags=12, ic=aic) y x1 x2
suggests an ARDL(3,3,3) but I want an ARDL(3,1,1). Of course, I should be able to manage this with LS, but then I would lose access to other features like toto.boundstest...
Thank you in advance for your time and valuable assistance.
Best regards,
Bob
EViews offers the capability to estimate an ARDL model by optimizing the number of lags based on criteria like AIC, BIC, etc. It also allows viewing the ranking of different specifications (Model Selection Criteria Table). Is it possible to program one's own specification of lags to incorporate our expertise, which might not be fully taken into account by automated model selection criteria? For instance, if
equation toto.ardl(deplags=12, reglags=12, ic=aic) y x1 x2
suggests an ARDL(3,3,3) but I want an ARDL(3,1,1). Of course, I should be able to manage this with LS, but then I would lose access to other features like toto.boundstest...
Thank you in advance for your time and valuable assistance.
Best regards,
Bob