An open API service indexing awesome lists of open source software.

https://github.com/csgillespie/abcpmcmc


https://github.com/csgillespie/abcpmcmc

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

abcpmcmc
========
[![Build Status](https://travis-ci.org/csgillespie/abcpmcmc.png?branch=master)](https://travis-ci.org/csgillespie/abcpmcmc)

This package illustrates example one of the [paper](http://dx.doi.org/10.1007/s11222-014-9524-7)

> Owen, JR, Gillespie, CS, Wilkinson, DJ.
> Scalable inference for Markov processes with intractable likelihoods
> Statistics and Computing, 2015 ([paper](http://dx.doi.org/10.1007/s11222-014-9524-7), [arXiv](http://arxiv.org/abs/1403.6886)).

Source code for the other examples can be obtained by contacting Jamie Owen

Installation
------------

This package is only hosted on github. To install the package,
```r
install.packages("devtools")
install.packages(c("smfsb", "mvtnorm"))
devtools::install_github("abcpmcmc", "csgillespie")
```

Note Windows users have to first install [Rtools](http://cran.rstudio.com/bin/windows/Rtools/).