Page 1 of 1

uncorrelated Normal deviates

Posted: February 18th, 2003, 4:34 pm
by gelfand
Suppose I want to generated standardized, uncorrelated, multivariate normal deviates in array x(:,, whereeach column contains samples of a standardized normal. How do I orthogonalize the columns?Mathematically, I want x(:, of dimension n, m with the propertiessum(i=1,n) x(i,j)*x(i,k) = 1 if i = j 0 if i /= j

uncorrelated Normal deviates

Posted: February 18th, 2003, 4:42 pm
by Lestat
Have you proved with Gram-Schmidt?

uncorrelated Normal deviates

Posted: February 18th, 2003, 4:48 pm
by chiral3
Gram-Schmit ON