DblCenterDist {DistatisR} | R Documentation |
Double Center a distance matrix
Description
Double Center a distance matrix
Usage
DblCenterDist(Y)
Arguments
Y |
a "distance" matrix, |
Value
a cross-product matrix (if the distance is Euclidean)
Examples
Y <- toeplitz(c(0, 3, 3))
DblCenterDist(Y)
[Package DistatisR version 1.1.1 Index]