accuracy.hybridModel {forecastHybrid} | R Documentation |
Accuracy measures for hybridModel objects.
## S3 method for class 'hybridModel'
accuracy(object, individual = FALSE, ..., f = NULL)
object |
the input hybridModel. |
individual |
if |
... |
other arguments (ignored). |
f |
Deprecated. Please use 'object' instead. |
Return the in-sample accuracy measures for the component models of the hybridModel
The accuracy of the ensemble or individual component models.
David Shaub