| Goestnls-class {gogarch} | R Documentation |
This class contains the GoGARCH class and has the
outcome of optim as an additional slot.
Objects can be created by calls of the form new("Goestnls", ...),
or with the function gogarch whereby method = "nls" has
been set.
nls:"list": List returned by
optim.Z:"matrix": Transformation matrix.U:"matrix": Orthogonal 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.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 "GoGARCH", directly.
Class "Goinit", by class "GoGARCH", distance 2.
"mts" "ts"."mts" "ts"."mts" "ts".Gopredict."mts" "ts"."mts" "ts".Goestnls.GoGARCH,
object is of class Gosum.GoGARCH.Bernhard Pfaff
GoGARCH, Goinit,
Gosum, Gopredict,
goest-methods, gogarch