| CovRobMissSc-class | R Documentation |
The Superclass of the GSE-class and emve-class objects.
Objects can be created by calls of the form new("CovRobMissSc", ...),
but the best way of creating CovRobMissSc objects is a call to either of the folowing
functions:GSE or emve.
mu Estimated location. Can be accessed via getLocation.
S Estimated scatter matrix. Can be accessed via getScatter.
sc Estimated M-scale (either GS-scale or MVE-scale). Can be accessed via getScale.
pmd Square partial Mahalanobis distances. Can be accessed via getDist.
pmd.adj Adjusted square partial Mahalanobis distances. Can be accessed via getDistAdj.
pu Dimension of the observed entries for each case. Can be accessed via getDim.
call Object of class "language". Not meant to be accessed.
x Input data matrix. Not meant to be accessed.
p Column dimension of input data matrix. Not meant to be accessed.
estimatorCharacter string of the name of the estimator used. Not meant to be accessed.
Class "CovRobMiss", directly.
In addition to methods inheritedfrom the class "CovRobMiss":
signature(object = "CovRobMissSc")
: return the GS-scale or MVE-scale of the best candidate.
Andy Leung andy.leung@stat.ubc.ca
GSE, CovRobMiss-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.