Description Usage Arguments Value
Forecasts a dockless_df
time series one day ahead.
1 | forecast_single(forecast_data, evaluate_data, method, model = NULL)
|
forecast_data |
time series to be forecasted as object of
class |
evaluate_data |
true observations of forecasted day, as
object of class |
method |
one of 'DBAFS', 'NFS' or 'EFS', specifying the forecasting method to be used. |
model |
forecasting model, either of class |
Returns an object of class dockless_fc
, which is a data
frame containing the observed values, forecasted values and corresponding
prediction intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.