add_cycle {sectorgap} | R Documentation |
Add a cycle to a state space model
Description
Add a cycle to a state space model
Usage
add_cycle(sys, p, name, lags = NULL)
Arguments
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 |
Value
The input list sys
with updated matrices.
[Package sectorgap version 0.1.0 Index]