- object
an object of class 'gets'
- x
an object of class 'gets'
- spec
NULL, "mean", "variance" or, in some instances, "both". When NULL is a valid value, then it is automatically determined whether information pertaining to the mean or variance specification should be returned
- signif.stars
logical. If TRUE, then p-values are additionally encoded visually,
see printCoefmat
- std
logical. If FALSE (default), then the mean residuals are returned. If TRUE, then the standardised residuals are returned
- n.ahead
integer that determines how many steps ahead predictions should be generated (the default is 12)
- newmxreg
a matrix of n.ahead rows and NCOL(mxreg) columns with the out-of-sample values of the mxreg regressors
- newvxreg
a matrix of n.ahead rows and NCOL(vxreg) columns with the out-of-sample values of the vxreg regressors
- newindex
NULL (default) or the date-index for the zoo object returned by predict.arx. If NULL, then the function uses the in-sample index to generate the out-of-sample index
- n.sim
integer, the number of replications used for the generation of the forecasts
- innov
NULL (default) or a vector of length n.ahead * n.sim containing the standardised errors (that is, zero mean and unit variance) used for the forecast simulations. If NULL, then a classica bootstrap procedure is used to draw from the standardised in-sample residuals
- probs
NULL (default) or a vector with the quantile-levels (values strictly between 0 and 1) of the forecast distribution. If NULL, then no quantiles are returned unless ci.levels is non-NULL
- ci.levels
NULL (default) or a vector with the confidence levels (expressed as values strictly between 0 and 1) of the forecast distribution. The upper and lower values of the confidence interval(s) are returned as quantiles
- quantile.type
an integer between 1 and 9 that selects which algorithm to be used in computing the quantiles, see the argument type in quantile
- return
logical. If TRUE (default), then the out-of-sample predictions are returned. The value FALSE, which does not return the predictions, may be of interest if only a prediction plot is of interest
- verbose
logical with default FALSE. If TRUE, then additional information (typically the quantiles and/or the simulated series) used in the generation of forecasts is returned. If FALSE, then only the forecasts are returned
- plot
NULL (default) or logical. If NULL, then the value set by options$plot (see options) determines whether a plot is produced or not. If TRUE, then the out-of-sample forecasts are plotted.
- plot.options
a list of options related to the plotting of forecasts, see 'Details'
- col
colours of fitted (default=red) and actual (default=blue) lines
- lty
types of fitted (default=solid) and actual (default=solid) lines
- lwd
widths of fitted (default=1) and actual (default=1) lines
- ...
additional arguments