Skip to article frontmatterSkip to article content

The 2 Distance-based Approaches

Everyone look for the nearest neighbor vs. everyone draw a series of search buffer (radius).

Everyone look for the nearest neighbor vs. everyone draw a series of search buffer (radius).

In this section, we focus on the second approach.

Bus Stops Distribution

Take bus stops distribution for example:

Bus Stops distribution. Is the nearest neighbor distance ‘meaningful’?

Bus Stops distribution. Is the nearest neighbor distance ‘meaningful’?

The Search Radius Approach

The Ripley’s K-function:

Simulation of the buffer area and counting.

Simulation of the buffer area and counting.

A common transformation of the K-function:

L(d)=A×pairsdπn(n1)L(d) = \sqrt{\frac{A \times \text{pairs}_d }{\pi n(n-1)}}
pairs_d=_i=1n_j=1,jinw_ij\text{pairs}\_d = \sum\_{i=1}^n \sum\_{j=1, j\neq i}^n w\_{ij}

More info: ESRI ArcGIS: How multi-distance spatial cluster analysis works.

Testing for K-functions

The clustered and dispersed range of K-function curve.

The clustered and dispersed range of K-function curve.

For demonstration: 10 random patterns are generated

K-function curve of the four examples and the k-function curves of the corresponding 10 random distributions.

K-function curve of the four examples and the k-function curves of the corresponding 10 random distributions.

Calculate 95% Confidence envelop. See ESRI for more details.

The k-function curves and the confidence interval (Monte Carlo Simulation) for the 4 examples.

The k-function curves and the confidence interval (Monte Carlo Simulation) for the 4 examples.

Comparison between NNA and K-function results

Nearest Neighbor Analysis

(a)Nearest Neighbor Analysis

Ripley's K-function

(b)Ripley's K-function

Figure 7:The results for the 4 examples using two methods.

Summary: Repley’s K-function

Purpose

Ripley’s K function is a tool used to analyze spatial point patterns, helping researchers understand the spatial relationships among events or objects in a given study area.

Functionality

The K function estimates the expected number of points within a given distance from a randomly chosen point, providing insights into clustering, dispersion, or randomness in the spatial pattern.

Key features