Description Usage Arguments Value Examples
View source: R/MonthModelFitter.R
Function to estimate monthly time series models
1 | MonthModelFitter(data, Outcome)
|
data |
A tsibble. |
Outcome |
A valid variable name for the Outcome to be modelled in in 'data'. |
A mable containing:
K=1,2,3: ARIMA models with fourier(K=1,2,3)
ARIMA, .T, .TS: an ARIMA model .t (with trend) .ts (with trend and season)
ETS: an ETS model
NNET: the model fits of NNETAR with T (trend) TS (trend and season) and numbers indicate K
prophet: a prophet model with monthly seasons
Combo1: the average of ETS and ARIMA
Combo2: the average of ETS, NNETT2 and ARIMA
1 2 | data(NWSM)
MonthModelFitter(NWSM, MaxAvg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.