help with aic and bic

1 回表示 (過去 30 日間)
dav
dav 2014 年 11 月 18 日
コメント済み: Adam 2014 年 11 月 18 日
Hello,
I am using the following code to find the order of an autoregressive(AR) process.
But I got same answers for both AIC and BIC. Is there anything wrong?
ptest = arxstruc(xt(1:T/2), xt((T/2)+1:T), pmaxvec);
arorder_aic = selstruc(ptest,'AIC'); % estimated AR order - p hat (by aic criterion)
arorder_bic = selstruc(ptest,'BIC');
Thanks
  1 件のコメント
Adam
Adam 2014 年 11 月 18 日
Do you expect the order to be different for the inputs you gave?
Are you actually getting the AIC and BIC evaluations out or just the ordering resulting from these? The latter may quite conceivably be the same despite the former being different for some inputs.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Control System Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by