项目作者: gleday

项目描述 :
Fast Bayesian Inference in Large Graphical Models
高级语言: R
项目地址: git://github.com/gleday/beam.git
创建时间: 2018-11-16T14:51:52Z
项目社区:https://github.com/gleday/beam

开源协议:

下载





beam


beam


Fast Bayesian inference of network structures.








Features

  • inference of conditional independence structures
  • inference of marginal independence structures
  • computationally efficient (no MCMC)
  • memory-efficient
  • able to address problems with thousands of variables on
    a standard laptop in just a few seconds
  • outperforms popular Bayesian and non-Bayesian methods

Installation

To install beam from R:

  1. # Install/load R package devtools
  2. install.packages("devtools")
  3. library(devtools)
  4. # Install/load R package beam from github
  5. install_github("gleday/beam")
  6. library(beam)

Citation

This R package implements the method described in

Leday, G.G.R. and Richardson, S. (2019).
Fast Bayesian inference in large Gaussian graphical models.
Biometrics. 75(4), 1288—1298.