find ar oder using aic
古いコメントを表示
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 件のコメント
Wayne King
2013 年 3 月 2 日
do you have the System Identification Toolbox?
dav
2013 年 3 月 2 日
回答 (1 件)
Wayne King
2013 年 3 月 2 日
1 投票
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
カテゴリ
ヘルプ センター および File Exchange で Linear Model Identification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!