
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Plot method for forecast.bmgarch objects.
# S3 method for forecast.bmgarch
plot(x, type = "mean", askNewPage = TRUE, last_t = 100, ...)
List of ggplot objects (one per time series).
forecast.bmgarch object. See forecast.bmgarch
.
String (Default: "mean"). Whether to plot conditional means ("mean"), variance ("var"), or correlations ("cor").
Logical (Default: True). Whether to ask for new plotting page.
Integer (Default: 100). Only show last_t
observations in plot.
Not used
Stephen R. Martin