RiskPortfolios icon indicating copy to clipboard operation
RiskPortfolios copied to clipboard

Time series of covariance matrices

Open tschm opened this issue 5 years ago • 0 comments

I wonder whether you could expose the entire time series of covariance matrices in the function

.ewmaCov <- function(rets, lambda)

This could be an xts object?

In a typical back test for an equity strategy I would use at time t the covariance matrix available using data only available at to time t. Hence I operate with a sequence of covariance matrices.

Many thanks

tschm avatar Dec 30 '19 17:12 tschm