Skip to content
Prev 173423 / 398502 Next

non-positive definite matrix remedies?

That's an interesting problem.  

My first thought was to choose the closest positive definite matrix to
the given matrix, say in the least squares sense.  However, the
2x2 diagonal matrix with diagonal (1,0) makes it clear that there
isn't a closest pd symmetric matrix.

Perhaps multiple imputation would work: impute a complete data
matrix X, compute polycor(X), and repeat.  Will the average of these
positive definite matrices be positive definite???? I think it would if
you were computing pearson correlations, but I am not sure about the
polychoric case.

   albyn
On Wed, Mar 11, 2009 at 04:20:27PM -0600, Matthew Keller wrote: