add_cycle: Add a cycle to a state space model

View source: R/ss_model_utils.R

add_cycleR 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, p <= 2

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.


sectorgap documentation built on May 29, 2024, 10:56 a.m.