powered by
Summarizes the fitted models estimated for predicting item values (e.g., demand, stock).
# S4 method for Forecast summary(object)
A data frame showing a summary of fitted models.
Object of class Forecast
Leon Binder leon.binder@th-deg.de
Bernhard Bauer bernhard.bauer@th-deg.de
Michael Scholz michael.scholz@th-deg.de
predictValue Forecast
predictValue
Forecast
data("Amount") prediction = predictValue(data = Amount, value = "amount", item = "item", timestamp = "date", temporalAggregation = "week", timeUnitsAhead = 3) summary(prediction)
Run the code above in your browser using DataLab