pick_lambdas | R Documentation |
pick_lambdas
picks the structural parameters eigenvalue 'lambdas' from the parameter vector
of a structural model identified by heteroskedasticity.
pick_lambdas(
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 the length (d*(M - 1))
vector (\lambda_{2},...,\lambda_{M})
(see the argument params
) for structural models identified by heteroskedasticity,
numeric(0)
if M=1
, 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.