| CovRobMissSc-class {GSE} | R Documentation |
Class "CovRobMissSc" – a subclass of "CovRobMiss" with scale estimate
Description
The Superclass of the GSE-class and emve-class objects.
Objects from the Class
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.
Slots
muEstimated location. Can be accessed via
getLocation.SEstimated scatter matrix. Can be accessed via
getScatter.scEstimated M-scale (either GS-scale or MVE-scale). Can be accessed via
getScale.pmdSquare partial Mahalanobis distances. Can be accessed via
getDist.pmd.adjAdjusted square partial Mahalanobis distances. Can be accessed via
getDistAdj.puDimension of the observed entries for each case. Can be accessed via
getDim.callObject of class
"language". Not meant to be accessed.xInput data matrix. Not meant to be accessed.
pColumn dimension of input data matrix. Not meant to be accessed.
estimatorCharacter string of the name of the estimator used. Not meant to be accessed.
Extends
Class "CovRobMiss", directly.
Methods
In addition to methods inheritedfrom the class "CovRobMiss":
- getScale
signature(object = "CovRobMissSc")
: return the GS-scale or MVE-scale of the best candidate.
Author(s)
Andy Leung andy.leung@stat.ubc.ca