Geary's C — Spatial Contiguity Ratio
Geary's Contiguity Ratio · Also known as: Geary contiguity ratio, Geary C statistic, spatial contiguity ratio, Geary's c
Geary's C is a global spatial autocorrelation statistic that measures whether nearby areal units share similar attribute values. Unlike Moran's I, it focuses on squared differences between adjacent pairs rather than cross-products of deviations from the mean, making it more sensitive to local dissimilarity and less influenced by global trends.
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.
+6 more
When to use it
Use Geary's C when you have areal (polygon or lattice) data with a continuous attribute and want to test whether values cluster spatially across the entire study region. It is particularly appropriate when you suspect local dissimilarity patterns or when outliers may distort a mean-based statistic like Moran's I. Prefer Moran's I for a linear measure more directly related to regression residuals; prefer Geary's C when local contrast is of theoretical interest. Do not use Geary's C on point data without first aggregating to areal units, and do not use it when the spatial weights matrix is poorly defined or when the number of areal units is very small (fewer than roughly 30), as the normal approximation becomes unreliable.
Strengths & limitations
- Sensitive to local dissimilarity: detects checkerboard or alternating spatial patterns that Moran's I may underweight.
- Ranges from 0 to 2 with an intuitive null value of 1, making direction of autocorrelation immediately readable.
- Less influenced by global mean shifts or outliers in the attribute distribution compared to Moran's I.
- Can be computed rapidly on large lattice datasets using sparse weight matrix operations.
- Complements Moran's I: using both provides a richer picture of spatial structure.
- Sensitive to the choice of spatial weights matrix — different neighbor definitions can yield conflicting conclusions.
- Normal approximation for inference is unreliable with fewer than about 30 areal units; permutation inference is preferred for small maps.
- As a global statistic, C summarizes the entire study region and cannot reveal where spatial clusters or outliers are located; local extensions (Local Geary's C) are needed for that.
- Less directly interpretable than Moran's I as a correlation coefficient because C is not bounded to [-1, 1].
- Sensitive to boundary effects and the modifiable areal unit problem (MAUP): results depend on how zones are delineated.
Frequently asked
What is the difference between Geary's C and Moran's I?
Both measure global spatial autocorrelation, but they use different formulas. Moran's I is based on cross-products of mean-deviated values and ranges roughly from -1 to +1, resembling a correlation coefficient. Geary's C uses squared differences between neighbor pairs and ranges from 0 to 2 with a null value of 1. Geary's C is more sensitive to local dissimilarity and less sensitive to global clustering than Moran's I. The two statistics often agree but can diverge when the spatial pattern involves fine-grained alternation.
How do I choose a spatial weights matrix for Geary's C?
The choice depends on the theoretical notion of neighborhood appropriate for your data. Queen contiguity (shared edge or vertex) and rook contiguity (shared edge only) are common for regular grids. For irregular polygons, queen contiguity or a k-nearest-neighbor matrix is typical. The key rule is to define neighbors before seeing the results and to check sensitivity by comparing outcomes under two or three reasonable specifications.
Can I use Geary's C on point data?
Not directly. Geary's C is designed for areal units where adjacency or proximity can be encoded in a weights matrix. For point data you should either aggregate the points to polygons and then apply Geary's C, or use a point-pattern statistic such as Ripley's K or kernel density estimation instead.
What does a Geary's C value close to 0 mean?
A value near 0 indicates strong positive spatial autocorrelation: neighboring units have very similar attribute values, much more so than random assignment would produce. Values near 1 indicate spatial randomness, and values approaching 2 indicate negative autocorrelation (a checkerboard pattern where neighbors tend to have dissimilar values).
Should I use a permutation test or the normal approximation for inference?
A permutation test is generally preferred because it makes no distributional assumption about the attribute values and is reliable even with small maps (30–100 units). The normal approximation is acceptable for large maps (several hundred units or more) with approximately symmetric attribute distributions, but always report the chosen inference method so readers can evaluate it.
Sources
- Geary, R. C. (1954). The Contiguity Ratio and Statistical Mapping. The Incorporated Statistician, 5(3), 115–145. link ↗
- Cliff, A. D., & Ord, J. K. (1981). Spatial Processes: Models and Applications. Pion Limited. ISBN: 0850860814
How to cite this page
ScholarGate. (2026, June 3). Geary's Contiguity Ratio. ScholarGate. https://scholargate.app/en/spatial-analysis/gearys-c
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.
- Local Geary's CSpatial analysis↔ compare
- Local Indicators of Spatial AssociationSpatial analysis↔ compare
- Moran's ISpatial analysis↔ compare
- Spatial AutocorrelationSpatial analysis↔ compare