Filter löschen
Filter löschen

Off the display of ESTIMATE function

1 Ansicht (letzte 30 Tage)
Torsionfree
Torsionfree am 25 Nov. 2013
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?!

Antworten (0)

Kategorien

Mehr zu Conditional Mean Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by