predict.HEAVYmodel | R Documentation |
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 class 'HEAVYmodel'
predict(object, stepsAhead = 10, ...)
object |
an object of class HEAVYmodel. |
stepsAhead |
the number of days iterative forecasts are calculated for (default 10). |
... |
further arguments passed to or from other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.