Usage
forecastCovEstimatorsWRTtrue(true.model, rng=NULL,
simulation.args=NULL,
est.replications = 2, pred.replications = 2,
discard.before = 10, horizons = 1:12, quiet =FALSE,
estimation.methods=NULL, compiled=.DSEflags()$COMPILED) is.forecastCovEstimatorsWRTtrue(obj)
Arguments
true.model
An object of class TSmodel.
estimation.methods
A list as used by estimateModels.
simulation.args
an arguments to be passed to simulate.
est.replications
An arguments to be passed to simulate.
pred.replications
An arguments to be passed to simulate.
discard.before
An integer indicating the number of points in the
beginning of forecasts to discard for calculating covariances.
horizons
Horizons for which forecast covariance should be calculated.
rng
If specified then it is used to set RNG.
quiet
If TRUE then some messages are not printed.
compiled
a logical indicating if the compiled version of the code
should be used. (FALSE would typically only be used for debugging.)