Last chance! 50% off unlimited learning
Sale ends in
listw
. The eigenvalues are
used to speed the computation of the Jacobian in spatial SAR model estimation:where $W$ is the n by n spatial weights matrix, and $\lambda_i$ are the eigenvalues of $W$.
eigenw(listw, quiet=TRUE)
listw
object created for example by nb2listw
listw
.eigen
,data(oldcol)
W.eig <- eigenw(nb2listw(COL.nb, style="W"))
1/range(W.eig)
S.eig <- eigenw(nb2listw(COL.nb, style="S"))
1/range(S.eig)
B.eig <- eigenw(nb2listw(COL.nb, style="B"))
1/range(B.eig)
Run the code above in your browser using DataLab