determine all unique sample subsets of size h = 0.9N
for each subset S
compute the covariance matrix of Cs = S
compute Vs = det(Cs)
choose the subset where Vs is a minimal
Geometrically, the determinant is the volume of the N dimensional vector space implied by the covariance matrix. Minimizing the ellipsoid is equivalent to minimizing the volume.