covEllipsesPlot {fAssets} | R Documentation |
Plots covariance ellipses.
covEllipsesPlot(x = list(), ...)
x |
a list of at least two covariance matrices. |
... |
optional arguments to be passed. |
This plot visualizes the difference between two or more covariance matrices. It is meant to compare different methods of covariance estimation.
## LPP - LPP = as.timeSeries(data(LPP2005REC))[, 1:6] head(LPP) ## cov - Cov = cov(LPP) robustCov = assetsMeanCov(LPP, "MCD")$Sigma ## covEllipsesPlot - covEllipsesPlot(list(Cov, robustCov))