| uGASFor {GAS} | R Documentation |
Class for the univariate GAS forecast object
Description
Class for the univariate 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:matrixwith centered moments forecasts. -
vLS:numericLog Score (Predictive Log Likelihood). -
vU:numericOut-of-sample Probability Integral Transformation (PIT).
-
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. -
pitsignature(object = 'uGASFor'): Extract Probability Integral Transformation, only ifRoll = TRUE. -
quantilesignature(object = 'uGASFor'): Extract quantile forecasts. For multistep ahead prediction ES is computed by simulation andReturnsDraws = TRUEshould have been selected. It accepts the additional argumentprobsrepresenting the vector of probabilities. -
ESsignature(object = 'uGASFor'): Extract Expected Shortfall forecasts. For multistep ahead prediction ES is computed by simulation andReturnsDraws = TRUEshould have been selected. It accepts the additional argumentprobsrepresenting the vector of probabilities. -
getMomentssignature(object = 'uGASFor'): Extract moments forecasts. -
LogScoresignature(object = 'uGASFor'): Extract Log Scores.
Author(s)
Leopoldo Catania