Learn R Programming

fabletools (version 0.5.0)

construct_fc: Construct a new set of forecasts

Description

[Deprecated]

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 new_fcdist)