stripMine(all.data, essential.data=1,
estimation.sample=.5,
discard.before=1, horizons=1:12,quiet=FALSE,
estimation.methods=NULL,
step.size=NULL)
forecastCov
) of the forecast
covariance on the essential data for the various models and data
subsets. It can be plotted with the generic function tfplot. Additional
information in the result comes from the function arguments.estBlackBox4
data("eg1.DSE.data.diff", package="dse")
z <- stripMine(eg1.DSE.data.diff,
estimation.methods=list(bft=list(max.lag=2, verbose=FALSE)))
Run the code above in your browser using DataLab