forecast.MEDIAN | R Documentation |
Forecast a trained median model.
## S3 method for class 'MEDIAN'
forecast(object, new_data, specials = NULL, ...)
object |
An object of class |
new_data |
Forecast horizon (n-step ahead forecast) |
specials |
Specials are currently not in use. |
... |
Additional arguments for forecast method. |
An object of class fable
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.