It is a wrapper for the (reweighted) MCD estimators of location and scatter
as computed by rrcov::CovMcd().
ICS_mcd_raw(x, location = FALSE, nsamp = "deterministic", alpha = 0.5, ...)ICS_mcd_rwt(x, location = FALSE, nsamp = "deterministic", alpha = 0.5, ...)
An object of class "ICS_scatter" with the following
components:
if requested, a numeric vector giving the location estimate.
a numeric matrix giving the estimate of the scatter matrix.
a character string providing a label for the scatter matrix.
a numeric matrix or data frame.
a logical indicating whether to include the MCD-estimate of
location (defaults to FALSE).
number of subsets used for initial estimates or "best",
"exact" or "deterministic" (default).
numeric parameter controlling the size of the subsets over
which the determinant is minimized as in rrcov::CovMcd().
potential further arguments passed to rrcov::CovMcd().
Andreas Alfons and Aurore Archimbaud
ICS_mcd_raw(): computes the raw MCD estimates.
ICS_mcd_rwt(): computes the reweighted MCD estimates.
rrcov::CovMcd()