\[\begin{align}
\mathbf \Psi \sim \mathcal W_2 \left(\begin{bmatrix} 1 & 0.25 \\ 0.25 & 1 \end{bmatrix}, 40\right )
\end{align}\] where the diagonal of the covariance matrix are the same value.
Visulize the data \(\mathop{\mathrm{vec}}{\left(\mathbf \Psi\right)}\)
\[\begin{align}
\mathbf \Psi \sim \mathcal W_2 \left(\begin{bmatrix} 4 & 1 \\ 1 & 1.5 \end{bmatrix}, 40\right )
\end{align}\] where the diagonal of the covariance matrix are the same value.
Visulize the data \(\mathop{\mathrm{vec}}{\left(\mathbf \Psi\right)}\)
# use density instead of frequencyplt.figure(figsize=(8, 5))plt.hist(eigenvalues_Psis1, bins =50, alpha=0.2, density =True, color ='red')plt.hist(eigenvalues_Psishat, bins =50, alpha=0.2, density =True, color ='blue')plt.show()