Last chance! 50% off unlimited learning
Sale ends in
rrcov.control(alpha = 1/2, nsamp = 500, seed = NULL, tolSolve = 1e-14,
trace = FALSE,
use.correction = TRUE, adjust = FALSE)
alpha*n
observations
are used for computing the determinant. Allowed values are between 0.5
and 1 and the default is 0.5."best"
or "exact"
. Default is nsamp = 500
.
If nsamp="best"
exhaustive enumeration is done, as far as
the number of trials do not exceed 5000.Random.seed
and the description of the seed
argument in lmrob.control
.solve
) of the covariance matrix in
mahalanobis
.trace = FALSE
TRUE
.adjust = FALSE
.data(Animals, package = "MASS")
brain <- Animals[c(1:24, 26:25, 27:28),]
data(hbk)
hbk.x <- data.matrix(hbk[, 1:3])
ctrl <- rrcov.control(alpha=0.75, trace=TRUE)
covMcd(hbk.x, control = ctrl)
covMcd(log(brain), control = ctrl)
Run the code above in your browser using DataLab