フィルターのクリア

Off the display of ESTIMATE function

1 回表示 (過去 30 日間)
Torsionfree
Torsionfree 2013 年 11 月 25 日
I'd like to estimate parameters from out-of-sample data (time 1:t-1) forecast time t.
code including this procedure is following.
rng = 1:t-1; model = arima(1,0,1); barma_fit = estimate(model,y(rng),'print',false); forearma(t) = forecast(barma_fit,1);
Two question about it.
1. Is the code is right one?! Do I have to normalize y before estiamtion? 2. When I use "estimate" function, MATLAB provide Diagnostic Information I'd like to turn off. I think 'Display','off' is available on recent version. I'm using R2013a and that option is not available for this version. Could you give any idea about it?!

回答 (0 件)

カテゴリ

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