show-Forecast-method: Shows a Forecast object

Description Usage Arguments Author(s) See Also Examples

Description

Shows the predicted data of a Forecast object. If the Forecast object was created using keepPreviousData = TRUE, also the training data are shown

Usage

1
2
## S4 method for signature 'Forecast'
show(object)

Arguments

object

The Forecast object

Author(s)

Leon Binder leon.binder@th-deg.de

Bernhard Bauer bernhard.bauer@th-deg.de

Michael Scholz michael.scholz@th-deg.de

See Also

Forecast

Examples

1
2
3
4
5
6
7
8
data("Amount")
prediction = predictValue(data = Amount,
    value = "amount",
    item = "item",
    timestamp = "date",
    temporalAggregation = "week",
    timeUnitsAhead = 3)
prediction

matman documentation built on Dec. 13, 2021, 5:08 p.m.