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.
estimator
Character string of the name of the estimator used. Not meant to be accessed.
Class "CovRobMiss"
, directly.
signature(object = "CovRobMissSc")
Andy Leung andy.leung@stat.ubc.ca
GSE
, CovRobMiss-class