Usage
forecastCovReductionsWRTtrue(true.model, rng=NULL,
simulation.args=NULL,
est.replications=2, pred.replications=2,
discard.before=10, horizons=1:12,quiet=FALSE,
estimation.methods=NULL,
criteria=NULL, compiled=.DSEflags()$COMPILED)
Arguments
true.model
An object of class TSmodel or TSestModel.
discard.before
An integer indicating the number of points in the
beginning of forecasts to discard for calculating covariances.
est.replications
an interger indicating the number of times
simulation and estimation are repeated.
pred.replications
an argument passed to forecastCovWRTtrue
.
simulation.args
A list of any arguments which should be passed to simulate
in order to simulate the true model.
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.
estimation.methods
a list as used by estimateModels.
compiled
a logical indicating if compiled code should be
used. (Usually true except for debugging.)