normw {GeoXp} | R Documentation |
The function `normw' normalizes a spatial weight matrix
normw(w)
w |
A spatial weight matrix of size $n times n$ |
W_{ij}=frac{W_{ij}}{sum_kW_{ik}}
A matrix of size $n times n$
Aragon Y., Thomas-Agnan C., Ruiz-Gazen A., Robidou L.
Aragon Yves, Perrin Olivier, Ruiz-Gazen Anne, Thomas-Agnan Christine (2006), ``Statistique et Econométrie pour données géoréférencées : modèles et études de cas''
neighbourmap
, moranplotmap
,makedistanceW
,makeneighborsw
# data auckland data(auckland) W<-makedistanceW(auckland$Easting,auckland$Northing,5) W2<-normw(W)