| mGASFor {GAS} | R Documentation |
Class for the Multivariate GAS Forecast object
Description
Class for the multivariate GAS forecast 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).
-
Bands:arraywith confidence bands parameters forecasts. Available only ifRoll = TRUE.Draws:If
ReturnsDraws = TRUEit is a iH x iBmatrixof draws from the predictive distribution.Info:listwith forecast information.Data:listwith original data.
Methods
-
showsignature(object = "uGASFor"): Show summary. -
plotsignature(x='uGASFor',y='missing'): Plot forecasted quantities. -
getForecastsignature(object = "uGASFor"): Extract parameters forecast. -
getObssignature(object = "uGASFor"): Extract original observations. -
getMomentssignature(object = "uGASFor"): Extract moments forecasts. -
LogScoresignature(object = "uGASFor"): Extract Log Scores.
Author(s)
Leopoldo Catania