pick_regime | R Documentation |
pick_regime
picks the regime parameters
(\phi_{m},vec(A_{m,1}),...,vec(A_{m,p}),vech(\Omega_m))
pick_regime(
p,
M,
d,
params,
m,
cond_dist = c("Gaussian", "Student", "ind_Student", "ind_skewed_t"),
identification = c("reduced_form", "recursive", "heteroskedasticity",
"non-Gaussianity")
)
p |
the autoregressive order of the model |
M |
the number of regimes |
d |
the number of time series in the system, i.e., the dimension |
params |
a real valued vector specifying the parameter values.
Should have the form
For models with...
Above, |
m |
which regime? |
Constrained models nor structural models are supported.
Returns the vector...
identification == "non-Gaussianity"
or cond_dist %in% c("ind_Student", "ind_skewed_t")
:(\phi_{m},vec(A_{m,1}),...,vec(A_{m,p}),vec(B_m))
.
(\phi_{m},vec(A_{m,1}),...,vec(A_{m,p}),vech(\Omega_m))
.
Note that neither weight parameters or distribution parameters are picked.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.