I have two point layers, which visually have spatial correlation. I'd like to test it but wonder if there is such a method or index?
|
|
Since your point pattern is serial in nature, I would recommend a Kulldorff Spatial Scan Statistic using a Bernoulli model. This is a type of point pattern statistic that does not assume an homogenious point process and is inherently multiscale. Sorry to say that this is not available in ArcGIS. Fortunately, the software SatScan has Binomial and Poisson likelihood scan statistics available (and is even GUI driven). If you would like to go the R route take a look at the "kulldorff" function in the "SpatialEpi" package. |
|||||||
|
|
You could buffer out within a distance range, using different ranges and then factor the results for changes in buffer distance to establish the degree of correlation factor, for addressing points you could try the same as well as join table for matching addresses and find factors for address accuracy matches at changes over distance range factors. |
|||
|
|
|
If the points from two layers are coincident and you are interested in the correlation of two (or more) different variables for this set of points you could try
This will give you LISA indicators (here is a reference for the method) and their significance for high-high, low-low, high-low and low-high patterns among your observations. Use Here is an example from manual:
|
|||
|

