plot.MDSVroll | R Documentation |
Plot methods for the class MDSVroll as returned by the function MDSVroll
.
## S3 method for class 'MDSVroll'
plot(x, plot.type = c("sigma", "VaR", "dens"), ...)
## S3 method for class 'plot.MDSVroll'
print(x, ...)
x |
An object of class plot.MDSVroll, output of the function |
plot.type |
The type of plot to be draw. |
... |
Further arguments passed to or from other methods. |
One or more of the following plots :
sigma : Graph of the square of log-returns and/or realized variances with its 1-ahead forecasts.
VaR : Graph showing the log-returns and the forecast conditional VaR at 1-ahead.
dens : Graph of predicative density of log-retunrs or realized variances at 1-ahead.
For fitting MDSVfit
, filtering MDSVfilter
, bootstrap forecasting MDSVboot
and rolling estimation and forecast MDSVroll
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.