powered by
The function returns, for some multivariate data, the MCD location and scatter estimates obtained from CovMcd.
CovMcd
MCD(x, ...)
MCD location vector.
MCD scatter estimate.
numeric data matrix or dataframe.
further arguments passed to or from other methods.
Aurore Archimbaud and Joris May
The use of the ICSShiny function requires to pass as an argument a list with: the location vector and the scatter matrix, as the first two arguments.
ICSShiny
The MCD function is proposed inside the ICSShiny application.
MCD
CovMcd, ICSShiny
library(ICSShiny) res.MCD <- MCD(iris[, 1:4], alpha = 0.75)
Run the code above in your browser using DataLab