Spatial interpolation (prediction)

Spatial interpolation/prediction is necessary in various application because it helps:

  1. Predict a variable across space, including in areas where there are little to no data.
  2. To smooth the data across space so that we cannot interpret the results of individuals, but still, identify the general trends from the data. This is particularly useful when the data corresponds to individual persons and disclosing their locations is unethical.

For instance, due to economic and time constraints measurements may be sampled and later prediction done at unobserved locations using spatial interpolation models. Spatial prediction models (algorithms) can be grouped according to the amount of statistical analysis i.e. amount of expert knowledge included in the analysis. The following are the main groupings of interpolation techniques:

Deterministic (non-geostatistical) models

These are models where arbitrary or empirical model parameters are used. No estimate of the model error is available and usually no strict assumptions about the variability of a feature exist. The most common techniques that belong to this group are:

  1. Inverse distance weighted interpolation;
  2. Thiessen polygons;
  3. Natural neighbour interpolation;
  4. Polynomial trend surfaces;
  5. Splines;
  6. Radial Basis Function Interpolation

Geostatistical techniques

in this case, the model parameters are commonly estimated in an objective way, following probability theory. The predictions are accompanied with an estimate of the prediction error. A drawback is that the input data set usually need to satisfy strict statistical assumptions. There are at least four groups of linear statistical models:

  1. kriging (plain geostatistics);
  2. environmental correlation (e.g. regression-based);
  3. Bayesian-based models (e.g. Bayesian Maximum Entropy);
  4. hybrid models (e.g. regression-kriging).

In the next lesson we cover the first category (non-geostatistical).

References

De Smith, M. J., Goodchild, M. F., & Longley, P. (2018). Geospatial analysis: a comprehensive guide to principles, techniques and software tools. Troubador publishing ltd.