Under what conditions will the covariance matrix be identical to the correlation matrix?
I have been looking everywhere but no webpage or book seems to answer my question.
I just want to know when could this situation happen, and what that means for the variables.
Thanks
If all the variables $X_1 \ldots X_n$ are variance=1 - that is - they have the unit scale then $n\times n$ covariance matrix will be (in theory) identical to the correlation matrix. Note - they don't have be normally distributed for this to hold. That said, numerical differences due to the difference in algorithms ( i.e. formulas) may arise - so you definitely don't want to be doing $Cov == Corr$. The differences depend on how degenerate your system is and how much "divide-by-near-zero" error you accumulate.