A call to this function will create a distance matrix which can be used
as an input of the main function makeblocks. For more specialized
use see the examples of makeblocks.
The robust Mahalanobis distance uses ranks of covariates rather than the covariates
themselves, but the variances of the ranks are not adjusted for ties, so ties do not make a
variable more important.
The returned matrix is the (entry wise) squared root of the rank based Mahalanobis distance matrix.
Any positive linear combination of outputs of multiple calls to this function
gives a valid distance matrix.