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