plot.MDSVfilter | R Documentation |
Plot methods for the class MDSVfilter as returned by the function MDSVfilter
.
## S3 method for class 'MDSVfilter'
plot(x, ...)
## S3 method for class 'plot.MDSVfilter'
print(x, ...)
x |
An object of class MDSVfilter, output of the function |
... |
Further arguments passed to or from other methods. |
A list consisting of:
V_t : smoothed volatilities taking leverage effect into accound when existing.
data : data use for the filtering.
dates : vector or names of data designing the dates.
ModelType : type of model to be filtered.
... : further arguments passed to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.