pick_Omegas | R Documentation |
pick_Omegas
picks the covariance matrices \Omega_{m}
or impact matrices B_m
from the given parameter vector so that they are arranged in a 3D array with the third dimension indicating
each regime.
pick_Omegas(
p,
M,
d,
params,
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, |
Constrained parameter vectors are not supported.
Returns a 3D array containing...
identification == "non-Gaussianity"
or cond_dist %in% c("ind_Student", "ind_skewed_t")
:the impact
matrices of the regimes, B_m
in [, , m]
.
the covariance matrices of the given model, \Omega_m
in [, , m]
.
No argument checks!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.