find ar oder using aic
Mostra commenti meno recenti
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 Commenti
Wayne King
il 2 Mar 2013
do you have the System Identification Toolbox?
dav
il 2 Mar 2013
Risposte (1)
Wayne King
il 2 Mar 2013
1 voto
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 Commento
dav
il 2 Mar 2013
Categorie
Scopri di più su Linear Model Identification in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!