Description Usage Arguments Value
Forecasts the last week of a dockless_df
time series, using a model
generated with either build_single_model or build_models.
Each day will be forecasted seperately, with a period of data of given length.
The period of data to forecast with will always end at the start of the day
that is forecasted.
1 | forecast_lastweek(data, method, model = NULL)
|
data |
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_df
, 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.