Is Wishart Matrix?

1.4k Views Asked by At

Analyzing a system, I have faced a problem which is related to Random Matrices and in particular Wishart matrix. The problem is as follows:

Lets assume $\boldsymbol{H}$ is an $m\times n$ random matrix with rows drawn independently from an n-variate normal distribution with zero mean, i.e. $\boldsymbol{H}_{(i)}\sim \mathcal{N}(0,\boldsymbol{\Sigma}_i) = \mathcal{N}(0,\alpha\boldsymbol{I})$. I know $\boldsymbol{W} =\boldsymbol{H}\boldsymbol{H}^H$ is a Wishart matrix distributed as $\mathcal{W}_m(n,\boldsymbol{\Sigma})$ with $n>m$. Now, lets assume $\boldsymbol{\Sigma}$ is different for every row, i.e. $\boldsymbol{H}_{(i)}\sim \mathcal{N}(0,\boldsymbol{\Sigma}_i) = \mathcal{N}(0,\alpha_i\boldsymbol{I})$. Is $\boldsymbol{W} =\boldsymbol{H}\boldsymbol{H}^H$ a wishart matrix? if so, I am interested in the distribution of the eigenvalues of $\boldsymbol{W}$. What is the distribution of $\mathcal{l}^{\text{th}}$ eigenvalue of $\boldsymbol{W}$

I will greatly appreciate any hint or any reference which particularly studies the mentioned problem.