Wartenberg's coefficient is a measure of correlation developed by epidemiologist Daniel Wartenberg. This coefficient is a multivariate extension of spatial autocorrelation that aims to account for spatial dependence of data while studying their covariance. A modified version of this statistic is available in the R package adespatial. For data x i {\displaystyle x_{i}} measured at N {\displaystyle N} spatial sites Moran's I is a measure of the spatial autocorrelation of the data. By standardizing the observations z i = ( x i − x ¯ ) / s {\displaystyle z_{i}=(x_{i}-{\bar {x}})/s} by subtracting the mean and dividing by the variance as well as normalising the spatial weight matrix such that ∑ i j w i j = 1 {\displaystyle \sum _{ij}w_{ij}=1} we can write Moran's I as
I = ∑ i j w i j z i z j {\displaystyle I=\sum _{ij}w_{ij}z_{i}z_{j}}
Wartenberg generalized this by letting z i {\displaystyle z_{i}} be a vector of M {\displaystyle M} observations at i {\displaystyle i} and defining where:
I = Z T W Z {\displaystyle I=Z^{T}WZ}
W {\displaystyle W} is the N × N {\displaystyle N\times N} spatial weight matrix
Z {\displaystyle Z} is the N × M {\displaystyle N\times M} standardized data matrix
Z T {\displaystyle Z^{T}} is the transpose of Z {\displaystyle Z}
I {\displaystyle I} is the M × M {\displaystyle M\times M} spatial correlation matrix. For two variables x {\displaystyle x} and y {\displaystyle y} the bivariate correlation is
I x y = N ∑ i j w i j ( x i − x ¯ ) ( y j − y ¯ ) ∑ i ( x i − x ¯ ) 2 ∑ i ( y i − y ¯ ) 2 {\displaystyle I_{xy}={\frac {N\sum _{ij}w_{ij}(x_{i}-{\bar {x}})(y_{j}-{\bar {y}})}{{\sqrt {\sum _{i}(x_{i}-{\bar {x}})^{2}}}{\sqrt {\sum _{i}(y_{i}-{\bar {y}})^{2}}}}}}
For M = 1 {\displaystyle M=1} this reduces to Moran's I {\displaystyle I} . For larger values of M {\displaystyle M} the diagonals of I {\displaystyle I} are the Moran indices for each of the variables and the off-diagonals give the corresponding Wartenberg correlation coefficients. I {\displaystyle I} is an example of a Mantel statistic and so its significance can be evaluated using the Mantel test.
… excerpt ends here. Continue reading the full article.
