MLJan 21, 2015

BDgraph: An R Package for Bayesian Structure Learning in Graphical Models

arXiv:1501.05108v6130 citations
Originality Synthesis-oriented
AI Analysis

This package provides a tool for researchers and practitioners in statistics and machine learning to perform Bayesian graphical modeling, but it is incremental as it builds on existing methods.

The authors introduced the R package BDgraph for Bayesian structure learning in graphical models, which handles various variable types and implements recent methodological improvements with efficient C++ and parallel computing.

Graphical models provide powerful tools to uncover complicated patterns in multivariate data and are commonly used in Bayesian statistics and machine learning. In this paper, we introduce the R package BDgraph which performs Bayesian structure learning for general undirected graphical models (decomposable and non-decomposable) with continuous, discrete, and mixed variables. The package efficiently implements recent improvements in the Bayesian literature, including that of Mohammadi and Wit (2015) and Dobra and Mohammadi (2018). To speed up computations, the computationally intensive tasks have been implemented in C++ and interfaced with R, and the package has parallel computing capabilities. In addition, the package contains several functions for simulation and visualization, as well as several multivariate datasets taken from the literature and used to describe the package capabilities. The paper includes a brief overview of the statistical methods which have been implemented in the package. The main part of the paper explains how to use the package. Furthermore, we illustrate the package's functionality in both real and artificial examples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes