Plot predictions based on bssm package
# S3 method for predict_bssm
autoplot(object, plot_mean = TRUE,
plot_median = TRUE, y, fit, obs_color = "black",
mean_color = "red", median_color = "blue", fit_color = mean_color,
interval_color = "#000000", alpha_fill = 0.25, ...)
Object of class predict_bssm
.
Draw mean predictions. Default is TRUE
.
Draw median predictions. Default is TRUE
.
Optional values for observations. Defaults to object$y
.
Optional values for fitted values such as smoothed estimates of past observations.
Colors for corresponding components of the plot.
Alpha value for controlling the transparency of the intervals.
Ignored.