| mGASRoll {GAS} | R Documentation |
Class for the Multivariate GAS Rolling object
Description
Class for the multivariate GAS rolling object.
Objects from the Class
A virtual Class: No objects may be created from it.
Slots
Forecast:Object of class
list. Contains forecasts:-
PointForecast:matrixwith parameters forecasts. -
Moments:listwith centered moments forecasts. The first element contains amatrixwith the predicted conditional means. The second element contains anarraywith the predicted conditional covariances. -
vLS:numericLog Score (Predictive Log Likelihood).
-
Info:listwith forecast information.Data:listwith original data.
Methods
-
showsignature(object = 'mGASRoll'): Show summary. -
plotsignature(x = 'mGASRoll',y = 'missing'): Plot forecasted quantities. -
getForecastsignature(object = 'mGASRoll'): Extract parameters forecast. -
getObssignature(object = 'mGASRoll'): Extract original observations. -
getMomentssignature(object = 'mGASRoll'): Extract moments forecasts. -
LogScoresignature(object = 'mGASRoll'): Extract Log Scores. -
residualssignature(object = 'mGASRoll'): Extract the forecast errors. Also accepts the additional logical argumentstandardize. Ifstandardize = TRUE, forecast errors are standardized by cholesky of the forecast covariance matrix. By defaultstandardize = FALSE. -
coefsignature(object = 'mGASFit'): Returns a matrix of estimated coefficients. Each row of the matrix corresponds to a refit of the model during the forecast period according to theRefitEveryargument provided in the MultiGASRoll function. Also accepts the additional logical argumentdo.list. Ifdo.list = TRUE, estimated coefficients are organized in a list of lists according according to theRefitEveryargument provided in the MultiGASRoll function. Each list is populated by three arguments:vKappathe intercept vector,mAthe A system matrix,mBthe B system matrix. By default,do.list = FALSE.
Author(s)
Leopoldo Catania