How can I generate a matrix M such that cov(M) = I (identity). I use matlab to generate M.
How can I generate a matrix M such that cov(M) = I (identity). I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If
Mis made up of columnsm1,m2,...mN, andx1=(m1-mean(m1))/sqrt(N-1)thencov(M)=X'*XThis means
cov(M)=IiffXis an orthonormal matrix. You can use this fact to designXand then work your way back to anM