Skip to content
Prev 22386 / 398502 Next

Structural TS and recursive estimation

Hello Julien,

as I understand you correctly, you want to perform pseudo-ex ante forecasts.
In this case, you can place the data extraction (i.e. length of the sample
period) and the program code for estimation into a for-loop for pseudo ex
ante forecasting.
Therefore estimating your model recursively over a time span in the past and
writing each time the n-step ahead forecasts into another object. The latest
estimation is then carried out until: today's period - forecast span.

Bernhard 

-----Original Message-----
From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk]
Sent: 05 August 2002 11:36
To: julien.ruiz at airfrance.fr
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] Structural TS and recursive estimation
On Mon, 5 Aug 2002 julien.ruiz at airfrance.fr wrote:

            
right
through
to
1) ARIMA fitting *is* done via state-space models, but structural models
are something different.

2) You can't (in general) do ML estimation of the parameters of a
state-space model recursively.  Nor is that what recursive least squares
estimates.

For more details, see the references in the article you mention,
especially the Durbin & Koopman book.