find ar oder using aic
Ältere Kommentare anzeigen
I have a data set y. I need to find the best ar order using AIC.
Can some one help me with the code please?
thanks
2 Kommentare
Wayne King
am 2 Mär. 2013
do you have the System Identification Toolbox?
dav
am 2 Mär. 2013
Antworten (1)
Wayne King
am 2 Mär. 2013
1 Stimme
You can use aic() in the System Identification Toolbox.
The steps:
-- Create models for given AR orders using arx()
-- Use aic() on the models to compare
1 Kommentar
dav
am 2 Mär. 2013
Kategorien
Mehr zu Linear Model Identification 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!