If $\mathbf{X} \sim \mathcal{N}_N(\mathbf{m}, \mathbf{C})$ is an $N$-dimensional gaussian vector, where $\mathbf{m} \in \mathbb{R}^N$ and $\mathbf{C} \in \mathbb{R}^{N \times N}$, what is the variance of $$ Y=\|\mathbf{X}\|^2 $$ where $\|\cdot\|$ denotes the $L_2$-norm (Euclidean norm) ?
As pointed out by this question, $Y$ has a generalised chi-squared distribution and its mean can be obtained easily. However, I want to know what is its variance. Can anybody please give some help?
Since $\mathrm{Var}(Y) = \mathbb{E} Y^2 - (\mathbb{E} Y)^2$ and the latter is known, it boils down to computing $\mathbb{E} Y^2$. Now $Y^2 = (\sum_{i=1}^N X_i^2)^2 = \sum_{i=1}^N X_i^4 + \sum_{i \ne j} X_i^2 X_j^2$, so $\mathbb{E} Y^2 = \sum_{i=1}^N \mathbb{E} X_i^4 + \sum_{i \ne j} \mathbb{E} X_i^2 X_j^2$. By putting in formulas for $\mathbb{E} X_i^4$ and $\mathbb{E} X_i^2 X_j^2$ using the fact $X \sim N(m, C)$ (the formulas for the moments on Wikipedia for the normal distribution and the multivariate version might be helpful), you would be done after some hard algebraic work. For example, if we take $m = 0$ for simplicity, then $\mathbb{E} X_i^4 = 3 C_{ii}^2$ and $\mathbb{E} X_i^2 X_j^2 = C_{ii} C_{jj} + 2 C_{ij}^2$.