Skip to content
Prev 1668 / 15274 Next

fSeries GARCH Prediction Questions

Mike Kocurek wrote:
It would be typical to train the model over a rolling window, and make a 
constant 'n' step ahead prediction, hopefully learning from the prior 
history.  As in real life, you 'in sample' period continues to grow, and 
you can see how well the model performs 'out of sample' 'n' steps ahead.

Try rollapply or one of its cousins, with whatever appropriate window.

Regards,

   - Brian