graphicalEvidence: Graphical Evidence

Computes marginal likelihood in Gaussian graphical models through a novel telescoping block decomposition of the precision matrix which allows estimation of model evidence. The top level function used to estimate marginal likelihood is called evidence(), which expects the prior name, data, and relevant prior specific parameters. This package also provides an MCMC prior sampler using the same underlying approach, implemented in prior_sampling(), which expects a prior name and prior specific parameters. Both functions also expect the number of burn-in iterations and the number of sampling iterations for the underlying MCMC sampler.

Version: 1.1
Imports: Rcpp, parallel, doParallel, foreach, mvtnorm
LinkingTo: Rcpp, RcppArmadillo
Published: 2024-11-07
DOI: 10.32614/CRAN.package.graphicalEvidence
Author: David Rowe [aut, cre]
Maintainer: David Rowe <david at rowe-stats.com>
License: GPL-3
NeedsCompilation: yes
Materials: README
CRAN checks: graphicalEvidence results

Documentation:

Reference manual: graphicalEvidence.pdf

Downloads:

Package source: graphicalEvidence_1.1.tar.gz
Windows binaries: r-devel: graphicalEvidence_1.1.zip, r-release: graphicalEvidence_1.0.zip, r-oldrel: graphicalEvidence_1.1.zip
macOS binaries: r-release (arm64): graphicalEvidence_1.1.tgz, r-oldrel (arm64): graphicalEvidence_1.1.tgz, r-release (x86_64): graphicalEvidence_1.1.tgz, r-oldrel (x86_64): graphicalEvidence_1.1.tgz
Old sources: graphicalEvidence archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=graphicalEvidence to link to this page.