accuracy.hybridModel {forecastHybrid} | R Documentation |
Accuracy measures for hybridModel objects
Description
Accuracy measures for hybridModel objects.
Usage
## S3 method for class 'hybridModel'
accuracy(object, individual = FALSE, ..., f = NULL)
Arguments
object |
the input hybridModel. |
individual |
if |
... |
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
[Package forecastHybrid version 5.0.19 Index]