| HuberPairwise-class {GSE} | R Documentation |
Quadrant Covariance and Huberized Pairwise Scatter
Description
Class of Quadrant Covariance and Huberized Pairwise Scatter. It has the superclass of CovRobMiss.
Objects from the Class
Objects can be created by calls of the form new("HuberPairwise", ...),
but the best way of creating HuberPairwise objects is a call to the function
HuberPairwise which serves as a constructor.
Slots
muEstimated location. Can be accessed via
getLocation.SEstimated scatter matrix. Can be accessed via
getScatter.pmdSquared partial Mahalanobis distances. Can be accessed via
getDist.pmd.adjAdjusted squared partial Mahalanobis distances. Can be accessed via
getDistAdj.puDimension of the observed entries for each case. Can be accessed via
getDim.REstimated correlation matrix. Not meant to be accessed.
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
No methods defined with class "HuberPairwise" in the signature.
Author(s)
Andy Leung andy.leung@stat.ubc.ca
See Also
HuberPairwise, CovRobMiss-class