Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GabrielHoffman/beam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis build status AppVeyor build status Coverage status

beam

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.

Description

Fast Bayesian inference of marginal and conditional independence structures from high-dimensional data.

Installation

If you wish to install beam from R:

# Install/load R package devtools
install.packages("devtools")
library(devtools)

# Install/load R package beam from github
install_github("gleday/beam")
library(beam)

Note that beam is maintained on github and only updated on CRAN every so often. Therefore, software versions may differ.

About

Fast Bayesian Inference in Large Graphical Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 77.0%
  • C++ 23.0%