View source: R/ss_model_utils.R
add_cycle | R Documentation |
Add a cycle to a state space model
add_cycle(sys, p, name, lags = NULL)
sys |
list with system matrices |
p |
integer with autoregressive order, |
name |
name ob observation equation |
lags |
(optional) number of lags added to state equation, e.g. since other equations load on them |
The input list sys
with updated matrices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.