| DistCentering | R Documentation |
An auxiliary function that properly transforms the distance matrix X
DistCentering(X, option, optionRk)
X |
is a symmetric distance matrix |
option |
is a string that specifies which global correlation to build up-on, including 'mgc','dcor','mantel', and 'rank' |
optionRk |
is a string that specifies whether ranking within column is computed or not. |
A list contains the following:
|
is the centered distance matrices |
|
is the column rank matrices of X. |