VAR.inv.roots.from.eta.ksi.zeta | R Documentation |
data.frame
defining a VAR 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.eta.ksi.zeta".
VAR.inv.roots.from.eta.ksi.zeta
A data.frame
containing 3 roots (rows) and their multiplicities for the polynomials eta.1(z), eta.2(z)
, ksi.1(z), ksi.2(z)
and zeta(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.eta.ksi.zeta)
my.var <- calculate.VAR(a.var=my.var,calc.method="from.eta.ksi.zeta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.