HES 505 Fall 2025: Session 16
They’re ubiquitous
Well-specified to many social and ecological theories
Helps build intuition for interpolation
Discrete probability distribution
Probability of events in a fixed interval of time or space
Mean (expectation) = variance = \(\lambda\)
Constant intensity
Points are independent
Density is a crude estimate of intensity
Intensity varies spatially
Points are independent
Intensity of “parents” is first-order
Intensity of “children” is second-order
Poisson distribution: mean = variance = \(\lambda\) -> First Order
Homogeneous refers to the rate, not it’s outcome
Statistical tests ask “Could this outcome be generated by a constant rate?”
Provide an estimate of the second order effects
Mean nearest-neighbor distance: \[\hat{d}_{min} = \frac{\sum_{i = 1}^{m} d_{min}(\mathbf{s_i})}{n}\]
Nearest neighbor methods throw away a lot of information
The K function is an alternative, based on a series of circles with increasing radius
\[ \begin{equation} K(d) = \lambda^{-1}E(N_d) \end{equation} \]
\[ \begin{equation} K_{CSR}(d) = \pi d^2 \end{equation} \]
When working with a sample the distribution of \(K\) is unknown
Estimate with
\[ \begin{equation} \hat{K}(d) = \hat{\lambda}^{-1}\sum_{i=1}^n\sum_{j=1}^n\frac{I(d_{ij} <d)}{n(n-1)} \end{equation} \]
where:
\[ \begin{equation} \hat{\lambda} = \frac{n}{|A|} \end{equation} \]
\(K\) is sensitive to edge effects (window size) (correction
argument to Kest
)
\(K\) assumes HPP (Kinhom
function instead of Kest
)
Density and Intensity for first-order effects
Distance for second-order effects
Linkages for kriging and interpolation