I have two questions:
Suppose we uncorrelate variables of a multivariate normal distribution using Cholesky transformation. Then:
What is the relation between Mahalanobis distances before and after this transformation?
Can I use this method to calculate the Mahalanobis distance between the means of two multivariate normal distributions with different means and different covariance matrices? In other word, can I calculate the Mahalanobis distance by uncorrelating each distribution and then using Euclidean distance?