Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.54 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.54 KB

Helper functions for the rbi package

GitHub R package version R-CMD-check codecov GitHub contributors License: GPL v3 CRAN status

rbi.helpers is collection of helper functions to use with rbi, an R interface to LibBi, a library for Bayesian Inference.

It contains:

  • adapt_proposal, to adapt the proposal distribution of a model according to the empirical standard deviations of accepted parameters
  • adapt_particles, to adapt the number of particles at a given point in parameter space.
  • DIC, to compute the DIC of a pMCMC run
  • acceptance_rate, to calculate the acceptance rate of a pMCMC run

Installation

The easiest way to install rbi.helpers is to use the remotes package:

# install.packages("remotes")
remotes::install_github("sbfnk/rbi.helpers")