summary.cvforecast: Default summary for Cross-validation forecasts

Description Usage Arguments Author(s) See Also

Description

Summarizes cvforecast classed objects. The output is statistics about the best models fited by cvforecast function. It may include residual tests results and simple accuracy, cross-validation accuracy and a plot for the models.

Usage

1
2
3
## S3 method for class 'cvforecast'
summary(obj, digits = 4, plot = TRUE,
  accuracy.best = TRUE, cv.accuracy = FALSE)

Arguments

obj

cvforecast object

digits

number of digits for the default print output

plot

if TRUE, plot forecast for best models

accuracy.best

if TRUE, compute simple accuracy statistics for the best final models

cv.accuracy

if TRUE, compute accuracy of the cross-validation points from 1 to horizon

Author(s)

LOPES, J. L.

See Also

cvforecast, accuracy, Mresid


evandeilton/cvforecast documentation built on May 16, 2019, 9:36 a.m.