summary.Maeforecast: Summarize Results from Maeforecast Functions

Description Usage Arguments Examples

Description

This function summarizes the results from Maeforecast Functions. It prints out the MSE and the success ratio, as well as some information of the model used in making the forecasts.

Usage

1
2
## S3 method for class 'Maeforecast'
summary(x, digits=7)

Arguments

x

an object of class "Maeforecast". Should be returned by functions maeforecast and Bagging.

digits

integer indicating the number of decimal places. Defualt is 7.

Examples

1
2
3
AR.For<-maeforecast(mydata, w_size=72, window="recursive",
        model="ar")
summary(AR.For)

google-trends-v1/gtm documentation built on June 5, 2019, 5:13 p.m.