Learn R Programming

forecastHybrid (version 5.1.20)

accuracy.hybridModel: Accuracy measures for hybridModel objects

Description

Accuracy measures for hybridModel objects.

Usage

# S3 method for hybridModel
accuracy(object, individual = FALSE, ..., f = NULL)

Value

The accuracy of the ensemble or individual component models.

Arguments

object

the input hybridModel.

individual

if TRUE, return the accuracy of the component models instead of the accuracy for the whole ensemble model.

...

other arguments (ignored).

f

Deprecated. Please use `object` instead.

Author

David Shaub

Details

Return the in-sample accuracy measures for the component models of the hybridModel

See Also

accuracy