construct_fc {fabletools} | R Documentation |
Construct a new set of forecasts
Description
This function is deprecated. forecast()
methods for a model should return
a vector of distributions using the distributional package.
Backtransformations are automatically handled, and so no transformations should be specified here.
Usage
construct_fc(point, sd, dist)
Arguments
point |
The transformed point forecasts |
sd |
The standard deviation of the transformed forecasts |
dist |
The forecast distribution (typically produced using |
[Package fabletools version 0.5.0 Index]