Skip to content
Prev 3855 / 15274 Next

MSE from GARCH forecast

I am not sure I understand your question:

- the estimated variance is supposed to equal the length of the data, so 
  length(sigma2.hat)==length(data)
- the length of the sigma2.forc was made with ugarchforecast(fit.garch, 
n.ahead=100), i.e. you requested 100 forecast values.

HTH
-Alexios
ahmed_shamiri at yahoo.com wrote: