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 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


[Package forecastHybrid version 5.0.19 Index]