pick_W | R Documentation |
pick_W
picks the structural parameter matrix W from the parameter vector
of a structural model identified by heteroskedasticity.
pick_W(
p,
M,
d,
params,
identification = c("reduced_form", "recursive", "heteroskedasticity",
"non-Gaussianity")
)
p |
a positive integer specifying the autoregressive order |
M |
a positive integer specifying the number of regimes |
params |
a real valued vector specifying the parameter values.
Should have the form
For models with...
Above, |
identification |
is it reduced form model or an identified structural model; if the latter, how is it identified (see the vignette or the references for details)?
|
Constrained parameter vectors are not supported. Not even constraints in W
!
Returns a (d x d)
matrix W
for structural models identified by heteroskedasticity
and NULL
for other models.
Lütkepohl H., Netšunajev A. 2017. Structural vector autoregressions with smooth transition in variances. Journal of Economic Dynamics & Control, 84, 43-57.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.