An anomaly detector scores a -feature data point by its squared Mahalanobis distance from the training mean:
where is the covariance matrix of the training data. Unlike plain Euclidean distance, this measure stretches and tilts with the shape of the data — which is exactly why the covariance matrix has to be inverted.
For this detector,
What is for this point?
Select all that apply.