Effacer les filtres
Effacer les filtres

Off the display of ESTIMATE function

1 vue (au cours des 30 derniers jours)
Torsionfree
Torsionfree le 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?!

Réponses (0)

Catégories

En savoir plus sur Conditional Mean Models dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by