ensemble_modelspec {tsmethods} | R Documentation |
Ensemble specification
Description
Creates and validates an ensemble specification.
Usage
ensemble_modelspec(...)
Arguments
... |
objects of either all of class “tsmodel.predict” or
“tsmodel.distribution” representing the probabilistic forecasts for
the same horizon of optionally different models on the same series and with
same number of draws. It is expected that the predictive distributions are
based on joint simulated draws passed to the |
Value
An object of class “ensemble.spec”.
[Package tsmethods version 1.0.1 Index]