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