Given eigen values for a matrix in n dimension how one can generate a corresponding covariance matrix which result in having those eigen values

StackOverflow https://stackoverflow.com/questions/21509206

문제

I am having some difficulties resolving this: Given eigen values for a matrix in n dimension how one can generate a corresponding covariance matrix which result in having those eigen values.

Any advice is much appreciated.

Ali

도움이 되었습니까?

해결책

Take any orthogonal matrix R and construct

covariance = R*diag(eigenvalues)*R'
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top