summary,Forecast-method {matman}R Documentation

Prints the summary of a Forecast object

Description

Summarizes the fitted models estimated for predicting item values (e.g., demand, stock).

Usage

## S4 method for signature 'Forecast'
summary(object)

Arguments

object

Object of class Forecast

Value

A data frame showing a summary of fitted models.

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

predictValue Forecast

Examples

data("Amount")
prediction = predictValue(data = Amount,
    value = "amount",
    item = "item",
    timestamp = "date",
    temporalAggregation = "week",
    timeUnitsAhead = 3)
summary(prediction)

[Package matman version 1.1.3 Index]