Description Usage Arguments Value Examples
Get forecast results for the following simple forecasting methods:
Naive forecast (naive)
Seasonal naive forecast
Mean forecast (meanf)
Simple exponential smoothing forecasts (ses)
Exponential smoothing with Holt's trend
1 |
data |
Univariate time series (ts object) |
test_size |
Numeric vector of length one specifying length of test set
(along with forecasting horizon). |
acc_measure |
Accuracy indicator. Valid options are "ME", "RMSE", "MAE", "MPE", "MAPE", "MASE" and "ACF1" |
list of forecasting methods with data.frame for accuracy indicators
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.