getModelName {forecastHybrid} | R Documentation |
Convert the single-letter representation used in the "forecastHybrid" package to the corresponding function name from the "forecast" package
getModelName(modelCharacter)
modelCharacter |
a single character representing one of the models from the |
forecastHybrid:::getModelName("a")
forecastHybrid:::getModelName("s")
forecastHybrid:::getModelName("z")