Description Usage Arguments Functions
View source: R/forec_methods.R
A list of the forecasting methods used for calculating the point forecasts and prediction intervals with different confidence levels.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | methods_list()
snaive_fun(x, h, level)
naive_fun(x, h, level)
auto_arima_fun(x, h, level)
ets_fun(x, h, level)
tbats_fun(x, h, level)
stlm_ar_fun(x, h, level)
rw_drift_fun(x, h, level)
thetaf_fun(x, h, level)
|
x |
a |
h |
the amount of future time steps to forecast |
level |
the confidence levels for prediction intervals. |
snaive_fun
: forecast::snaive
naive_fun
: forecast::naive
auto_arima_fun
: forecast::auto.arima
ets_fun
: forecast::ets
tbats_fun
: forecast::tbats
stlm_ar_fun
: forecast::stlm with ar modelfunction
rw_drift_fun
: forecast::rwf
thetaf_fun
: forecast::thetaf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.