forecast.GLARMA: Forecast a model from the fable package
Description
Produces forecasts from a trained model.
Usage
# S3 method for GLARMA
forecast(object, new_data, ...)
Value
A list of forecasts.
Arguments
object
A model for which forecasts are required.
new_data
Tsibble, it has to contains the time points and exogenous regressors to produce forecasts for.
...
Other arguments passed to methods
Details
Predict future observations based on a fitted GLM-type model for time series of counts.
Futher informations about the forecast method can be obtained typing ?glarma::forecast