powered by
exdqlm
as.exdqlm attempts to turn a list into an exdqlm object. Works for time-invariant dlm objects created using the dlm package.
as.exdqlm
dlm
as.exdqlm(m)
A object of class "exdqlm" containing the state space model components:
FF - Observational vector.
GG - Evolution matrix.
m0 - Prior mean of the state vector.
C0 - Prior covariance of the state vector.
a list containing named elements m0, C0, FF and GG.