Description Slots Objects from the Class Author(s) Examples
This S4 class represents the result of forecast using function predictValue
.
data
(data.frame) Data frame including the predicted data and optionally the training data.
models
(list) List of fitted ARIMA models.
value
(character) Name of the value column.
item
(character) Name of the item column.
items
(character) IDs or Names of the items.
Objects can be created by calling the function
predictValue
. This S4 class represents the result of a forecast.
Leon Binder leon.binder@th-deg.de
Bernhard Bauer bernhard.bauer@th-deg.de
Michael Scholz michael.scholz@th-deg.de
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.