Description Usage Arguments Value Examples
View source: R/DayWModelFitter.R
Function to estimate daily seasonal time series models
1 | DayWModelFitter(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.LWA: a prophet model with weekly and annual seasons
prophet.LW: a prophet model with weekly seasons
Combo1: the average of ETS and ARIMA
Combo2: the average of ETS, NNETT2 and ARIMA
1 2 | data(SNWSDPDX)
DayWModelFitter(SNWSDPDX, TX)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.