README.md

DCFusion

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.

Installation

Simply run: devtools::install_github('rchan26/DCFusion')

Dependencies

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)

Running the experiments

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).

Related material

Current development

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.

License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0



rchan26/hierarchicalFusion documentation built on Sept. 11, 2022, 10:30 p.m.