available_models: List of available models in mafs package

Description Usage Value Examples

Description

List of available models in mafs package, imported from the forecast package.

Usage

1

Value

A character vector of the forecast models that can be used in this package.

Examples

1

Example output

 [1] "auto.arima" "ets"        "nnetar"     "tbats"      "bats"      
 [6] "stlm_ets"   "stlm_arima" "StructTS"   "meanf"      "naive"     
[11] "snaive"     "rwf"        "rwf_drift"  "splinef"    "thetaf"    
[16] "croston"    "tslm"       "hybrid"    

mafs documentation built on May 2, 2019, 12:40 p.m.

Related to available_models in mafs...