18 Exercises
18.1 Random Fields & Covariance Functions
18.1.1 1. Finite-dimensional distributions
Let \(\{Z(u): u \in \mathbb{R}^d\}\) be a Gaussian random field.
State precisely what it means for \(Z(u)\) to be Gaussian.
Let \(u_1, \dots, u_n\) be fixed locations. Write down the joint distribution of \[ (Z(u_1), \dots, Z(u_n)). \]
Show that this distribution is completely determined by the mean vector and covariance matrix.
18.1.2 2. Stationarity of a random field
Let \(Z(u)\) be a random field with mean function \(m(u)\) and covariance \(C(u,v)\).
Write down the definition of second-order stationarity.
Show that under stationarity, \[ \mathrm{Var}(Z(u)) = C(0) \] is constant.
Give an example of a mean function \(m(u)\) that violates stationarity.
18.1.3 3. Covariance vs correlation
Let \(C(h)\) be a covariance function with variance \(\sigma^2\).
Define the correlation function \(\rho(h)\).
Show that \[ |\rho(h)| \le 1. \]
Explain why \(\rho(h)\) is often more interpretable than \(C(h)\).
18.1.4 4. Positive definiteness
Let \(C(h)\) be a candidate covariance function.
State the definition of positive definiteness.
Show that if \(C(h)\) is a valid covariance function, then for any \(u_1, \dots, u_n\), the matrix \[ [C(u_i - u_j)]_{i,j} \] is non-negative definite.
Consider the function \[ C(h) = \exp(\|h\|). \] Explain why this cannot be a valid covariance function.
18.1.5 5. Isotropy
Let \(Z(u)\) be a stationary random field.
Define isotropy in terms of the covariance function.
Show that isotropy implies \[ C(h) = C(\|h\|). \]
Give an example of a covariance function that is stationary but not isotropic.
18.1.6 6. Exponential covariance structure
Consider the covariance function \[ C(r) = \sigma^2 \exp(-r/s). \]
Show that \(C(0) = \sigma^2\).
Compute the correlation function \(\rho(r)\).
Interpret the role of the parameter \(s\).
18.1.7 7. From covariance to PCF (LGCP)
Let \(Z(u)\) be a mean-zero Gaussian random field with covariance \(C(r)\), and define \[ \Lambda(u) = \exp(Z(u)). \]
Show that \[ \mathbb{E}[\Lambda(u)] = \exp\left(\frac{1}{2} C(0)\right). \]
Show that \[ \mathbb{E}[\Lambda(u)\Lambda(v)] = \exp\left(C(0) + C(u-v)\right). \]
Deduce that the pair correlation function is \[ g(r) = \exp(C(r)). \]
18.1.8 8. From covariance to PCF (CSCP)
Let \(Z(u)\) be a mean-zero Gaussian random field with variance \(\sigma^2\) and correlation \(\rho(r)\), and define \[ \Lambda(u) = Z(u)^2. \]
Show that \[ \mathbb{E}[\Lambda(u)] = \sigma^2. \]
Show that \[ \mathbb{E}[Z(u)^2 Z(v)^2] = \sigma^4 (1 + 2\rho(r)^2). \]
Deduce that \[ g(r) = 1 + 2\rho(r)^2. \]
18.1.9 9. Comparing functional forms
Consider the two PCFs:
\[ g_{\text{LGCP}}(r) = \exp(C(r)), \quad g_{\text{CSCP}}(r) = 1 + 2\rho(r)^2. \]
Let \(C(r) = \sigma^2 \rho(r)\). Show that for small \(\sigma^2\), \[ g_{\text{LGCP}}(r) \approx 1 + \sigma^2 \rho(r). \]
Compare this approximation with the CSCP form.
Explain why the two models may be difficult to distinguish based on second-order structure alone.
18.1.10 10. Effect of covariance choice
Consider two covariance functions:
- Exponential: \(C_1(r) = \sigma^2 e^{-r/s}\)
- Gaussian: \(C_2(r) = \sigma^2 e^{-r^2/s^2}\)
Sketch (qualitatively) both functions.
Describe how the decay rate differs.
Explain how this would affect clustering in a Cox process driven by these fields.
18.1.11 11. Range of dependence
Let \(C(r)\) be a covariance function.
Define what is meant by the range of dependence.
For the exponential covariance, find \(r\) such that \[ \rho(r) = 0.05. \]
Interpret this value in terms of spatial dependence.
18.1.12 12. Structural insight
Consider two Cox processes driven by the same Gaussian random field \(Z(u)\) but with different transformations:
\[ \Lambda_1(u) = \exp(Z(u)), \quad \Lambda_2(u) = Z(u)^2. \]
Explain why both processes inherit the same covariance structure from \(Z(u)\).
Explain why their pair correlation functions differ.
Discuss why these differences may be difficult to detect in practice.