Skip to content
Prev 248964 / 398525 Next

computing var-covar matrix with much missing data

On Mon, Jan 31, 2011 at 9:30 AM, Mike Miller <mbmiller+l at gmail.com> wrote:
You may get lucky and your matrix (cov or cor) may be positive
definite. If not, you may want to think about imputing the missing
data, which may be better than trying to massage a covariance matrix
into being positive definite. You could also try a hybrid approach of
deleting observation with lots of missing data and imputing only the
ones that are left over.

Peter