- #1
adelaide_user_1009
- 3
- 0
- TL;DR Summary
- Can I transform only diagonal elements of a variance-covariance matrix?
I have a variance-covariance matrix W with diagonal elements diag(W). I have a vector of weights v. I want to scale W with these weights but only to change the variances and not the covariances. One way would be to make v into a diagonal matrix and (say V) and obtain VW or WV, which changes both diagonal and off-diagonal elements of W. Does it make sense to only multiply diag(W) with v and leave the off-diagonal elements of W untouched?
I have searched for any intuition around it but found nothing that supports it or otherwise. Any help would be appreciated on references, texts, etc that would involve such a situation.
I have searched for any intuition around it but found nothing that supports it or otherwise. Any help would be appreciated on references, texts, etc that would involve such a situation.