Skip to content

dleutnant/BayesianTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BayesianTools

R package for performing Bayesian inference, including various MCMC and SMC sampling algorithms!

Getting BayesianTools

BayesianTools is on CRAN (see here). To install the latest CRAN release, type

install.packages("BayesianTools")

To get an overview about its functionality once the package is installed, run

library(BayesianTools)
?BayesianTools
vignette("BayesianTools", package="BayesianTools")

Development release

If you want to install the current (development) version from this repository, run

devtools::install_github(repo = "florianhartig/BayesianTools", subdir = "BayesianTools", dependencies = T, build_vignettes = T)

Below the status of the automatic Travis CI tests on the development version in the master branch (if this doesn load see here)

Build Status

Older releases

To install a specific (older) release, decide for the version number that you want to install in https://github.com/florianhartig/BayesianTools/releases (version numbering corresponds to CRAN, but there may be smaller releases that were not pushed to CRAN) and run, e.g.

devtools::install_github(repo = "florianhartig/BayesianTools", subdir = "BayesianTools", ref = "v0.0.10", dependencies = T, build_vignettes = T)

with v0.0.10 replaced by the appropriate version number.

Acknowledgements

Work on this package was facilicated through meetings of Cost Action FP 1304 Profound.

About

General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.3%
  • C++ 0.7%