Hi,
I have been studying the GVAR models and now I am running the matlab tool.
Running the gvarBriefDemo, or gvarFullDemo, and looking at the output.xls document, sheets VARX_sc and VARXorder, it seems to me that the final lag order selection is using the maximun AIC, instead of the minimum AIC.
Is this correct, and why would be so?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes it is correct. It depends on how the objective function is set-up. You can either minimise or maximise and the two are equivalent. The GVAR toolbox maximises as you correctly point out. See Appendix A7 of the GVAR handbook to see the specifics.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have been studying the GVAR models and now I am running the matlab tool.
Running the gvarBriefDemo, or gvarFullDemo, and looking at the output.xls document, sheets VARX_sc and VARXorder, it seems to me that the final lag order selection is using the maximun AIC, instead of the minimum AIC.
Is this correct, and why would be so?
Hello
Yes it is correct. It depends on how the objective function is set-up. You can either minimise or maximise and the two are equivalent. The GVAR toolbox maximises as you correctly point out. See Appendix A7 of the GVAR handbook to see the specifics.