As far as I understand,
- the Minimum Covariance Determinant (MCD) estimator looks for the subset of h data points whose covariance matrix has the smallest determinant.
- the Minimum Volume Ellipsoid (MVE) searches for the ellipsoid with the smallest volume that covers h data points.
Once either subset is found, the robust estimate of the covariance matrix is given by that of those h points.
Can you explain me the conceptual difference between the MCD and MVE? Isn't the determinant related to the volume?
EDIT
User603 have argued that both estimators are solutions to different optimisation problems. Even if I do not understand everything in its answer, I do trust him. But then, what about this formula for the volume of the ellipsoid $(x-v)'A^{-1}(x-v)=1$ $$V = \frac{4}{3}\pi\sqrt{\det(A)}$$ according to which minimising V is equivalent to minimising $\det(A)$...