VAR.inv.roots.from.det.cross | R Documentation |
data.frame
defining a VAR (Vector autoregression) model.
An example data.frame
to be used for argument inv.roots.def
of function Init.var
, when subsequently argument method
of function calculate.VAR
is set to "from.det.cross".
VAR.inv.roots.from.det.cross
A data.frame
containing 3 roots (rows) and their multiplicities for the polynomials det(z), cross(z)
, chi.1(z)
and chi.2(z)
, as well as their constants in the first row.
Init.var
, calculate.VAR
my.var <- Init.var(grid=501, order.max.init=10, inv.roots.def=VAR.inv.roots.from.det.cross)
my.var <- calculate.VAR(a.var=my.var,calc.method="from.det.cross",
suppr.spec.check.warn=TRUE)
print(my.var$validity.msg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.