i'm working on a VAR model and can't seem to find a code that can help me get my AIC,BIC and HQIC. hoping i can get some help with this. Thanks!
5 views (last 30 days)
Show older comments
i'm working on a VAR model and can't seem to find a code that can help me get my AIC,BIC and HQIC. hoping i can get some help with this. Thanks!
0 Comments
Answers (1)
Brandon Eidson
on 13 Mar 2017
Hey Paapa, if you have not already, you should probably check out the documentation for the "aic" function (part of the System Identification Toolbox). It very well may work for your use case. I have provided a link to its documentation.
There are other AIC and BIC calculations in other toolboxes for other specific applications (e.g., econometrics or machine learning). If you search for "aic" in MathWorks documentation, you will see links to some of these.
The HIQC can be calculated by implementing a fairly straight-forward equation. I found one website describing the calculation (linked to below).
0 Comments
See Also
Categories
Find more on Linear Model Identification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!