powered by
minMD calculates the Mahalanobis distance to each cluster and returns the Mahalanobis distance to the closest cluster.
minMD(X, sigs, mus)
minMD returns a vector of length n corresponding to the minimum MD for each point.
A matrix or data frame of the data.
A list of cluster variance matrices
A list of cluster mean vectors
This function is used to help identify initial gross outliers.