powered by
exdqlm
Combines two state space blocks into a single state space model for an exDQLM.
# S3 method for exdqlm +(m1, m2)
A object of class "exdqlm" containing the new combined state space model components:
FF - Observational vector.
GG - Evolution matrix.
m0 - Prior mean of the state vector.
C0 - Prior covariance of the state vector.
object of class "exdqlm" containing the first model to be combined.
object of class "exdqlm" containing the second model to be combined.
trend.comp = polytrendMod(2,rep(0,2),10*diag(2)) seas.comp = seasMod(365,c(1,2,4),C0=10*diag(6)) model = trend.comp + seas.comp
Run the code above in your browser using DataLab