forecast_multiple: Forecast a 'dockless_dfc' object

Description Usage Arguments Value

Description

Forecast a dockless_dfc object, using either DBAFS, NFS or EFS, from either the user perspective or the operator perspective.

Usage

1
2
forecast_multiple(data, method, perspective = "user", points,
  models = NULL)

Arguments

data

object of class dockless_dfc.

method

one of 'DBAFS', 'NFS' or 'EFS', specifying the forecasting method to be used.

perspective

one of 'user' or 'operator', specifying from which perspective forecasts should be made.

points

if perspective is set to 'user', the test points as object of class sf with point geometry, obtained with the create_testpoints function. If perspective is set to 'operator', the grid cell centroids as object of class sf with point geometry, obtained with the create_grid function.

models

list of objects of either class ARIMA or class stlm, each representing the forecasting model belonging to a cluster. Must be obtained with the build_models function. Ignored if method is set to either 'NFS' or 'EFS'.

Value

Returns an object of class dockless_fcc, which is a collection of dockless_fc data frames.


luukvdmeer/dockless documentation built on May 10, 2019, 1:24 p.m.