0

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

user1372020
  • 91
  • 2
  • 2
  • 12

1 Answers1

1

Take any orthogonal matrix R and construct

covariance = R*diag(eigenvalues)*R'
Matt J
  • 1,127
  • 7
  • 15