https://github.com/csgillespie/abcpmcmc
https://github.com/csgillespie/abcpmcmc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csgillespie/abcpmcmc
- Owner: csgillespie
- License: gpl-2.0
- Created: 2014-07-13T14:56:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T13:54:36.000Z (about 10 years ago)
- Last Synced: 2025-02-08T08:47:09.673Z (4 months ago)
- Language: R
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
abcpmcmc
========
[](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/).