. matrix C = cholesky(S)
matrix not positive definite
r(506);
Now, I've searched the list archives, the web and am pretty sure S is
positive definite. I discovered this problem using the -drawnorm- program
(it passed of the internal tests as a covariance matrix until it reached
the cholesky function).
Any ideas as to what I can do (assuming either my matrix isn't positive
definite or this function isn't working right)?