More Information

Outlier Analysis

Outlier detection is import for two reasons:

Mahalanobis Distance and Jackknifed Mahalanobis Distance

  • Mahalanobis distance is a widely used method of multivariate outlier detection.
  • Jackknifing is a process where the multivariate distance for each observation/object is calculated using means, variances, and covariances that did not consider (i.e., not influenced by) the given observation.

Outlier Analysis of Proportion or Percentage Data

Outlier analysis of proportion or percentage data, i.e., data where the row sums of the selected variables have a constant sum, requires log center transformation of the data.

Aabel provides a number of pre-processing data transformation methods accompanying the outlier analysis, which include log centering and other methods that are appropriate for outlier analysis using Mahalanobis distance and Jackknifed Mahalanobis distance.