powered by
Specification structure for an univariate GARCH time series model.
Objects can be created by calls of the function garchSpec. This object specifies the parameters of an empirical GARCH process.
garchSpec
call
Object of class "call": the call of the garch function.
"call"
garch
formula
Object of class "formula": a list with two formula entries for the mean and variance equation.
"formula"
model
Object of class "list": a list with the model parameters.
"list"
presample
Object of class "matrix": a numeric matrix with presample values.
"matrix"
distribution
Object of class "character": a character string with the name of the conditional distribution.
"character"
rseed
Object of class "numeric": an integer with the random number generator seed.
"numeric"
signature(object = "fGARCHSPEC"): prints an object of class 'fGARCHSPEC'.
signature(object = "fGARCHSPEC")
Diethelm Wuertz for the Rmetrics R-port
## garchSpec - spec = garchSpec() spec # print() or show() it
Run the code above in your browser using DataLab