bonStats / smcdar

Data and code to accompany paper "Accelerating sequential Monte Carlo with surrogate likelihoods"

Home Page:https://arxiv.org/abs/2009.03699

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code to accompany paper "Accelerating sequential Monte Carlo with surrogate likelihoods"

Cite as: Bon, J.J., Lee, A. & Drovandi, C. Accelerating sequential Monte Carlo with surrogate likelihoods. Statistics and Computing 31, 62 (2021). https://doi.org/10.1007/s11222-021-10036-4

Link to arxiv: https://arxiv.org/abs/2009.03699

Install package

This repository is a set up as an R package and can be installed using the following commands:

remotes::install_github("nielsrhansen/expoRkit")

remotes::install_github("bonStats/smcdar", dependencies = T)

Examples from paper

The biased normal and whittle likelihood examples from the paper can be found in the analysis/ directory.

About

Data and code to accompany paper "Accelerating sequential Monte Carlo with surrogate likelihoods"

https://arxiv.org/abs/2009.03699

License:GNU General Public License v3.0


Languages

Language:R 97.3%Language:C++ 2.7%