Skip to main content

Questions tagged [covariance-estimation]

The tag has no usage guidance.

0 votes
1 answer
89 views

Excess Return Covariance Matrix is Singular - Cash return and risk free rate are the same [closed]

I've created a three asset excess return covariance matrix. The assets are; equity, bonds, and cash. However, my cash return is the same as my risk free rate ( i.e. 3 month Euribor). This is leaving ...
Farrep7's user avatar
  • 21
0 votes
1 answer
49 views

Covariance matrix of Gaussian EM output

I have a project where i wanted to use Expectation Maximization to fill in missing logreturns. With regards to that I have a question I haven't been able to solve. Logically EM should decreese ...
GTT's user avatar
  • 3
1 vote
0 answers
32 views

Distribution of sample covariance times inverse covariance times sample covariance

I want to understand the distribution of the random variable: $$S_n = \frac{1}{n^2} 1'\hat \Sigma \Sigma ^{-1} \hat \Sigma 1$$. 1 is a vector of ones of size n, and the variance is of size nxn. $\hat \...
alejandroll10's user avatar
1 vote
2 answers
313 views

Return forecasting for portfolio optimization

I have some questions related to forecasting returns and how it's used to generate the inputs for portfolio optimization. First, I want to understand why factor models such as FF- 3-factor model are ...
rodrigo's user avatar
  • 45
0 votes
1 answer
92 views

Reliability of R Package on Covariance Matrix Shrinkage

I recently used a R package CovTools in R with the command CovEst.2003LW(X), where X is your sample covariance matrix as an input, to compute the shrunk covariance matrix (an estimate that is closest ...
KaiSqDist's user avatar
  • 1,595
2 votes
1 answer
232 views

Calculating Portfolios Covariance via Bilinearity with Log or Simple Returns

I'm wanting to calculate the covariance between two portfolios $A$ and $B$ which are allocated to assets $X_i$ (where $i \in \left[1, 2, \cdots, N \right]$) with weights $\vec{w_A}$ and $\vec{w_B}$, ...
Ringleader's user avatar
0 votes
0 answers
164 views

Estimating covariance with intraday data

I have intraday (30 min) data for a number of stocks, and I would like to calculate the covariance matrix of returns. For the purpose of calculating the covariance matrix, is it better/more correct to ...
Enrico Detoma's user avatar
0 votes
0 answers
92 views

Bias-Variance tradeoff for Covariance Estimation w/ Different Frequencies

In general, what does the bias-variance tradeoff look like when estimating covariance matrices with varying return frequencies (i.e. daily, weekly, monthly returns)? From my observations I've noticed ...
Ringleader's user avatar
2 votes
0 answers
45 views

What does a non-stochastic limiting shrinkage function mean?

I'm reading the paper "The Power of (Non-)Linear Shrinking: A Review and Guide to Covariance Matrix Estimation" by Ledoit and Wolf (2020). When a function that is used to transform the ...
Silvia Grasso's user avatar
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
1 vote
1 answer
627 views

Shrinkage of the Sample Covariance matrix, theory

is there any theory behind the covariance matrix shrinkage paper, why it works? I am talking about this stats exchange thread
Nygen Patricia's user avatar
0 votes
2 answers
833 views

Number of Observations for Non-Singular Covariance Matrix Estimation

Marcos López de Prado writes the following in his book Advances in Financial Machine Learning: In general, we need at least \frac{1}{2} N (N+1) independent and ...
Nick's user avatar
  • 66
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
0 votes
1 answer
108 views

Odd Result from Computing Correlation Matrix from Kalman Filter Posteriori Covariance Estimate

I am using a Kalman Filter to estimate the return dynamics of a forwards curve on a particular commodity. My state space is the initial forwards values, and an initial guess of the drift functions for ...
user85127's user avatar
1 vote
0 answers
73 views

Can the covariance matrix be represented as a scalar or something similarly small, instead of a large pair-wise grid?

The covariance matrix tabulates pair-wise interactions between variables (assets) one-at-a-time into a grid, which can quickly become large as the number of assets included in a portfolio, for example,...
develarist's user avatar
  • 3,040
0 votes
1 answer
200 views

Update sample covariance matrix

I would like to update a covariance matrix $\mathbf{R}_T$ with a new incoming sample at time $T+1$, i.e. I would like a rank-1 update of the form $\frac{1}{T+1} [T \mathbf{R}_T + \mathbf{x}_{T+1}\...
VanBaffo's user avatar
  • 101
1 vote
2 answers
435 views

Meaning of an identity matrix for the covariance in portfolio optimization

Instead of using a sample covariance matrix for portfolio optimization, Ledoit and Wolf use an estimator that is the weighted average of the sample covariance matrix and the identity matrix, $I$. This ...
develarist's user avatar
  • 3,040
0 votes
1 answer
399 views

Covariance Shrinkage in Black-Litterman Framework

Good evening guys I am looking into the effects of covariance shrinkage on the diversification of asset weights for different portfolio optimisations. Initially, I was interested to see how it affects ...
Riskay's user avatar
  • 105
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
0 votes
1 answer
412 views

Effective Time Length of Exponentially Weighted Covariance Matrix Estimate

In [1] Pafka, Potters and Kondor mention the following in section 2: In contrast, if this covariance matrix estimate is used for portfolio optimization (i.e. for selecting the portfolio in a ...
Hans-Peter Schrei's user avatar
1 vote
0 answers
99 views

Risk-Neutral covariance matrix of arbitrage-free Nelson Siegel

For my thesis on a Bayesian sampling routine for a modification on arbitrage-free Nelson-Siegel I came across an equation that involves a matrix exponential within an integral, i.e. $\int_{0}^{\Delta ...
Gert van Dasler's user avatar
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
1 vote
0 answers
46 views

Correlation coefficient without cash flows?

I'm an intern at a company and one of our tasks is to calculate the the probability of default of both participants of a Swap(a Client and a Bank), for which we first need the correlation coefficient ...
sasha's user avatar
  • 21
1 vote
1 answer
81 views

Misunderstanding of time series autocovariance

I'm reading the "Time Series: Theory and Methods (2nd ed.)" by P.J.Brockwell and R.A.Davis. I've stopped at the one moment at pp.218-219 (Chapter 7 "Estimation of the mean and the Autocovariance ...
Dmitriy's user avatar
  • 243
1 vote
0 answers
368 views

Estimating an GARCH(1,1) model? Long hand method

I am really trying to invest some time to estimate a GARCH(1,1) method, I know there is many statistical packages that will do this for me (Eviews, MATLAB, R), but I am trying to do this by hand, so ...
Tony Chivers's user avatar
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
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
1 vote
0 answers
189 views

Black Litterman - numerical instability

I am trying to work out the formula for the posterior mean in Black Litterman's model assuming 100% confidence : Ref: https://corporate.morningstar.com/ib/documents/MethodologyDocuments/IBBAssociates/...
natt010's user avatar
  • 11
0 votes
1 answer
685 views

Portfolio Optimisation/Covariance Estimation on a large scale

When using Markowitz Portfolio Theory, e.g. for finding an optimal portfolio composition, one needs to have estimates of the returns, but most importantly of the covariance matrix. If our universe of ...
Phil-ZXX's user avatar
  • 1,052

15 30 50 per page