| uGASRoll {GAS} | R Documentation |
Class for the univariate GAS rolling object
Description
Class for the univariate 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:matrixwith centered moments forecasts. -
vLS:numericLog Score (Predictive Log Likelihood). -
vU:numericOut-of-sample Probability Integral Transformation (PIT).
-
Info:listwith forecast information.Data:listwith original data.Testing:Statistical tests results.
Methods
-
showsignature(object = 'uGASRoll'): Show summary. -
plotsignature(x = 'uGASRoll', y = 'missing'): Plot forecasted quantities. -
getForecastsignature(object = 'uGASRoll'): Extract parameters forecast. -
getObssignature(object = 'uGASRoll'): Extract original observations. -
pitsignature(object = 'uGASRoll'): Extract Probability Integral Transformation, only ifRoll = TRUE -
quantilesignature(object = 'uGASRoll'): Extract quantile forecasts. It accepts the addional argumentprobsrepresenting the vector of probabilities. -
ESsignature(object = 'uGASRoll'): Extract Expected Shortfall forecasts. It accepts the addional argumentprobsrepresenting the vector of probabilities. -
getMomentssignature(object = 'uGASRoll'): Extract moments forecasts. -
LogScoresignature(object = 'uGASRoll'): Extract Log Scores. -
residualssignature(object = 'uGASRoll'): Extract the forecast errors. Also accepts the additional logical argumentstandardize. Ifstandardize = TRUE, forecast errors are standardized by the forecast standard deviation. By defaultstandardize = FALSE. -
coefsignature(object = 'uGASFit'): 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 UniGASRoll 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 UniGASRoll 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