summary.MDSVfilter | R Documentation |
Summary and print methods for the class MDSVfilter as returned by the function MDSVfilter
.
## S3 method for class 'MDSVfilter'
summary(object, ...)
## S3 method for class 'summary.MDSVfilter'
print(x, ...)
## S3 method for class 'MDSVfilter'
print(x, ...)
object |
An object of class MDSVfilter, output of the function |
... |
Further arguments passed to or from other methods. |
x |
An object of class summary.MDSVfilter, output of the function |
A list consisting of:
ModelType : type of model to be filtered.
LEVIER : wheter the filter 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.
data : data use for the filtering.
dates : vector or names of data designing the dates.
estimates : input 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.
Levier : numeric vector representing the leverage effect at each date. Levier
is 1 when no leverage is detected
filtred_proba : matrix containing the filtred probabilities \mathbb{P}(C_t=c_i\mid x_1,\dots,\x_t)
of the Markov Chain.
smoothed_proba : matrix containing the smoothed probabilities \mathbb{P}(C_t=c_i\mid x_1,\dots,\x_T)
of the Markov Chain.
Marg_loglik : marginal log-likelihood corresponding to the log-likelihood of log-returns. This is only return when ModelType = 2
.
VaR : Value-at-Risk compute empirically.
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.