How High/Low Clustering (Getis-Ord General G) works

The High/Low Clustering (Getis-Ord General G) tool measures the concentration of high or low values for a given study area.

Calculations

Mathematics for the General G statistic

View additional General G statistic computations

Notice that the only difference between the numerator and the denominator is the weighting (wij). High/Low Clustering will only work with positive values. Consequently, if your weights are binary (0/1) or are always less than 1, the range for General G will be between 0 and 1. A binary weighting scheme is recommended for this statistic. Select Fixed distance band, Contiguity edges only, Contiguity edges corners, K nearest neighbors, or a .swm file with Delaunay triangulation for the Conceptualization of Spatial Relationships parameter. Select None for the Standardization parameter.

Interpretation

The High/Low Clustering (Getis-Ord General G) statistic is an inferential statistic, which means that the results of the analysis are interpreted within the context of the null hypothesis. The null hypothesis for the High/Low Clustering (General G) statistic states that there is no spatial clustering of feature values. When the p-value returned by this tool is small and statistically significant, the null hypothesis can be rejected (see What is a z-score? What is a p-value?). If the null hypothesis is rejected, the sign of the z-score becomes important. If the z-score value is positive, the observed General G index is larger than the expected General G index, indicating that high values for the attribute are clustered in the study area. If the z-score value is negative, the observed General G index is smaller than the expected index, indicating that low values are clustered in the study area.

The High/Low Clustering (Getis-Ord General G) tool is most appropriate when you have a fairly even distribution of values and are looking for unexpected spatial spikes of high values. Unfortunately, when both the high and low values cluster, they tend to cancel each other out. If you are interested in measuring spatial clustering when both the high values and the low values cluster, use the Spatial Autocorrelation tool.

The null hypothesis for both the High/Low Clustering (Getis-Ord General G) and the Spatial Autocorrelation (Global Moran's I) tools is complete spatial randomness (CSR); values are randomly distributed among the features in the dataset, reflecting random spatial processes at work. However, the interpretation of z-scores for the High/Low Clustering tool is different from the interpretation of z-scores for the Spatial Autocorrelation (Global Moran's I) tool as shown in the following table:

ResultHigh/Low ClusteringSpatial Autocorrelation

The p-value is not statistically significant.

You cannot reject the null hypothesis. It is possible that the spatial distribution of feature attribute values is the result of random spatial processes. Said another way, the observed spatial pattern of values could be one of many possible versions of complete spatial randomness.

The p-value is statistically significant, and the z-score is positive.

You can reject the null hypothesis. The spatial distribution of high values in the dataset is more spatially clustered than would be expected if underlying spatial processes were truly random.

You can reject the null hypothesis. The spatial distribution of high values and/or low values in the dataset is more spatially clustered than would be expected if underlying spatial processes were truly random.

The p-value is statistically significant, and the z-score is negative.

You can reject the null hypothesis. The spatial distribution of low values in the dataset is more spatially clustered than would be expected if underlying spatial processes were truly random.

You can reject the null hypothesis. The spatial distribution of high values and low values in the dataset is more spatially dispersed than would be expected if underlying spatial processes were truly random. A dispersed spatial pattern often reflects some type of competitive process: a feature with a high value repels other features with high values; similarly, a feature with a low value repels other features with low values.

Output

The High/Low Clustering (Getis-Ord General G) tool returns four values: Observed General G, Expected General G, z-score, and p-value. The values are written as messages at the bottom of the Geoprocessing pane during tool execution and passed as derived output values for potential use in models or scripts. You can access the messages by hovering over the progress bar, clicking the pop-out button, or expanding the messages section in the Geoprocessing pane. You can also access the messages for a previously run tool via the geoprocessing history. Optionally, you can use this tool to create an HTML report file with a graphical summary of results. The path to the report will be included with the messages summarizing the tool execution parameters. Click that path to open the report file.

Frequently asked questions

Q: Results from the Hot Spot Analysis (Getis-Ord Gi*) tool indicate statistically significant hot spots. Why aren't results from the High/Low Clustering (Getis-Ord General G) tool statistically significant too?

A: Global statistics tools, such as the High/Low Clustering (Getis-Ord General G) tool, assess the overall pattern and trend of your data. They are most effective when the spatial pattern is consistent across the study area. Local statistics tools (such as Hot Spot Analysis) assess each feature within the context of neighboring features and compare the local situation to the global situation. Consider an example. When you compute a mean or average for a set of values, you are also computing a global statistic. If all the values are near 20, the mean will also be near 20, and that result will be a good representation and summary of the dataset as a whole. But if half of the values are near 1 and the other half of the values are near 100, the mean will be near 50. There may not be any data values near 50, so the mean value is not a good representation and summary of the dataset as a whole. If you create a histogram of the data values, however, you will see the bimodal distribution. Similarly, global spatial statistics, including the High/Low Clustering tool, are most effective when the spatial processes being measured are consistent across the study area. Results will then be a good representation and summary of the overall spatial pattern. For more information, see Getis and Ord (1992), cited below, and the analysis of SIDS they present.

Q: Why are the results from the High/Low Clustering (Getis-Ord General G) tool different than the results from the Spatial Autocorrelation (Global Moran's I) tool?

A: See the table above. These tools measure different spatial patterns.

Q: Can you compare the z-scores or p-values from this tool to results from an analysis of a different study area?

A: The results are not comparable unless the study area and parameters used for the analyses are fixed (the same for all the analyses you want to compare). If the study area, however, comprises a fixed set of polygons, and the analysis parameters are fixed, you can compare z-scores for a particular attribute over time. For example, you want to analyze trends in clustering of over-the-counter (OTC) medication purchases at the tract level for a particular county. You could run High/Low Clustering (Getis-Ord General G) for each time period, and create a line graph of the results. If you found that the z-scores were statistically significant and increasing, you could conclude that the intensity of spatial clustering for high OTC purchases was increasing.

Q: Does feature size impact analysis?

A: The size of your features can affect your results. If your large polygons, for example, tend to have low values, and your smaller polygons tend to have high values, even if the concentration of highs and lows are equally concentrated, the observed General G index may be higher than the expected General G index, because there are more pairs of small polygons within the specified distance.

Potential applications

  • Look for unexpected spikes in the number of emergency room visits, which may indicate an outbreak of a local or regional health problem.
  • Compare the spatial pattern of different types of retail within a city to see which types cluster with competition to take advantage of comparison shopping (automobile dealerships, for example) and which types repel competition (fitness centers or gyms, for example).
  • Summarize the level at which spatial phenomena cluster to examine changes at different times or in different locations. For example, it is known that cities and their populations cluster. Using High/Low Clustering (Getis-Ord General G), you can compare the level of population clustering within a single city over time (analysis of urban growth and density).

Additional resources

Getis, Arthur, and J. K. Ord. "The Analysis of Spatial Association by Use of Distance Statistics." Geographical Analysis 24, no. 3. 1992.

Mitchell, Andy. The ESRI Guide to GIS Analysis, Volume 2. ESRI Press, 2005.