| fGARCHSPEC-class {fGarch} | R Documentation |
Specification Structure for an univariate GARCH time series model.
Objects can be created by calls of the function garchSpec.
This object is specifies the parameters of an empirical GARCH process.
call:"call":
the call of the garch function.
formula:"formula":
a list with two formula entries for the mean and variance
equation.
model:"list":
a list with the model parameters.
presample:"matrix":
a numeric matrix with presample values.
distribution:"character":
a character string with the name of the conditional distribution.
rseed:"numeric":
an integer with the random number generator seed.
signature(object = "fGARCHSPEC"):
prints an object of class 'fGARCHSPEC'.
With Rmetrics Version 2.6.1 the class has been renamed from
"garchSpec" to "fGARCHSPEC".
Diethelm Wuertz for the Rmetrics R-port.