as.exdqlm: 'exdqlm' objects

View source: R/generics_etc.R

as.exdqlmR Documentation

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)

Arguments

m

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

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.


exdqlm documentation built on Feb. 8, 2026, 1:06 a.m.