A numeric vector giving the mean vector of the
distribution. If missing, will be estimated from x.
cov
A numeric matrix giving the covariance of the
distribution. If missing, will be estimated from x.
...
Extra parameters to be passed to MASS::cov.rob().
Only used if robust is TRUE.
robust
A logical scalar: should robust location and scatter
estimation be used?
method
A character string specifying the method to be used.
It must be one of "mve" (minimum volume ellipsoid) or "mcd" (minimum
covariance determinant). Only used if robust is TRUE.