4 Exercises
These exercises are designed to reinforce understanding of point processes and the Poisson process. They should be attempted without notes first, then refined.
4.1 A. Core Definitions
- What is a counting measure?
- Give both a formal definition and an intuitive interpretation.
Formal definition:
A counting measure \(N(\cdot)\) assigns to each set \(B \subset W\) the number of points in \(B\):
\[ N(B) = \sum_{i=1}^n \mathbf{1}\{x_i \in B\}. \]
Intuition:
A counting measure simply counts how many points fall inside any region \(B\).
What is a point process?
- Definition via counting measure
- Definition via random set / configuration
What does it mean for a point process to be simple?
What is a Poisson process?
- Definition via counts
- Definition via conditional construction
What is the difference between:
- a homogeneous Poisson process (HPPP)
- an inhomogeneous Poisson process (IPPP)?
4.2 B. Interpretation & Intuition
What does the intensity parameter ( ) represent in a Poisson process?
Why is the Poisson process called complete spatial randomness (CSR)?
What does independent increments mean, and why is it important?
Why can’t a density function model a spatial point pattern?
Explain the difference between:
- randomness in counts
- randomness in locations
- Give an example of:
- clustered data
- regular (inhibited) data that would violate a Poisson process assumption.
4.3 C. Basic Derivations
Show that for a homogeneous Poisson process: [ [N(B)] = |B|]
Show that: [ (N(B)) = |B|]
Show that for disjoint sets ( B_1, B_2 ): [ (N(B_1), N(B_2)) = 0]
For an inhomogeneous Poisson process, show that: [ [N(B)] = _B (u),du]
4.4 D. Conditional Structure
Show that for a HPPP, conditional on ( N = n ), the points are i.i.d. uniform on ( W ).
Write down the joint density: [ (N=n, x_1,,x_n)] for a homogeneous Poisson process.
Explain why the Poisson process can be viewed as:
- random number of points
- i.i.d. locations given the count
4.5 E. Construction & Simulation
Describe how to simulate a homogeneous Poisson process using the count-first method.
Describe how to simulate an inhomogeneous Poisson process using thinning.
Explain why thinning works.
Explain why the Poisson process avoids the variable dimension problem.
4.6 F. R Coding Exercises
Write R code to simulate a homogeneous Poisson process on a rectangular window.
Write R code to simulate an inhomogeneous Poisson process using thinning.
Modify your code to:
- simulate multiple realisations
- compute the average number of points
- Plot:
- a single realisation
- several realisations side-by-side
Empirically verify that: [ [N(W)] |W|] by simulation.
Simulate an IPPP with intensity: [ (u) = 100 (-|u|)] and plot the resulting point pattern.
4.7 G. Conceptual Understanding
- Compare:
- Poisson process vs general point process
- Compare:
- Poisson process vs random field
Explain how a Cox process generalises a Poisson process (no formulas required).
What assumption of the Poisson process is violated if:
- points appear in clusters?
- points repel each other?
4.8 H. Stretch Exercises
Show that independent increments imply no interaction between points.
Explain why the Poisson process has no second-order structure.
Explain what kind of statistical summaries would detect deviations from a Poisson process.
4.9 I. Oral / Conceptual Practice
Explain the Poisson process to a non-statistician in under 2 minutes.
Describe what a Poisson point pattern “looks like”.
Why is the Poisson process used as a baseline in spatial statistics?