summary.MDSVboot | R Documentation |
Summary and print methods for the class MDSVboot as returned by the function MDSVboot
.
## S3 method for class 'MDSVboot'
summary(object, ...)
## S3 method for class 'summary.MDSVboot'
print(x, ...)
## S3 method for class 'MDSVboot'
print(x, ...)
object |
An object of class MDSVboot, output of the function |
... |
Further arguments passed to or from other methods. |
x |
An object of class summary.MDSVboot, output of the function |
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.
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.
dates : vector or names of data designing the dates.
n.ahead : integer designing the forecast horizon.
n.bootpred : integer designing the number of simulation based re-fits used to generate the parameter distribution.
rt_sim : matrix of log-returns forecast simulated where the row stand for the simulations and the columns for the horizon.
rt2 : vector of mean by column of the square of rt_sim.
rvt_sim : matrix of realized variances forecast simulated where the row stand for the simulations and the columns for the horizon.
rvt : vector of mean by column of rvt_sim.
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.