Description Usage Arguments Details Value
Unstructured seasonal component
1 | unstrucSeasonal(parmlist)
|
parmlist |
A list of parameters as generated by |
This function generates state space model matrices related to an an unstructured seasonal component. The model has the form:
y(t) = Z_gam * gam(t) + extra stuff
gam(t+1) = Tt_gam * gam(t) + R * sig_omega
For a particular period (parmlist$period), this function produces
the appropriate model matrices above. Note that the size of the state
vector (related to the seasonal) is equal to the period. This can get
large.
A list of matrices with components Z, Tt, Q, and
R.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.