| uGASSim {GAS} | R Documentation |
Class for Univariate GAS Simulation
Description
Class for Univariate 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 univariate GAS specification:-
iTnumericTime length of simulated observations. -
iKnumericNumber of (possibly) time-varying parameters implied by the distributional assumption. -
vKappanumericVector of unconditional level for the reparametrised vector of parameters. -
mAmatrixOf coefficients of dimension iK x iK that premultiply the conditional score in the GAS updating recursion. -
mBmatrixOf autoregressive coefficients of dimension iK x iK. -
DistcharacterLabel of the conditional distribution, see DistInfo -
ScalingTypecharacterRepresenting 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
numeric. Vector of lengthiTof simulated data.
Methods
-
showsignature(object = 'uGASSim'): Show summary. -
plotsignature(x = 'uGASSim', y = 'missing'): Plot simulated data and parameters. -
getFilteredParameterssignature(object = 'uGASSim'): Extract simulated parameters. -
getObssignature(object = 'uGASSim'): Extract simulated observations. -
coefsignature(object = 'uGASSim'): Extract delivered coefficients. -
quantilesignature(object = 'uGASSim'): Compute quantiles of the filtered simulated density at each point in time. It accepts the additional argumentprobsrepresenting the vector of probabilities. -
ESsignature(object = 'uGASSim'): Compute the Expected Shortfall of the filtered simulated density at each point in time. It accepts the additional argumentprobsrepresenting the vector of probabilities.
Author(s)
Leopoldo Catania