accuracy.hybridModel: Accuracy measures for hybridModel objects

Description Usage Arguments Details Value Author(s) See Also

View source: R/generics.R

Description

Accuracy measures for hybridModel objects.

Usage

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

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.

Details

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

Value

The accuracy of the ensemble or individual component models.

Author(s)

David Shaub

See Also

accuracy


forecastHybrid documentation built on Aug. 28, 2020, 9:08 a.m.