ForecastModel: ForecastModel

Description Methods

Description

A model for predicting multiple time steps into the future. You should extend this class if you are predicting over some future time period and none of the convenience classes which extend forecast are applicable.

Methods

forecast(newdata,steps)

This method must be extended. This function is similar to predict, in that it predicts the rows of the input data, however it can predict multiple timesteps into the future, instead of a single timestep.

Arguments
newdata - The data to forecast from.
steps - The number of timesteps into the future to predict.
Value

A forecast


HopkinsIDD/ForecastFramework documentation built on Nov. 10, 2019, 2:15 a.m.