
CovControlMve
containing the control parameters for CovMve
CovControlMve(alpha = 0.5, nsamp = 500, seed = NULL, trace= 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
. For
nsamp="best"
exhaustive enumeration is done, as long as the
number of trials does not exceeseed = NULL
trace = FALSE
CovControlMve
object## the following two statements are equivalent
ctrl1 <- new("CovControlMve", alpha=0.75)
ctrl2 <- CovControlMve(alpha=0.75)
data(hbk)
CovMve(hbk, control=ctrl1)
Run the code above in your browser using DataLab