fable: Create a fable object

View source: R/fable.R

fableR Documentation

Create a fable object

Description

A fable (forecast table) data class (fbl_ts) which is a tsibble-like data structure for representing forecasts. In extension to the key and index from the tsibble (tbl_ts) class, a fable (fbl_ts) must also contain a single distribution column that uses values from the distributional package.

Usage

fable(..., response, distribution)

Arguments

...

Arguments passed to tsibble::tsibble().

response

The character vector of response variable(s).

distribution

The name of the distribution column (can be provided using a bare expression).


fabletools documentation built on Oct. 12, 2023, 1:07 a.m.