Spatial Autocorrelation
Spatial Autocorrelation Analysis · Also known as: spatial dependence, geographic autocorrelation, spatial clustering measure, SA
Spatial autocorrelation quantifies the degree to which a variable's values at nearby locations resemble each other more (positive autocorrelation) or less (negative autocorrelation) than expected by chance. Global indices such as Moran's I summarise the pattern across the entire study area, while local variants reveal clusters and outliers at the level of individual observations.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
+34 more
When to use it
Use spatial autocorrelation as a first step whenever your data has a geographic component and you suspect that values at nearby locations may not be independent. It is especially important before fitting any regression model to spatial data: Moran's I applied to OLS residuals is a standard diagnostic for spatial dependence that, if significant, requires a spatial econometric model. Do not rely solely on the global I when the pattern may vary across the study area — local LISA statistics are then more informative. Avoid interpreting results without a well-justified weights matrix; different neighbour definitions can alter conclusions substantially.
Strengths & limitations
- Provides a single interpretable index (Moran's I ranges roughly from -1 to +1) for the degree of spatial clustering.
- Analytically tractable: expected value and variance under the null are known, enabling fast inference without simulation.
- Local LISA extension pinpoints specific clusters and outliers, making findings spatially explicit.
- Serves as an essential diagnostic for residual autocorrelation in spatial regression, preventing mis-specified models.
- Widely implemented in free tools (GeoDa, R spdep, PySAL) and standard GIS software.
- Applicable to both polygon (areal) and point data with appropriate weight specification.
- Results are sensitive to the choice of spatial weights matrix; no single universally correct specification exists.
- Global Moran's I is a single number that can mask spatially varying patterns, including co-existing clusters and outliers.
- The standard analytical inference assumes normality or randomisation; skewed or count data may require permutation-based p-values.
- Spatial autocorrelation is a descriptive measure of pattern, not a causal mechanism; a significant I does not reveal why clustering occurs.
- Edge effects near study area boundaries can bias local statistics for peripheral units.
Frequently asked
What does a Moran's I of 0.6 mean?
A value of 0.6 indicates moderate to strong positive spatial autocorrelation: locations with high values tend to be surrounded by neighbours that also have high values, and vice versa. Whether this is statistically significant depends on the sample size and the spatial weights used; always report the associated z-score and p-value.
How do I choose a spatial weights matrix?
For polygon data, queen contiguity (shared edges or corners) is the most common default; rook contiguity (shared edges only) is appropriate for regular grids. For point data, a fixed-distance band or k-nearest-neighbours weights are standard. Always test sensitivity to the choice, because different specifications can materially change the Moran's I value.
Can I run spatial autocorrelation on regression residuals?
Yes — this is one of its most important uses. Applying Moran's I to OLS residuals tests whether the independence assumption is violated. A significant result means the model is spatially mis-specified and that a spatial lag, spatial error, or other spatial model should be fitted instead.
What is the difference between global and local spatial autocorrelation?
The global Moran's I summarises the overall tendency to cluster across the entire study area in a single number. Local Moran's I (LISA) decomposes this into location-specific scores, revealing where significant clusters or spatial outliers occur — information that the global measure averages away.
Is spatial autocorrelation a problem or a feature?
Both. As a feature it reveals genuine geographic processes and structures worth mapping and explaining. As a problem, autocorrelated residuals in a regression model invalidate OLS standard errors and inflate the apparent precision of estimates; the remedy is to use a spatial econometric model or spatial filtering.
Sources
- Moran, P. A. P. (1950). Notes on continuous stochastic phenomena. Biometrika, 37(1/2), 17–23. DOI: 10.2307/2332142 ↗
- Anselin, L. (1988). Spatial Econometrics: Methods and Models. Kluwer Academic Publishers. ISBN: 978-9024737322
How to cite this page
ScholarGate. (2026, June 3). Spatial Autocorrelation Analysis. ScholarGate. https://scholargate.app/en/spatial-analysis/spatial-autocorrelation
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Geary's CSpatial analysis↔ compare
- Geographically Weighted RegressionSpatial analysis↔ compare
- Local Getis-Ord Gi*Spatial analysis↔ compare
- Local Indicators of Spatial AssociationSpatial analysis↔ compare
- Moran's ISpatial analysis↔ compare