distCutOff: cutoff distance. Default = the maximal value from the distance matrix.
expn: positive exponent, default = 0.01
mevn: logical, default FALSE. If TRUE, max-eigenvalue normalization is performed.
Returns
W: spatial weights matrix (Default, not normalized)
Details
W is an nxn matrix with elements wij, i, j = 1,..n, where wij=e−αdij, if 0<=dij<D and wij=0, if dij>D or i=j. D is the distance cutoff point (maximum radius of influence), dij is the distance between spatial units i and j, and α is the positive exponent (e.g. α= 0.01, 0.02,...).