Model-based Geostatistics for Global Public Health
Lancaster University
“Conventional geostatistical methodology solves the problem of predicting the realized value of a linear functional of a Gaussian spatial stochastic process \(S(x)\) based on observations \(Y_i= S(x_i) + Z_i\) at sampling locations \(x_i\), where the \(Z_i\) are mutually independent, zero-mean Gaussian random variables.”
Predictive target \(T(x)\) | Name | GLM family |
---|---|---|
\(d(x)^\top \beta + S(x)\) | Linear predictor | Any GLM |
\(\frac{\exp\{d(x)^\top \beta + S(x)\}}{1+\exp\{d(x)^\top \beta + S(x)\}}\) | Prevalence | Binomial |
\(\exp\{d(x)^\top \beta + S(x)\}\) | Mean number of cases | Poisson |
\(S(x)\) | Spatial random effects | Any GLM |
\(d(x)^\top \beta\) | Covariates effects | Any GLM |
Preliminary steps:
Prediction steps (for a given location \(x\) on the grid):
Using the Monte Carlo samples \(T_{(j)}(x)\), obtain the desired summaries of the predictive distribution:
Mean: \(\overline{T}_B = B^{-1} \sum_{j=1}^B T_{(j)}(x)\)
Standard deviation: \(\left[B^{-1} \sum_{j=1}^B (T_{(j)}(x) - \overline{T}_B)^2\right]^{1/2}\)
Prediction intervals at 95\(\%\) coverage level
Exceedance probabilities: \(B^{-1} \sum_{j=1}^B I(T_{(j)}(x) > L)\), for a given threshold \(L\).
\[\mathcal{M}_i \approx \frac{1}{\#\{j : \tilde{x}_j \in A_i\}} \sum_{\tilde{x}_j \in A_i} T(\tilde{x}_j), \]
for the unweighted regional prevalence.
Preliminary steps:
Prediction steps (for a given location \(x\) on the grid):
Aggregate the samples \(T_{(j)}(x)\) for each region \(A_i\) to obtain samples of the areal-level predictive target \(\mathcal{M}_i\). Denote these samples as \(\mathcal{M}_i^{(j)}\).
Obtain the desired summaries of the predictive distribution of \(\mathcal{M}_i\). Examples:
Mean: \(\overline{\mathcal{M}}_{i,B} = B^{-1} \sum_{j=1}^B \mathcal{M}_i^{(j)}\)
Standard deviation: \(\left[B^{-1} \sum_{j=1}^B (\mathcal{M}_i^{(j)} - \overline{\mathcal{M}}_{i,B})^2\right]^{1/2}\)
Prediction intervals at 95\(\%\) coverage level
Exceedance probabilities: \(B^{-1} \sum_{j=1}^B I(\mathcal{M}_{i}^{(j)} > L)\), for a given threshold \(L\).