Skip to content

Commit

Permalink
update readme within each book
Browse files Browse the repository at this point in the history
  • Loading branch information
Junpeng Lao committed Nov 13, 2017
1 parent 0062451 commit 9d55198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BCM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PyMC3 port of Lee and Wagenmakers' [Bayesian Cognitive Modeling - A Practical Co
All the codes are in jupyter notebook with the model explain in distributions (as in the book).

## View now on:
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/tree/main/BCM)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=BCM)
[<img src="http://nbviewer.jupyter.org/static/img/nav_logo.svg" width=120>](http://nbviewer.jupyter.org/github/pymc-devs/resources/tree/main/BCM/index.ipynb)

# Notice:
Expand Down
8 changes: 2 additions & 6 deletions Rethinking/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Statistical Rethinking with Python and PyMC3

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Statistical-Rethinking-with-Python-and-PyMC3/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Launch in Azure](https://notebooks.azure.com/launch.png)](https://notebooks.azure.com/import/gh/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/master)



[Statistical Rethinking](http://xcelab.net/rm/statistical-rethinking/) is an incredible good introductory book to Bayesian Statistics, its follows a _Jaynesian_ and practical approach with very good examples and clear explanations.

In this repository we ported the codes ([originally in R and Stan](https://github.com/rmcelreath/rethinking)) in the book to PyMC3. We are trying to keep the examples as close as possible to those in the book, while at the same time trying to express them in the most _Pythonic_ and _PyMC3onic_ way we can.

## Display notebooks

[View Jupyter notebooks in nbviewer](http://nbviewer.jupyter.org/github/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/tree/master/)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=Rethinking)
[<img src="http://nbviewer.jupyter.org/static/img/nav_logo.svg" width=120>](http://nbviewer.jupyter.org/github/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC3/tree/master/)

## Contributing

Expand Down

0 comments on commit 9d55198

Please sign in to comment.