An object of class "forecast
".
The function summary
is used to obtain and print a summary of the
results, while the function plot
produces a plot of the forecasts and
prediction intervals.
An object of class "forecast
" is a list containing at least the
following elements:
modelA list containing information about the fitted model
methodThe name of the forecasting method as a character string
meanPoint forecasts as a time series
lowerLower limits for prediction intervals
upperUpper limits for prediction intervals
levelThe confidence values associated with the prediction intervals
xThe original time series (either object
itself or the
time series used to create the model stored as object
).
xregThe external regressors used in fitting (if given).
residualsResiduals from the fitted model. That
is x minus fitted values.
fittedFitted values (one-step forecasts)