| MCD | R Documentation |
The function returns, for some multivariate data, the MCD location and scatter estimates obtained from CovMcd.
MCD(x, ...)
x |
numeric data matrix or dataframe. |
... |
further arguments passed to or from other methods. |
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.
The MCD function is proposed inside the ICSShiny application.
location |
MCD location vector. |
scatter |
MCD scatter estimate. |
Aurore Archimbaud and Joris May
CovMcd
CovMcd, ICSShiny
library(ICSShiny)
res.MCD <- MCD(iris[, 1:4], alpha = 0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.