Skip to content
Prev 7134 / 15274 Next

Expost prediction for ARMA or GARCH

On Sun, 19 Dec 2010 01:34:25 +0100, <babel at centrum.sk> wrote:
function
help.

I believe what you are asking is:

"How do I use a pre-set (trained) set of ARMA or GARCH coefficients on a
new data set without changing the model?"

This is not ex post 'prediction'.  The model fitting is ex post.  predict
is *always* using the current model to predict future movements (ex ante)
on observations in the time series that come in after the model is fit.

In fGarch, at least, there is no way to do this.  See a list post from me
approximately one+ year ago asking about predict and pre-fitted values for
fGarch, and Yohan's helpful reply on the modifications that would be
necessary to fGarch.

In any GARCH model, the conditional volatility may be (and usually is)
displayed on the prior data.

for arma(), I don't know the answer, but I suspect it will involve some
coding on your part.

Regards,

  - Brian