Skip to main content

Questions tagged [covariance]

A measure of the degree of linear association between a pair of random variables.

Filter by
Sorted by
Tagged with
2 votes
1 answer
175 views

In Honey, I Shrunk the Sample Covariance Matrix by Ledoit & Wolf (2004), the authors mentioned: Alternatively, one might consider an estimator with a lot of structure, like the single-factor ...
KaiSqDist's user avatar
  • 2,862
0 votes
0 answers
206 views

I have three different types of variance-covariance matrices derived from the same series of returns: A simple variance-covariance matrix using ret.corr(). A variance-covariance matrix adjusted with ...
Leiendeckers Jerome's user avatar
0 votes
0 answers
121 views

I am currently trying to carry out a mean variance optimisation, with the implementation of GARCH. I'm not sure if this is going to make complete sense as my understanding of GARCH is limited. In the ...
FraserM2000's user avatar
1 vote
0 answers
49 views

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
0 answers
107 views

An asset A is expected to yield a $2\%$ return with a standard deviation of $1\%$, and another asset B is expected to yield a $1\%$ return with a standard deviation of $1\%$. Discuss how you would ...
LeFo's user avatar
  • 111
0 votes
1 answer
105 views

Let's say we have 2 pairs of currencies: EUR/USD and GBP/USD. The cross-asset (or synthetic asset) would be (EUR/USD) / (GBP/USD) = EUR/GBP. Is there any relationship between the covariance(EUR/USD, ...
Hiperfly's user avatar
0 votes
2 answers
674 views

I was recently learning about value at risk and how to calculate it, and one of the steps was to calculate the covariance of the returns of the securities making up the portofolio. This makes sense ...
abdelrahman esmat's user avatar
0 votes
0 answers
216 views

In the portfolio optimization problem at hand, one of the constraints is that the tracking error should not be greater than $\gamma$. The constraint is therefore: $(\textbf{x}-\textbf{w})^\mathrm{T}\...
D. B.'s user avatar
  • 1
3 votes
1 answer
434 views

Based on the definitions of A, B, C, and D in "An Analytic Derivation Of The Efficient Portfolio Frontier" by Robert Merton (1972), how can I prove the following in a line-by-line derivation?...
David 's user avatar
  • 31
3 votes
1 answer
166 views

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
6 votes
2 answers
241 views

I tried to compute the following covariance : $$Cov(e^{\int_{t}^{T}W^1_sds},\int_{t}^{t+1}W^2_sds)$$ where $W^1_t$ and $W^2_t$ are Brownian motions such that $dW_t^1dW_t^2=\rho dt $ My idea was to ...
DeepInTheQF's user avatar
1 vote
0 answers
206 views

Suppose that $X$ is a random variable and $\frac{d\mathbb{Q}}{d\mathbb{P}}$ is the Radon-Nikodym derivative. The quantity under consideration is as follows: \begin{equation} Cov(X, \frac{d\mathbb{Q}}{...
user53249's user avatar
  • 419
0 votes
1 answer
1k views

I am looking into a quite simple task: shrinking the sample covariance matrix of a minor sample of monthly returns data on 5 different assets. I am using Python to process my data and have been using ...
AVinther's user avatar
3 votes
2 answers
1k views

Let $$ I = \int_0^1W_tdt, $$ where $W_t$ is a Brownian motion. From Integral of Brownian motion w.r.t. time we have that $$ \mathbb{E}[I]=0, $$ by Fubini's theorem. And that $$ \mathbb{V}\text{ar}[I] =...
Oliver's user avatar
  • 33
2 votes
1 answer
199 views

Given is that $\epsilon_n$ is a white noise process with $\text{Var}(\epsilon_n)=\sigma^2$ and that $g_j\in\mathbb{R}$. There is a step in my lecture notes that I don't get. It says the following $$\...
Parseval's user avatar
  • 221
1 vote
1 answer
164 views

This question is a follow-up from the following: conditional expectation of stochastic integral so I won't repeat myself regarding assumptions and notation. Using Brownian bridge approach, we know ...
Gabriele Pompa's user avatar
2 votes
0 answers
117 views

I have an N = 100 covariance matrix. I am clustering the covariance matrix say into 5 clusters. How can I compute the reduced ...
Vitomir's user avatar
  • 841
2 votes
1 answer
537 views

What I want to do is the following: Let's say I have two assets 1 and 2, and have a 2x2 covariance matrix. Then I have two portfolios A and B made of weights from assets 1 and 2. What I would like to ...
Rafael Velásquez's user avatar
1 vote
1 answer
168 views

I am trying to replicate the steps of the Barras, Scaillet, Wermer(2010) paper for a Monte-Carlo Simulation. More specifically the steps in Appendix B.1 (Attached image). I have so far done the ...
JoseMM's user avatar
  • 13
0 votes
1 answer
178 views

If the covariance solution between the returns series of the minimum-variance portfolio ($A$) and any other portfolio along the efficient frontier ($B$) is $$Cov_{A, B} = \frac{1}{\mathbf{1}^T\mathbf{\...
develarist's user avatar
  • 3,140
1 vote
1 answer
362 views

I am dealing with a mean-reverting Vasicek process defined as: \begin{equation} S_t = S_0 e^{-at} + b(1-e^{(-at)}) + \sigma e^{(-at)} \int_{0}^{t} e^{(-as)} \ W_t \end{equation} I want to ...
Mark Marconi's user avatar
0 votes
2 answers
2k views

Variance is concave, so portfolio risk must be too. The mean-variance model employs quadratic programming to optimize (minimize) portfolio risk. My understanding is that quadratic programming requires ...
develarist's user avatar
  • 3,140
1 vote
2 answers
542 views

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,140
0 votes
0 answers
140 views

If i have a vector of expected returns $A$, a covariance matrix $C$ and a vector of the corresponding weights $W$ for each investment, is it possible to generate the efficient frontier with vector ...
123456789's user avatar
2 votes
1 answer
253 views

I'd like to understand why $\Sigma$ is the same under both measures $\mathbb{P}$ and $\mathbb{Q}$. Is it an assumption or a general fact based on theoretical concepts?
morgan's user avatar
  • 23