methods_list: Benchmark methods list

Description Usage Arguments Functions

View source: R/forec_methods.R

Description

A list of the forecasting methods used for calculating the point forecasts and prediction intervals with different confidence levels.

Usage

 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)

Arguments

x

a ts object with the input time series

h

the amount of future time steps to forecast

level

the confidence levels for prediction intervals.

Functions


xqnwang/fuma documentation built on May 29, 2021, 6:38 a.m.