Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Spatial analysis›Bayesian Universal Kriging
Regression modelGIS / spatial

Bayesian Universal Kriging

Also known as: BUK, Bayesian kriging with trend, Bayesian spatial interpolation with covariates, stochastic universal kriging

Bayesian Universal Kriging (BUK) extends classical universal kriging by placing prior distributions on trend coefficients and spatial covariance parameters, then propagating full posterior uncertainty into predictions. It interpolates spatially referenced continuous data while simultaneously estimating large-scale deterministic trends driven by covariates and small-scale stochastic spatial dependence, yielding prediction intervals that honestly account for both parameter and interpolation uncertainty.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Bayesian Universal Kriging
Bayesian Ordinary KrigingCo-krigingGeographically Weighted…Ordinary KrigingSpatial AutocorrelationUniversal KrigingBayesian Co-Kriging

When to use it

Use Bayesian Universal Kriging when you have georeferenced continuous measurements (e.g., pollution levels, soil properties, temperature) and meaningful spatial covariates (elevation, land-use type) that explain large-scale trends, and when honest uncertainty quantification is important — for instance in environmental risk assessment or resource estimation. It is especially appropriate when sample sizes are small to moderate and classical variogram estimation is unreliable, or when prior scientific knowledge about correlation ranges should be incorporated. Avoid it when computational cost is prohibitive (large n > 10,000 without approximations), when you need instantaneous predictions in real time, or when spatial trend is absent and ordinary kriging suffices.

Strengths & limitations

Strengths
  • Provides full predictive distributions, yielding credible intervals that account for uncertainty in both trend coefficients and covariance parameters.
  • Naturally incorporates spatial covariates as fixed-effect trend components, improving prediction where explanatory variables are informative.
  • Prior information about plausible correlation ranges or nugget ratios can be encoded formally, reducing estimation instability in sparse datasets.
  • Posterior predictive checks allow model fit to be assessed rigorously within the Bayesian workflow.
  • Handles non-stationary means properly by modelling the trend separately from the spatially correlated residual.
Limitations
  • Computationally intensive: MCMC requires inverting the n×n covariance matrix at each iteration, scaling as O(n³), making exact inference impractical for n beyond a few thousand.
  • Sensitive to prior specification, especially for range and nugget parameters when data are sparse or irregularly distributed.
  • Requires the user to choose and justify a parametric covariance family (Matérn, exponential, etc.) whose misspecification can bias predictions.
  • Convergence of MCMC chains must be diagnosed carefully; poorly mixing chains produce unreliable posteriors.
  • More complex to implement and interpret than classical universal kriging, demanding familiarity with Bayesian computation.

Frequently asked

How does Bayesian Universal Kriging differ from classical Universal Kriging?

Classical universal kriging treats variogram parameters as fixed known quantities (estimated separately via REML or method-of-moments) and then conditions on them. BUK places prior distributions on those parameters and marginalises over them, so prediction intervals are wider but better calibrated — they capture uncertainty from parameter estimation as well as interpolation uncertainty.

What covariance function should I choose?

The Matérn covariance family is usually preferred because its smoothness parameter ν allows you to control how differentiable the spatial process is. If ν is also treated as unknown, it can be estimated from the data, though joint inference on ν and the range φ requires care due to identifiability constraints.

Can Bayesian Universal Kriging handle very large datasets?

Exact BUK with MCMC scales as O(n³) per iteration and becomes impractical for n beyond a few thousand. Approximation strategies include predictive-process models, nearest-neighbour Gaussian processes (NNGP), and low-rank spatial basis functions, all of which reduce computational cost while retaining the Bayesian uncertainty propagation.

Do I need informative priors to get good results?

Not necessarily, but weakly informative priors — for example, constraining the spatial range to be at most the diameter of the study region — prevent the sampler from exploring implausible parameter values and improve MCMC efficiency. Fully diffuse priors on variance and range can produce improper or very slowly mixing posteriors.

When should I prefer Bayesian Ordinary Kriging over Bayesian Universal Kriging?

Choose Bayesian Ordinary Kriging when the mean is approximately constant (stationary mean assumption is reasonable) and no useful spatial covariates are available. BUK adds complexity and requires meaningful covariates; if trend covariates are weak or collinear, the simpler ordinary kriging variant will perform comparably with less risk of over-parameterisation.

Sources

  1. Diggle, P. J., & Ribeiro, P. J. (2007). Model-Based Geostatistics. Springer. ISBN: 978-0387329079
  2. Banerjee, S., Carlin, B. P., & Gelfand, A. E. (2015). Hierarchical Modeling and Analysis for Spatial Data (2nd ed.). CRC Press. ISBN: 978-1439819173

How to cite this page

ScholarGate. (2026, June 3). Bayesian Universal Kriging. ScholarGate. https://scholargate.app/en/spatial-analysis/bayesian-universal-kriging

Related methods

Bayesian Ordinary KrigingCo-krigingGeographically Weighted RegressionOrdinary KrigingSpatial AutocorrelationUniversal Kriging

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Bayesian Ordinary KrigingSpatial analysis↔ compare
  • Co-krigingSpatial analysis↔ compare
  • Geographically Weighted RegressionSpatial analysis↔ compare
  • Ordinary KrigingSpatial analysis↔ compare
  • Spatial AutocorrelationSpatial analysis↔ compare
  • Universal KrigingSpatial analysis↔ compare
Compare side by side →

Referenced by

Bayesian Co-KrigingBayesian Ordinary Kriging

Similar methods

Bayesian Ordinary KrigingBayesian KrigingBayesian Co-KrigingSpace-Time Universal KrigingGlobal Universal KrigingPanel Universal KrigingRobust Universal KrigingUniversal Kriging

Related reference concepts

Gaussian Process ModelsBayesian Model AveragingPrior Elicitation and Sensitivity AnalysisBayesian Computation and MCMCBayesian NonparametricsHierarchical Bayesian Models

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Bayesian Universal Kriging (Bayesian Universal Kriging). Retrieved 2026-07-21 from https://scholargate.app/en/spatial-analysis/bayesian-universal-kriging · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Diggle, Tawn & Moyeed; Kitanidis; Handcock & Stein
Year
1990s–2000s
Type
Bayesian geostatistical interpolation with trend
DataType
Georeferenced continuous observations with spatially varying covariates
Subfamily
GIS / spatial
Related methods
Bayesian Ordinary KrigingCo-krigingGeographically Weighted RegressionOrdinary KrigingSpatial AutocorrelationUniversal Kriging
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account