Usage
setCogarch(p, q, ar.par = "b", ma.par = "a", loc.par = "a0", Cogarch.var = "g",
V.var = "v", Latent.var = "y", jump.variable = "z", time.variable = "t",
measure = NULL, measure.type = NULL, XinExpr = FALSE, startCogarch = 0,
work = FALSE, ...)
Arguments
p
a non negative integer that is the number of the moving average coefficients of the Variance process.
q
a non-negative integer that indicates the number of the autoregressive coefficients of the Variance process.
ar.par
a character-string that is the label of the autoregressive coefficients.
ma.par
a character-string that is the label of the autoregressive coefficients.
loc.par
the location coefficient.
Cogarch.var
a character-string that is the label of the observed cogarch process.
V.var
a character-string that is the label of the latent variance process.
Latent.var
a character-string that is the label of the latent process in the state space representation for the variance process.
jump.variable
the jump variable.
time.variable
the time variable.
measure
Levy measure of jump variables.
measure.type
type specification for Levy measure.
XinExpr
a vector of expressions
identyfying the starting conditions for Cogarch model.
startCogarch
Start condition for the Cogarch process
work
Internal Variable. In the final release this input will be removed.