construct_fc: Construct a new set of forecasts

View source: R/forecast.R

construct_fcR Documentation

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)


tidyverts/fabletools documentation built on Feb. 7, 2025, 6:40 p.m.