irf: Computes impulse response functions (Documentation...

Description Usage Arguments Value

View source: R/res.R

Description

Computes impulse response functions (Documentation incomplete)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
irf(
  model,
  output,
  burn = 0,
  horizon = 40,
  N = 1000,
  cumulate = c(),
  shock_sizes = NULL,
  shocks = NULL,
  verbose = TRUE,
  parallel = FALSE
)

Arguments

model

A list outputted by init_rbsvar().

output

A list outputted by est_rbsvar().

burn

...

horizon

...

N

...

cumulate

...

shock_sizes

...

shocks

...

verbose

...

parallel

...

Value

A list that may be passed to irf_plot().


jetroant/rbsvarbm documentation built on Dec. 20, 2021, 11:06 p.m.