Class of Extended Minimum Volume Ellipsoid. It has the superclass of CovRobMissSc
.
Objects can be created by calls of the form new("emve", ...)
,
but the best way of creating emve
objects is a call to the function
emve
which serves as a constructor.
mu
Estimated location. Can be accessed via getLocation
.
S
Estimated scatter matrix. Can be accessed via getScatter
.
sc
Estimated EMVE scale. Can be accessed via getScale
.
pmd
Squared partial Mahalanobis distances. Can be accessed via getDist
.
pmd.adj
Adjusted squared 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 "CovRobMissSc"
, directly.
The following methods are defined with the superclass "CovRobMiss":
signature(object = "CovRobMiss")
: display the object
signature(object = "CovRobMiss")
: calculate summary information
signature(object = "CovRobMiss", cutoff = "numeric")
: plot the object. See plot
signature(object = "CovRobMiss")
: return the squared partial Mahalanobis distances
signature(object = "CovRobMiss")
: return the adjusted squared partial Mahalanobis distances
signature(object = "CovRobMiss")
: return the dimension of observed entries for each case
signature(object = "CovRobMiss")
: return the estimated location vector
signature(object = "CovRobMiss", cutoff = "numeric")
: return the estimated scatter matrix
signature(object = "CovRobMiss")
: return the case number(s) with completely missing data, if any
signature(object = "CovRobMiss", cutoff = "numeric")
: return the case number(s) adjusted squared
distances above (1 - cutoff)
th quantile of chi-square p-degrees of freedom.
In addition to above, the following methods are defined with the class "CovRobMissSc":
signature(object = "CovRobMissSc")
: return the MVE scale of the best candidate
Andy Leung andy.leung@stat.ubc.ca
emve
, CovRobMissSc-class
, CovRobMiss-class