find ar oder using aic
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Wayne King
2013 年 3 月 2 日
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
参考
カテゴリ
Help Center および File Exchange で Linear Model Identification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!