How to determine the order of ARMA and AR coefficient ?
Ältere Kommentare anzeigen
Perhaps this is very simple question. I have been trying to find it. How can we determine the order of ARMA and AR coefficient in Matlab? What I mean here is not merely trial and error.
Any suggestion is appreciated
Sincerely yours
Ali
1 Kommentar
Magdy Ismail
am 14 Feb. 2021
Did you find an answer for your problem because i am searching for the same thing how to determine the order of AR model?
Akzeptierte Antwort
Weitere Antworten (1)
Gurudatha Pai
am 12 Dez. 2012
0 Stimmen
Model order selection is often a tricky business. Inspecting the Hankel singular values is one many methods. There are many such methods, arguably one as good or worse as the other.
Specifically in the case AR/ARMA models, you may look into the model residues. Specifically, if you have used a "sufficient" model orders, the residuals should look white. Note that the residuals may look white for many model order selections. There are statistical hypothesis testing procedures (e.g. Chi-2 test, etc.) for both sample auto-correlation of residuals and cross-correlation of residuals and input; Ljung's book has a lot of details on all of this.
Hope that helps.
Kategorien
Mehr zu Correlation Models finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!