フィルターのクリア

arima object failed to initialize.

2 ビュー (過去 30 日間)
Hai
Hai 2016 年 6 月 23 日
回答済み: Hang Qian 2016 年 8 月 19 日
Mdl = arima(2,0,0)
Mdl =
ARIMA(2,0,0) Model:
--------------------
Distribution: Name = 'Gaussian'
P: 2
D: 0
Q: 0
Constant: NaN
AR: {NaN NaN} at Lags [1 2]
SAR: {}
MA: {}
SMA: {}
Variance: NaN
>> Mdl.AR = {0.8,-0.4}
Index exceeds matrix dimensions.
>> Mdl.Distribution = 't'
Index exceeds matrix dimensions.
>> Mdl.Distribution = struct('Name','t','DoF',8)
Index exceeds matrix dimensions.
>> Mdl.Beta=[0.2 4]
Index exceeds matrix dimensions.
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 6 月 23 日
When I test in my R2016a installation, all of the commands you show work fine.
Which release are you using?

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

回答 (1 件)

Hang Qian
Hang Qian 2016 年 8 月 19 日
The properties of the ARIMA object can be reset by users. These codes should work. If not, the function might be corrupted. For example, some internal functions are overloaded by user-supplied functions. Check the files on your MATLAB path. The worst case is to reinstall the software.

カテゴリ

Help Center および File ExchangeConditional Mean Models についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by