Skip to content
Prev 935 / 29559 Next

Moran's I vs. spatial rho

On Thu, 13 Apr 2006, Larry Layne wrote:

            
Sorry, not quite right. The constraints are the inverses of the minimum
and maximum eigenvalues of W:

library(spdep)
data(columbus)
1/range(eigenw(nb2listw(col.gal.nb, style="W")))

is

[1] -1.533849  1.000000

so the upper bound of unity holds for W with row sums of 1. For other 
styles of weights:
[1] -0.3351569  0.1672385
[1] -1.7865492  0.8866948

for example. In fact, singularities only happen on the boundaries, but for 
rho outside the bounds, the process would be wild.

Roger