spatial processes
Point Processes
You should know: poisson process, renewal theory
Overview
A point process is a random collection of points in a space (time, plane, or higher-dimensional spaces). The canonical example is the Poisson point process (PPP), where points occur independently with a given intensity measure. Point processes model events in time (arrivals, failures, neuron spikes), spatial patterns (galaxy distributions, cellular networks), and serve as building blocks for more complex stochastic models. Key characterisations use the void probabilities, intensity functions, and Palm theory (the distribution seen by a typical point).
Intuition
Imagine buses arriving at a stop. If arrivals are memoryless and independent, this is a Poisson process. A point process generalises this: the random set of arrival times is a random subset of R, characterised by how likely it is to have k arrivals in any interval. Beyond the Poisson process, one can have clustering (events come in bursts, like earthquakes with aftershocks) or regularity (events spread themselves out, like scheduled trains). Spatial point processes model locations of trees, stars, cell phone towers -- each is a random set of points in R^2.
Formal Definition
A point process on a Polish space S is a random variable N taking values in the set of locally finite counting measures on S. For each Borel set A, N(A) counts the random number of points in A. A Poisson point process with intensity measure Lambda has: (1) N(A) ~ Poisson(Lambda(A)) for each A, and (2) N(A_1), ..., N(A_k) are independent for disjoint A_i. The Laplace functional characterises the PPP: E[exp(-integral f dN)] = exp(-integral (1 - e^{-f}) dLambda) for non-negative f.
Notation
| Notation | Meaning |
|---|---|
| Number of points in set A | |
| Intensity measure of point process | |
| Intensity function (rate at time t) | |
| k-th order product density |
Theorems
Worked Examples
- 1
The event {R > r} occurs iff there are no PPP points in the disk B(0, r) of area pi*r^2.
- 2
Therefore R has CDF F(r) = 1 - e^{-lambda*pi*r^2} (a Rayleigh distribution).
- 3
Mean nearest-neighbour distance: E[R] = 1/(2*sqrt(lambda)).
✓ Answer
The nearest-neighbour distance has a Rayleigh distribution: P(R > r) = exp(-lambda*pi*r^2). Mean = 1/(2*sqrt(lambda)).
Practice Problems
State the Campbell formula and use it to compute the mean of the sum sum_{x in N} f(x) for a PPP with intensity Lambda.
Common Mistakes
Assuming all point processes are Poisson.
The PPP is characterised by complete independence between points. Real-world point processes often have interaction: clustering (earthquakes and aftershocks), repulsion (packed atoms), or dependence (queuing networks). Hawkes processes, Cox processes, and determinantal point processes go beyond PPP.
Quiz
Historical Background
The mathematical theory of point processes was systematised by Daley and Vere-Jones in the 1970s-80s, building on earlier work by Khintchine (renewal processes, 1955), Palm (conditional distributions, 1943), and Ito (Poisson random measures, 1944). The PPP had appeared implicitly in physics (Poisson's work on rare events) and engineering (telephone traffic modeling by Erlang, 1909).
- 1909
Erlang models telephone traffic with Poisson processes
A.K. Erlang
- 1943
Palm introduces conditional intensities and Palm distributions
Conny Palm
- 1944
Ito introduces Poisson random measures for Levy processes
Kiyosi Ito
- 1988
Daley and Vere-Jones publish the definitive textbook on point processes
Daryl Daley, David Vere-Jones
Summary
- A point process is a random counting measure; the PPP is the canonical example with independent increments.
- PPP is characterised by Poisson marginals N(A) ~ Poisson(Lambda(A)) and independence on disjoint sets.
- Campbell's formula: E[sum f(x)] = integral f Lambda(dx). Laplace functional characterises the PPP.
- Palm theory (Slivnyak-Mecke): the PPP seen from a typical point is the PPP plus the extra point.
References
- BookDaley, D.J. and Vere-Jones, D. An Introduction to the Theory of Point Processes. Springer, 2003.
- BookKingman, J.F.C. Poisson Processes. Oxford, 1993.
- WebsiteWikipedia -- Point process
Mathematics