GoGARCH-class {gogarch} | R Documentation |
This class defines the slots for estimated GO-GARCH models. It
contains the class Goinit
.
Objects can be created by calls of the form new("GoGARCH", ...)
.
Z
:"matrix"
: Transformation matrix.U
:"Orthom"
: Orthonormal matrix.Y
:"matrix"
: Extracted
component matrix.H
:"list"
: List of conditional
variance/covariance matrices.models
:"list"
: List of
univariate GARCH model fits.estby
:"character"
: Estimation method.CALL
:"call"
: Result of
match.call
in generating function.X
:"matrix"
: The data matrix.V
:"matrix"
: Covariance matrix
of X
.P
:"matrix"
: Left singular
values of Var/Cov matrix of X
.Dsqr
:"matrix"
: Square roots of
eigenvalues on diagonal, else zero.garchf
:"formula"
: Garch
formula used for uncorrelated component GARCH models.name
:"character"
: The name of
the original data object.
Class "Goinit"
, directly.
"mts" "ts"
."mts" "ts"
."mts" "ts"
.Gopredict
.GoGARCH
.GoGARCH
,
object is of class Gosum
.GoGARCH
.Bernhard Pfaff