Code to implement experiments from Divide-and-Conquer Monte Carlo Fusion by Ryan S.Y. Chan, Adam M. Johansen, Murray Pollock and Gareth O. Roberts.
Simply run: devtools::install_github('rchan26/DCFusion')
There are a number of other R packages that I have created which this package depends on:
To install these dependencies, run:
devtools::install_github('rchan26/layeredBB', build_vignettes = TRUE)
devtools::install_github('rchan26/HMCBLR', build_vignettes = TRUE)
devtools::install_github('rchan26/HMCBRR', build_vignettes = TRUE)
devtools::install_github('rchan26/HMCGLMR', build_vignettes = TRUE)
The experiments were ran on Microsoft Azure using Data Science Virtual Machine's (DSVM) with either 16 core (Section 4) or 64 core machines (Section 5). The code utilises parallel computing (via the base parallel
package) and by default uses all the cores available on the machine. To change this, modify the n_cores
variable in the functions which perform the methodology (this is set to parallel::detectCores()
by default).
The package is still in development and I'm currently in the process of implementing the Bayesian Fusion algorithm along with a new Generalised Bayesian Fusion algorithm.
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.