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