summary.MDSVfit | R Documentation |
Summary, print and plot methods for the class MDSVfit as returned by the function MDSVfit
.
## S3 method for class 'MDSVfit'
summary(object, ...)
## S3 method for class 'summary.MDSVfit'
print(x, ...)
## S3 method for class 'MDSVfit'
print(x, ...)
## S3 method for class 'MDSVfit'
plot(x, plot.type = c("dis", "nic"), ...)
## S3 method for class 'plot.MDSVfit'
print(x, ...)
object |
An object of class MDSVfit, output of the function |
... |
Further arguments passed to or from other methods. |
x |
An object of class summary.MDSVfit, output of the function |
plot.type |
A character designing the type of plot. |
dis
as argument plot.type
lead to plot the stationnary distribution of the Markov chain process MDSV. The leverage
effect is not took into account for that plot.
A list consisting of:
ModelType : type of model to be fitted.
LEVIER : wheter the fit take the leverage effect into account or not.
N : number of components for the MDSV process.
K : number of states of each MDSV process component.
convergence : 0 if convergence, 1 if not.
estimates : estimated parameters.
LogLikelihood : log-likelihood of the model on the data.
AIC : Akaike Information Criteria of the model on the data.
BIC : Bayesian Information Criteria of the model on the data.
data : data use for the fitting.
... : further arguments passed to the function.
Engle, R. F., & Ng, V. K. (1993). Measuring and testing the impact of news on volatility. The journal of finance, 48(5), 1749-1778. https://doi.org/10.1111/j.1540-6261.1993.tb05127.x
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.