- getLocation
signature(object = "CovRobMiss"): return the estimated location vector
- getScatter
signature(object = "CovRobMiss", cutoff = "numeric"): return the estimated scatter matrix
- getDist
signature(object = "CovRobMiss"): return the squared partial Mahalanobis distances
- getDistAdj
signature(object = "CovRobMiss"): return the adjusted squared partial Mahalanobis distances
- getDim
signature(object = "CovRobMiss"): return the dimension of observed entries for each case
- getMissing
signature(object = "CovRobMiss"): return the case number with completely missing data, if any
- getOutliers
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.
- getScale
signature(object = "CovRobMissSc"): return either the estimated generalized S-scale or MVE-scale. See GSE and emve for details.
- getFiltDat
signature(object = "TSGS"): return filtered data matrix from the first step of 2SGS.