Description Usage Arguments Value
Initializes rbsvar model (Documentation incomplete)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | init_rbsvar(
y,
lags = 1,
constant = TRUE,
type = c("svar", "var")[1],
garch = FALSE,
mean_cent = TRUE,
var_adj = FALSE,
p_prior = c(2, 1),
q_prior = c(1, 1),
r_prior = c(log(1), 1),
B_prior = c(NA, NA),
B_inverse = TRUE,
shrinkage = Inf,
minnesota_means = NULL,
prior = list(),
init = NULL,
maxit = 0,
method = "L-BFGS-B",
skip_hessian = NULL,
trace = 1,
REPORT = 100,
min_density = -1e+06,
parallel_likelihood = FALSE,
max_cores = NA,
verbose = TRUE
)
|
y |
The data. |
lags |
... |
constant |
... |
type |
... |
garch |
... |
mean_cent |
... |
var_adj |
... |
p_prior |
... |
q_prior |
... |
r_prior |
... |
B_prior |
... |
B_inverse |
... |
shrinkage |
... |
minnesota_means |
... |
prior |
... |
init |
... |
maxit |
... |
method |
... |
skip_hessian |
... |
trace |
... |
REPORT |
... |
min_density |
... |
parallel_likelihood |
... |
max_cores |
... |
verbose |
... |
A list that may be passed for example to est_rbsvar()
or eval_rbsvar()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.