Learn R Programming

deBInfer: Bayesian inference for dynamical models of biological systems in R

  1. Differential equations (DEs) are commonly used to model the temporal evolution of biological systems, but statistical methods for comparing DE models to data and for parameter inference are relatively poorly developed. This is especially problematic in the context of biological systems where observations are often noisy and only a small number of time points may be available.
  2. Bayesian approaches offer a coherent framework for parameter inference that can account for multiple sources of uncertainty, while making use of prior information. We present deBInfer, an R package implementing a Bayesian framework for parameter inference in DEs. This approach offers a rigorous methodology for parameter inference as well as modeling the link between unobservable model states and parameters, and observable quantities.
  3. deBInfer provides templates for the DE model, the observation model and data likelihood, and the model parameters and their prior distributions. A Markov chain Monte Carlo (MCMC) procedure processes these inputs to estimate the posterior distributions of the parameters and any derived quantities, including the model trajectories. Further functionality is provided to facilitate MCMC diagnostics and the visualisation of the posterior distributions of model parameters and trajectories.
  4. The templating approach makes deBInfer applicable to a wide range of DE models and we demonstrate its application to ordinary and delay DE models for population ecology.

For more information read our software paper or get in touch with pboesu@gmail.com

Software development is supported by NSF grant PLR-1341649.

Copy Link

Version

Install

install.packages('deBInfer')

Monthly Downloads

226

Version

0.4.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Philipp H Boersch-Supan

Last Published

November 17th, 2022

Functions in deBInfer (0.4.4)

is.debinfer_parlist

is.debinfer_parlist
is.debinfer_result

is.debinfer_result
log_post_params

log_post_params
de_mcmc

de_mcmc
propose_single_rev

propose_single_rev
propose_joint_rev

propose_joint
chytrid

Chytrid fungus data set
log_prior_params

log_prior_params
solve_de

solve_de
logd_prior

logd_prior
summary.debinfer_result

Summary of the inference results
logistic

Logistic growth data set
deinits

Get starting/fixed values of DE initial values
depars

Get starting/fixed values of DE parameters
post_sim

post_sim
plot.post_sim_list

Plot posterior trajectory
prior_draw_rev

prior_draw_rev
reshape_post_sim

Reshape posterior model solutions
debinfer_cov

debinfer_cov
pairs.debinfer_result

Pairwise posterior marginals
debinfer_par

debinfer_par
plot.debinfer_result

Plot inference outputs
update_sample_rev

update_sample_rev
setup_debinfer

setup_debinfer
post_prior_densplot

Plot posterior marginals and corresponding priors