knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

anchoredDistr

CRAN/METACRAN License: GPL v2 Travis build status

The goal of the anchoredDistr R package is to provide post-processing for Method of Anchored Distributions (MAD). The software itself can be found at http://mad.codeplex.com/. MAD is a framework for Bayesian inference in geostatistics (Rubin, 2010 ) and it has already found a number of applications in different fields of earth sciences (Murakami, 2010), (Chen, 2012), (Heße, 2015), (Over, 2015) and (Savoy, 2019).

Installation

anchoredDistr can be installed via CRAN. You can also install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("GeoStat-Bayesian/anchoredDistr")

Example

For an example of the package, we refer to the vignette in the /vignettes folder as well as the publication detailing the package (Savoy, 2017).



hsavoy/anchoredDistr documentation built on Jan. 26, 2020, 8:03 p.m.