Skip to content
Prev 5102 / 15274 Next

Sequential MLE on time series with rolling window

On Tue, Nov 03, 2009 at 11:54:52PM -0500, R_help Help wrote:
One thing you can certainly do is: Take the optimal parameter vector
obtained using observations n to n+T and use it as the starting value
for estimation from observations (n+1) to (n+T+1). The two $\hat theta$
values should be similar to each other, hence just one or two
iterations should be required in making each step.