| +.exdqlm | R Documentation |
exdqlm objectsCombines two state space blocks into a single state space model for an exDQLM.
## S3 method for class 'exdqlm'
m1 + m2
m1 |
object of class " |
m2 |
object of class " |
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.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.