An overview of the Spatial Statistics toolbox

The Spatial Statistics toolbox contains statistical tools for analyzing spatial distributions, patterns, processes, and relationships. While there may be similarities between spatial and nonspatial (traditional) statistics in terms of concepts and objectives, spatial statistics are unique in that they were developed specifically for use with geographic data. Unlike traditional nonspatial statistical methods, they incorporate space (proximity, area, connectivity, and/or other spatial relationships) directly into their mathematics.

The tools in the Spatial Statistics toolbox allow you to summarize the salient characteristics of a spatial distribution (determine the mean center or overarching directional trend, for example), identify statistically significant spatial clusters (hot spots/cold spots) or spatial outliers, assess overall patterns of clustering or dispersion, group features based on attribute similarities, identify an appropriate scale of analysis, and explore spatial relationships. In addition, for those tools written with Python, the source code is available to encourage you to learn from, modify, extend, and/or share these and other analysis tools with others.

NoteNote:

Calculations based on either Euclidean or Manhattan distance require projected data to accurately measure distances. Consequently, whenever distance is a component of your analysis, which is almost always the case with spatial statistics, project your data using a Projected Coordinate System (rather than a Geographic Coordinate System based on degrees, minutes, and seconds).

The tools in the Spatial Statistics toolbox will not work directly with an XY Event Layer (a layer created from a table containing x-coordinate and y-coordinate fields). Use the Copy Features tool to first convert the XY Event data into a feature class before you run your analysis.

When using shapefiles, keep in mind that they cannot store null values. Tools or other procedures that create shapefiles from nonshapefile inputs may store or interpret null values as zero. In some cases, nulls are stored as very large negative values in shapefiles. This can lead to unexpected results. See Geoprocessing considerations for shapefile output for more information.

Toolset

Description

Analyzing Patterns

These tools evaluate if features, or the values associated with features, form a clustered, dispersed, or random spatial pattern.

Mapping Clusters

These tools may be used to identify statistically significant hot spots, cold spots, or spatial outliers.

Measuring Geographic Distributions

These tools address questions such as Where's the center? What's the shape and orientation? How dispersed are the features?

Modeling Spatial Relationships

These tools model data relationships using regression analyses or construct spatial weights matrices.

Rendering

These tools may be used to render analysis results.

Utilities

These utility tools perform a variety of miscellaneous functions: computing areas, assessing minimum distances, exporting variables and geometry, converting spatial weights files, and collecting coincident points.

Spatial Statistics toolsets

Additional resources:

www.esriurl.com/spatialstats contains an up-to-date list of all of the resources available for using the Spatial Statistics tools, including:

4/18/2013