Description Usage Arguments Details Value Note Author(s) References See Also Examples
Function to extract the variance-covariance matrix of multivariate volatility models. Currently only implemented for models of class MultiEWMA.
1 2 3 |
object |
Output of a multivariate volatility model. |
offdiagonal |
Whether diagonal elements should be kept or not. |
duplicates |
Whether duplicate off-diagonal elements should be kept or not. |
... |
Arguments passed to methods. |
Returns the variance-covariance matrix of a multivariate volatility model.
A multivariate zoo object. Each row of the output objects represents the correlation matrix (or elements thereof) of the corresponding day.
If the full conditional variance-covariance matrices are needed, users can also use fitted, which is slightly faster. However, in comparison to fitted, varcov gives the user more control over the extracted elements of the conditional variance-covariance matrices. Moreover, in future releases of this package, varcov may be defined for other multivariate volatility models as well. In this case, the function will provide a convenient infrastructure to better compare the output of these models.
Bernhard Eder
Danielsson (2011). Financial Risk Forecasting. Wiley. Chichester.
Jorion (2007). Value at Risk, 3rd. McGraw-Hill. New York.
Ruppert and Matteson (2015). Statistics and Data Analysis for Financial Engineering, 2nd. Springer. New York.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.