eignor function

Maximum eigenvalue normalization

Maximum eigenvalue normalization

Maximum eigenvalue row normalization of a spatial weights matrix.

eignor(W)

Arguments

  • W: spatial weights matrix

Returns

  • W: Eigenvalue normalized spatial weights matrix

Examples

data(gN3dist) dist2 <- gN3dist/1000 ##distance in km W <- InvDistMat(distMat = dist2, distCutOff = 100, powr = 2) Wnor <- eignor(W)

See Also

rownor

Author(s)

Rozeta Simonovska

  • Maintainer: Rozeta Simonovska
  • License: GPL (>= 3)
  • Last published: 2024-04-13

Useful links