getModelName: Translate character to model name

Description Usage Arguments See Also Examples

View source: R/helper.R

Description

Convert the single-letter representation used in the "forecastHybrid" package to the corresponding function name from the "forecast" package

Usage

1
getModelName(modelCharacter)

Arguments

modelCharacter

a single character representing one of the models from the models argument passed to hybridModel

See Also

hybridModel

Examples

1
2
3
forecastHybrid:::getModelName("a")
forecastHybrid:::getModelName("s")
forecastHybrid:::getModelName("z")

forecastHybrid documentation built on Aug. 28, 2020, 9:08 a.m.