DblCenterDist function

Double Center a distance matrix

Double Center a distance matrix

DblCenterDist(Y)

Arguments

  • Y: a "distance" matrix,

Returns

a cross-product matrix (if the distance is Euclidean)

Examples

Y <- toeplitz(c(0, 3, 3)) DblCenterDist(Y)
  • Maintainer: Herve Abdi
  • License: GPL-2
  • Last published: 2022-12-05

Useful links