
Last chance! 50% off unlimited learning
Sale ends in
mmmult.object
ObjectsAn object of class mmmult.object
holds information about
the result of a call to mmmult
.
The object itself is basically a list
with the following
components:
p-by-1 vector containing MM estimate of location.
p-by-p matrix with MM estimate of the shape matrix.
matrix with MM estimate of the covariance matrix.
Remark: covariance = auxscale^2 * shape
.
A vector containing the estimates of the weights.
A vector containing the list of the units declared
as outliers using confidence level specified in input scalar
conflev
.
A vector with S estimate of location.
A matrix with S estimate of the shape matrix.
A matrix with S estimate of the covariance matrix.
S estimate of the scale.
n-by-1 vector containing the estimates of the robust Mahalanobis distances (in squared units).
Confidence level that was used to declare outliers.
the data matrix X
The object has class "mmmult"
.
if (FALSE) {
data(hbk, package="robustbase")
(out <- mmmult(hbk[,1:3]))
class(out)
summary(out)
}
Run the code above in your browser using DataLab