Last chance! 50% off unlimited learning
Sale ends in
covRob
function.covRob.control(estim, ...)
estim
in the form name = value
and separated by commas. Omitted parameters receive their default values.estim
. The value of estim
occupies the first element of the list.covRob
. The underlying robust estimators are: CovSde
, covMcd
and CovOgk
. Power-users should consider calling these functions directly.
mcd.control <- covRob.control("mcd", quan = 0.75, ntrial = 1000)
ds.control <- covRob.control("donostah", prob = 0.95)
qc.control <- covRob.control("pairwiseqc")
Run the code above in your browser using DataLab