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

Pergunta

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

Foi útil?

Solução

Take any orthogonal matrix R and construct

covariance = R*diag(eigenvalues)*R'
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top