- p
a non-negative integer that indicates the number of the autoregressive coefficients.
- q
a non-negative integer that indicates the number of the moving average coefficients.
- law
An object of yuima.law-class
that describes the jump size. If it is NULL
, the jump size is unitary.
- base.Int
a character-string that is the label of the baseline Intensity parameter. Defaults to "mu0"
.
- ar.par
a character-string that is the label of the autoregressive coefficients. The default Value is ar.par="a"
.
- ma.par
a character-string that is the label of the moving average coefficients. The default Value is ma.par="b"
.
- Counting.Process
a character-string that is the label of the Counting process. Defaults to "N"
.
- Intensity.var
a character-string that is the label of the Intensity process. Defaults to "lambda"
- Latent.var
a character-string that is the label of the unobserved process. Defaults to "x"
.
- time.var
the name of the time variable.
- Type.Jump
a logical value. If it is TRUE
, the jump size is deterministic.
- XinExpr
a logical variable. The default value XinExpr=FALSE
implies that the starting condition for Latent.var
is zero. If XinExpr=TRUE
, each component of Latent.var
has a parameter as a initial value.