| mGASFit {GAS} | R Documentation |
Class for the Multivariate GAS fitted object
Description
Class for the multivariate GAS fitted object.
Objects from the Class
A virtual Class: No objects may be created from it.
Slots
Data:Object of class
list. Contains the user's data.Estimates:Object of class
list. Contains:lParListlist of estimated parameters,optimiserobject delivered from the optimization function,StaticFitML estimates for the constant model,Inferenceinferential results for the estimated parameters.GASDyn:Object of class
list. Contains: the series of filtered dynamic (GASDyn$mTheta) for the time–varying parameters, the series of scaled scores (GASDyn$mInnovation), the series of unrestricted filtered parameters (GASDyn$mTheta_tilde), the series of log densities (GASDyn$vLLK), the log likelihood evaluated at its optimum value (GASDyn$dLLK)ModelInfo:Object of class
list. Contains information about the GAS specification:-
SpecObject of the class uGASSpec containing the GAS specification. -
iTnumericNumber of observation. -
elapsedTimeNumericelapsed time in seconds.
-
Methods
-
showsignature(object = 'mGASFit'): print object information. -
summarysignature(object = 'mGASFit'): Show summary. plot
signature(x='mGASFit', y='missing'): Plot filtered dynamic and other estimated quantities.getFilteredParameters
signature(object = "mGASFit"): Extract filtered parameters.getObs
signature(object = "mGASFit"): Extract original observations.-
coefsignature(object = 'uGASFit'): Returns a named vector of estimated coefficients. Also accepts the additional logical argumentdo.list. Ifdo.list = TRUE, estimated coefficients are organized in a list with arguments:vKappathe intercept vector,mAthe A system matrix,mBthe B system matrix. By default,do.list = FALSE. getMoments
signature(object = "mGASFit"): Extract conditional moments.-
residualssignature(object = 'mGASFit'): Extract the residuals. Also accepts the additional logical argumentstandardize. Ifstandardize = TRUE, residuals are standardized by cholesky of the filtered covariance matrix. By defaultstandardize = FALSE. -
convergencesignature(object = 'mGASFit'): Extract convergence information.
Author(s)
Leopoldo Catania