Usage
forecastCovEstimatorsWRTdata(data, estimation.sample=NULL,
compiled=.DSEflags()$COMPILED, discard.before=10,
horizons=1:12, zero=FALSE, trend=FALSE,quiet=FALSE,
estimation.methods=NULL)
is.forecastCovEstimatorsWRTdata(obj)
Arguments
data
an object of class TSdata.
estimation.methods
a list as used by estimateModels.
discard.before
an integer indicating the number of points in the
beginning of forecasts to discard for calculating covariances.
zero
if TRUE then forecastCov is also calculated for a
forecast of zero.
trend
if TRUE then forecastCov is also calculated for a forecast of a linear trend.
estimation.sample
an integer indicating the number of points in the
sample to use for estimation. If it is NULL the whole sample is used.
horizons
horizons for which forecast covariance should be calculated.
quiet
if TRUE then estimation information is not printed.
compiled
a logical indicating if the compiled version of the code
should be used. (FALSE would typically only be used for debugging.)