Class "Goestmm": Go-GARCH models estimated by Methods of Moments
This class contains the GoGARCH
class and has the weights vector and the matched orthogonal matrices as additional slots.
latin1
class
Objects can be created by calls of the form new("Goestmm", ...)
, or with the function gogarch
whereby method = "mm"
has been set.
weights
:: Object of class "numeric"
: Weights for aggregating the matched orthogonal matrices .Umatched
:: Object of class "list"
: List of matched orthogonal matrices .Z
:: Object of class "matrix"
: Transformation matrix.U
:: Object of class "matrix"
: Orthogonal matrix.Y
:: Object of class "matrix"
: Extracted component matrix.H
:: Object of class "list"
: List of conditional variance/covariance matrices.models
:: Object of class "list"
: List of univariate GARCH model fits.estby
:: Object of class "character"
: Estimation method.X
:: Object of class "matrix"
: The data matrix.V
:: Object of class "matrix"
: Covariance matrix of X
.P
:: Object of class "matrix"
: Left singular values of Var/Cov matrix of X
.Dsqr
:: Object of class "matrix"
: Square roots of eigenvalues on diagonal, else zero.garchf
:: Object of class "formula"
: Garch formula used for uncorrelated component GARCH models.name
:: Object of class "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"
.Goestmm
.Goestml
, object is of class Gosum
.Goestml
.Boswijk, H. Peter and van der Weide, Roy (2009), Method of Moments Estimation of GO-GARCH Models, Working Paper, University of Amsterdam, Tinbergen Institute and World Bank.
Bernhard Pfaff
GoGARCH
, Goinit
, Gosum
, Gopredict
, goest-methods
, gogarch
, Umatch
Useful links