Calculates forecasts for \(h_{T+k}\), where \(T\) denotes the end of the estimation period for fitting the HEAVYmodel and \(k = 1, \dots, \code{stepsAhead}\).
# S3 method for HEAVYmodel
predict(object, stepsAhead = 10, ...)
an object of class HEAVYmodel.
the number of days iterative forecasts are calculated for (default 10).
further arguments passed to or from other methods.