Generates future predictions of the time series from an inzightts
object.
The output object includes predicted means, prediction intervals, raw data,
and fitted values.
An inzightts
object representing the time series.
A character vector specifying the variable(s) to forecast, or set
to NULL
to forecast all variables.
The forecast horizon, either the number of observations to predict,
or a character string specifying the time interval to predict
(e.g., "2 years"
).
Logical; set to TRUE
for a multiplicative model, or
FALSE
for the default additive model.
The name of a fable
model function or "auto"
.
A decimal representing the width of the prediction interval.
The range of data to be used for fitting forecasts, specified as dates or years.
Additional arguments (ignored).
An inz_frct
object containing the forecasts.
The range of data to be plotted, specified as dates or years.
A title for the x-axis of the plot.
A title for the y-axis of the plot.
A title for the graph.
An inz_frct
object containing the forecasts.