est_rbsvar: Estimates rbsvar model by sampling from the posterior using...

Description Usage Arguments Value

View source: R/core.R

Description

Estimates rbsvar model by sampling from the posterior using DE-MC algorithm (Documentation incomplete)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
est_rbsvar(
  model,
  N,
  n = 2,
  K = 2,
  m0 = NA,
  rel_gamma = 1,
  output = NULL,
  new_chain = FALSE,
  parallel_chains = FALSE,
  parallel_likelihood = FALSE,
  max_cores = NA,
  progress_bar = TRUE,
  verbose = TRUE
)

Arguments

model

A list outputted by init_rbsvar().

N

...

n

...

K

...

m0

...

rel_gamma

...

output

...

new_chain

...

parallel_chains

...

parallel_likelihood

...

max_cores

...

progress_bar

...

verbose

...

Value

A list that containing (among other things) the chain(s) sampled from the posterior. May be passed for example to irf().


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