I am computing the Frobenius norm of the difference between two covariance matrices, \begin{align} |\mathbf{C}-\mathbf{C}'|_F=\sqrt{\sum_{i,j}\left(c_{ij}-c'_{ij}\right)^2}. \end{align}
Each of these covariance matrices is a sample estimate constructed from a finite number $N_s$ of samples of a multivariate jointly Gaussian random vector,
\begin{align} \mathbf{C} = \frac{1}{N_s-1}\sum_{i=k}^{N_s}\mathbf{x}_k\mathbf{x}_k^\top \\ \mathbf{C}' = \frac{1}{N_s-1}\sum_{i=k}^{N_s}\mathbf{x'}_k\mathbf{x'}_k^\top \end{align}
Because these covariances are estimates, they will have errors about true values. I'm trying to propagate this uncertainty through to the Frobenius distance. In synthetic experiments, I'm getting distributions (generated by taking different samples of the random vectors) that look chi-squared, but I'm not sure that makes sense in this context. Is there a closed-form solution for the PDF of this norm (or its square)?