Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhoupt/DBDA2Estan

Stan implementations of models in Doing Bayesian Data Analysis, 2nd Edition
https://github.com/jhoupt/DBDA2Estan

Last synced: about 2 months ago
JSON representation

Stan implementations of models in Doing Bayesian Data Analysis, 2nd Edition

Awesome Lists containing this project

README

        

# DBDA2Estan
This is a collection of models from Doing Bayesian Data Analysis, 2nd Edition implemented in Stan. I have attempted to keep the implementation as close as possible to the JAGS versions developed by John Kruschke. In most cases this was a straightforward translation of syntax. Models that relied on discrete parameters were implemented by marginalizing over the discrete parameters and included in the code as a custom probability distribution (see the Stan reference manual for details).

Please feel free to contact me with any questions or comments, either via github or at [email protected]