Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhoupt/DBDA2Estan
Stan implementations of models in Doing Bayesian Data Analysis, 2nd Edition
https://github.com/jhoupt/DBDA2Estan
Last synced: 3 days ago
JSON representation
Stan implementations of models in Doing Bayesian Data Analysis, 2nd Edition
- Host: GitHub
- URL: https://github.com/jhoupt/DBDA2Estan
- Owner: jhoupt
- Created: 2017-07-02T00:59:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T19:32:40.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T06:03:48.688Z (3 months ago)
- Language: R
- Size: 62.5 KB
- Stars: 68
- Watchers: 7
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]