Skip to content
Prev 28026 / 398498 Next

Dynamic Linear Models for Times Series - Implemented?

Gavin

I am not familiar with the two texts you mention that define DLM, but I think
since at least twenty years prior to those texts, the term has been used to mean
the state-space model you describe, and also ARMA models, transfer function
models, and possibly some other representations of linear models in time series
(and continuous time too, which is not always consider time series). 

There are several packages on CRAN that implement ARMA and/or state-space
models, including my dse (Dynamic Systems Estimation) which handles both
multivariate ARMA and the state-space model you describe. For estimation
purposes I would suggest you consider the innovations form state-space model
rather than the non-innovations form you have indicated. If you use the
non-innovations form you will need to worry much more about identification
problems.

Paul Gilbert
Gavin Simpson wrote: