Spatial Interpolation using Bayesian Maximum Entropy

The BMEmapping R package delivers a flexible, robust, and computationally optimized framework for spatial interpolation and uncertainty quantification using the Bayesian Maximum Entropy (BME) paradigm. Unlike traditional kriging frameworks that rely strictly on precise physical measurements (hard data), BMEmapping allows for the systematic integration of bounded uncertainty domains (soft-interval data) without resorting to linear or Gaussian assumptions.

The package features two operational geostatistical engines:

Installation

You can install the development version of BMEmapping from GitHub using devtools:

# install.packages("devtools")
devtools::install_github("KinsprideDuah/BMEmapping")

Core Functions

Data Pipeline Configuration

Posterior Density Estimation

Probabilistic Spatial Prediction & Uncertainty Estimation

Model Validation & S3 Graphics

Getting Help

If you encounter a bug or have structural feature requests, please file a ticket alongside a minimal reproducible example (reprex) on the GitHub Issues page.

Author

Kinspride Duah

License

MIT + file LICENSE