Skip to main content

Questions tagged [covariance-estimation]

The tag has no usage guidance.

15 votes
1 answer
1k views

Covariance estimation: shrinkage, random matrix theory, what else?

Shrinkage was much en-vogue before random matrix theory (RMT) took everybody's attention in covariance matrix estimation, however the latter also showed its limits. A plethora of other estimators has ...
Quartz's user avatar
  • 1,553
9 votes
0 answers
4k views

Explanation or implementation of Ledoit-Wolf estimator (without math packages)

I have calculated weights of selected assets in a market-neutral portfolio (presumably with min variance) using PCA and simple data covariance matrix. The question is : It is obvious that Cov Matrix ...
Anonymous's user avatar
  • 415
8 votes
2 answers
5k views

Portfolio Optimization : Shrinkage of Covariance Matrix when data is available

It seems that shrinking the covariance matrix is especially useful if the number of individual stocks is greater than the number of data points. However is there any special gain if you're not ...
user1627466's user avatar
6 votes
2 answers
2k views

Implementation of Ledoit Wolf shrinkage estimator within R package tawny

I want to implement the shrinkage intensity given by Ledoit and Wolf, see here page 13. They define $y_{it}$ with $1\le i\le N$ and $1\le t\le t$ be the return on stock $i$ at time $t$. Moreover, $z_i:...
math's user avatar
  • 1,738
6 votes
0 answers
945 views

Shrinkage Estimator for Newey-West Covariance Matrix

I like to apply the Newey-West covariance estimator for portfolio optmization which is given by $$ \Sigma = \Sigma(0) + \frac12 \left (\Sigma(1) + \Sigma(1)^T \right), $$ where $\Sigma(i)$ is the lag ...
Richi Wa's user avatar
  • 13.8k
5 votes
4 answers
15k views

Multivariate GARCH in Python

Is there a package to run simplified multivariate GARCH models in Python? I found the Arch package but that seems to work on only univariate models. I'd like to test out some of the more simple ...
rhaskett's user avatar
  • 1,641
4 votes
2 answers
2k views

Creating a Covariance Matrix

Lets say that you have the correlation of x,y and you have the standard deviations of x and y , how would you then find the covariance of x,y using the correlation of x,y and and the standard ...
Pelumi's user avatar
  • 339
4 votes
6 answers
578 views

Is a more robust Covariance estimation possible?

I'm working on a mean-variance optimization problem, but instead of financial securities I'm choosing a 'portfolio' of N athletes. It is a 1-period optimization problem over one generic statistic ...
George's user avatar
  • 169
4 votes
1 answer
791 views

Ledoit/Wolf covariance shrinkage in risk-parity optimisation

This is more of a theoretical question. I have been working on some mean-variance / Black-Litterman models and played around with Ledoit/Wolf's covariance shrinkage method (sklearn function in Python)....
Riskay's user avatar
  • 105
4 votes
1 answer
883 views

Shrink covariance or correlation matrix

Is it preferable to shrink the covariance matrix vs the correlation matrix? Technically this amounts to either shrinking the sample correlation matrix and then transforming the shrunk correlation ...
Michael's user avatar
  • 500
4 votes
0 answers
122 views

Implementing Hierarchical PCA for financial time series in R

I would like to implement the method "Hierarchical PCA", as described in the following paper and compare it to a "standard" PCA. I like to do this in R AVELLANEDA, Marco. ...
ds_col's user avatar
  • 61
4 votes
0 answers
223 views

Is Ledoit-Wolf Shrinkage with a Constant Correlation Prior Reasonable for a Stock/Bond Mix?

I've been looking into Ledoit-Wolf shrinkage but I've found the papers concentrate on large numbers of assets that tend to all be highly correlated. Often a universe of large cap stocks. I'm ...
rhaskett's user avatar
  • 1,641
3 votes
1 answer
126 views

Sample Variance of Portfolio

Let $w$ denote a vector of portfolio weights, $r_i$ denote the $i$th return vector, $\Sigma$ denote the Covariance matrix of $r_i$ and let $\hat{\Sigma}$ denote the sample covariance matrix of $r_i$. ...
stollenm's user avatar
  • 175
3 votes
2 answers
1k views

How to get Multivariate Betas from an Estimated EWMA co variance Matrix?

I have a portfolio of 4 assets. I also have returns for 3 indices. I want to get the multivariate betas for these 4 assets-based on these assets. I only have the 7 x 7 covariance matrix estimated by a ...
John's user avatar
  • 31
3 votes
0 answers
126 views

What is special about covariance estimation from statistical factor models?

If you were to compare the usual sample covariance estimate to a robust covariance estimate (such as MCD), you can say that the robust estimate is more tolerant to outliers in the data and will not be ...
Chechy Levas's user avatar

15 30 50 per page