Description Usage Arguments Value Examples
View source: R/DaysModelFitter.R
Function to estimate daily time series models
1 | DaysModelFitter(data, Outcome)
|
data |
A tsibble. |
Outcome |
A valid expression 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: an ARIMA model
ARIMA.T: an ARIMA model with trend
ETS: an ETS model
NNETAR: the model fits from NNETAR with 30 networks
prophet.Linear: a prophet model with linear trend
prophet.Logis: a prophet model with logistic trend
Combo1: the average of ETS and ARIMA
1 2 | data(fb_returns)
DaysModelFitter(fb_returns, daily.returns)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.