getModel {forecastHybrid} | R Documentation |
Return a forecast model function for a given model character
Description
Convert the single-letter representation used in the "forecastHybrid" package to the corresponding model function from the "forecast" package
Usage
getModel(modelCharacter)
Arguments
modelCharacter |
a single character representing one of the models from the |
See Also
Examples
forecastHybrid:::getModel("a")
forecastHybrid:::getModel("s")
forecastHybrid:::getModel("z")
[Package forecastHybrid version 5.0.19 Index]