Code

Here are some repositories that contain code implementing unbiased MCMC.

R scripts

R packages hosted on github can be installed with devtools as follows

# install.packages("devtools")
devtools::install_github("pierrejacob/umcmchandbook")

Code to reproduce the figures in Atchadé & Jacob 2023+:

Code to reproduce the figures and tables in the 2020 JRSS B discussion paper:

Code to reproduce the figures and tables in the Poisson equation paper

Python scripts

Julia scripts