CovControlSde-class {rrcov} | R Documentation |
This class extends the CovControl
class
and contains the control parameters for CovSde
Objects can be created by calls of the form new("CovControlSde", ...)
or by calling the constructor-function CovControlSde
.
nsamp
maxres
tune
tune = 0.95
.prob
nsamp
when nsamp
is omitted. Default is prob = 0.99
.eps
nsamp
when nresamp
is omitted.
Default is eps = 0.5
.seed = NULL
.trace
, tolSolve
:"CovControl"
class.
Class "CovControl"
, directly.
signature(obj = "CovControlSde")
: ... Valentin Todorov valentin.todorov@chello.at
Todorov V & Filzmoser P (2009), An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1–47. URL http://www.jstatsoft.org/v32/i03/.
## the following two statements are equivalent ctrl1 <- new("CovControlSde", nsamp=2000) ctrl2 <- CovControlSde(nsamp=2000) data(hbk) CovSde(hbk, control=ctrl1)