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
Wayne King 2013 年 3 月 2 日
do you have the System Identification Toolbox?
dav
dav 2013 年 3 月 2 日
yes, I do.

サインインしてコメントする。

回答 (1 件)

Wayne King
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

1 件のコメント

dav
dav 2013 年 3 月 2 日
thank yo for your input. Actually i have to use this inside a loop. so i need a function that does this automatically and calculate the best order.
can you help me with it please?

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeLinear Model Identification についてさらに検索

タグ

質問済み:

dav
2013 年 3 月 2 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by