Class of Quadrant Covariance and Huberized Pairwise Scatter. It has the superclass of CovRobMiss
.
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.
mu
Estimated location. Can be accessed via getLocation
.
S
Estimated scatter matrix. Can be accessed via getScatter
.
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
.
R
Estimated correlation matrix. Not meant to be accessed.
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.
No methods defined with class "HuberPairwise" in the signature.
Andy Leung andy.leung@stat.ubc.ca
HuberPairwise
, CovRobMiss-class