| mGASSim {GAS} | R Documentation |
Class for Multivariate GAS Simulation
Description
Class for multivariate GAS model simulation.
Objects from the Class
A virtual Class: No objects may be created from it.
Slots
ModelInfo:Object of class
list. Contains information about the multivariate GAS specification:iT:
numericTime length of simulated observations.iN:
numericCross sectional dimension.iK :
numericnumber of (possibly) time–varying parameters implied by the distributional assumption.vKappa
numericvector of unconditional level for the reparametrized vector of parameters.mA
matrixof coefficients of dimension iK x iK that premultiply the conditional score in the GAS updating recursion.mB
matrixof autoregressive coefficients of dimension iK x iK.Dist
characterlabel of the conditional distribution, see DistInfoScalingType
characterrepresenting the scaling mechanism for the conditional score, see DistInfo
GASDyn:Object of class
list. Contains: the series of simulated parameters (GASDyn$mTheta), the series of scaled scores (GASDyn$mInnovation), the series of unrestricted simulated parameters (GASDyn$mTheta_tilde), the series of log densities (GASDyn$vLLK), the log likelihood evaluated at its optimum value (GASDyn$dLLK)Data:Object of class
matrix. Matrix of dimension iN x iT of simulated data
Methods
-
showsignature(object = 'mGASSim'): Show summary. -
plotsignature(x = 'mGASSim',y = 'missing'): Plot simulated data and parameters. -
getFilteredParameterssignature(object = 'mGASSim'): Extract simulated parameters. -
getObssignature(object = 'mGASSim'): Extract simulated observations -
coefsignature(object = 'mGASSim'): Extract delivered coefficients -
getMomentssignature(object = 'uGASFor'): Extract simulated moments.
Author(s)
Leopoldo Catania