Plot method for bmgarch objects.
# S3 method for bmgarch
plot(x, type = "mean", askNewPage = TRUE, CrI = c(0.025, 0.975), ...)
List of ggplot objects (one per time series).
bmgarch object.
String (Default: "mean"). Whether to plot conditional means ("mean"), variance ("var"), or correlations ("cor").
askNewPage Logical (Default: True). Whether to ask for new plotting page.
CrI Numeric vector (Default: c(.025, .975)
). Lower and upper bound of predictive credible interval.
Not used
Stephen R. Martin