3

Given a $K\times M$ matrix $X$, where $M\gg K$, comprising independent complex Gaussian random variables, each one with mean $$E[X_{k,m}]=B_{k,m}$$ and variance $$Var[X_{k,m}]=\Sigma_{k,m}$$ define the random matrix $R(X)$ as $$R(X)=I +XX^{H}.$$

My problem is now to compute the expected value of $R^{-1}(X)$, i.e., compute $$E_X[R^{-1}(X)].$$

My idea was to perhaps use a Neumann series expansion of the matrix inverse and then to evaluate moments.

flag

1 Answer

1

I'm not sure that I understand well the notations, but:

(1) If $H$ is the transpose, then $XX^H$ is a Wishart matrix, its asymptotic law with $M,N\to\infty$ and $M/N\simeq t>0$ fixed is the Marchenko-Pastur law.

(2) If in addition $R^{-1}(X)=R(X)^{-1}$, then you can recover the law of $R^{-1}(X)$ from that of $XX^H$ just by using the formula $\frac{1}{1+x}=1-x+x^2+\ldots$, under the MP assumptions of course.

(3) Now depending on what your assumption exactly $M>>K$ means, you might either deduce your formula from (2), or need a variation of that, or of the technical results in the proof of that.

In any case, probably an idea would be to look first at the various proofs of the Marchenko-Pastur (Google..) pick one that fits you best (e.g. via the moment method, as you suggest..) and slightly modify where needed. You may also try directly, with the Wick formula.

link|flag
Does the MP law hold even when $\Sigma_{k,m}$ are different for all $k$ and $m$? – Zachary Delfy Jan 22 at 13:53
1 
Not as usually stated, and certainly not without additional assumptions. Moreover, you need some assumptions about the means too. – Mark Meckes Jan 22 at 14:04
anyone with a little spare time over...? I've got 2 jobs, 3 kids, and 1 wife that gives me h**l...:-) – Zachary Delfy Jan 22 at 14:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.