Learn R Programming

exdqlm (version 0.2.0)

as.exdqlm: exdqlm objects

Description

as.exdqlm attempts to turn a list into an exdqlm object. Works for time-invariant dlm objects created using the dlm package.

Usage

as.exdqlm(m)

Value

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.

Arguments

m

a list containing named elements m0, C0, FF and GG.