Skip to content

Commit

Permalink
update BAP to third edition
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored and ricardoV94 committed Feb 17, 2024
1 parent c3e0d86 commit 0541065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -46,11 +46,11 @@ If you already know about Bayesian statistics:
Learn Bayesian statistics with a book together with PyMC
--------------------------------------------------------

- `Bayesian Analysis with Python <http://bap.com.ar/>`__ (third edition) by Osvaldo Martin: Great introductory book.
- `Probabilistic Programming and Bayesian Methods for Hackers <https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers>`__: Fantastic book with many applied code examples.
- `PyMC port of the book "Doing Bayesian Data Analysis" by John Kruschke <https://github.com/cluhmann/DBDA-python>`__ as well as the `first edition <https://github.com/aloctavodia/Doing_bayesian_data_analysis>`__.
- `PyMC port of the book "Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath <https://github.com/pymc-devs/resources/tree/master/Rethinking>`__
- `PyMC port of the book "Bayesian Cognitive Modeling" by Michael Lee and EJ Wagenmakers <https://github.com/pymc-devs/resources/tree/master/BCM>`__: Focused on using Bayesian statistics in cognitive modeling.
- `Bayesian Analysis with Python <https://www.packtpub.com/big-data-and-business-intelligence/bayesian-analysis-python-second-edition>`__ (second edition) by Osvaldo Martin: Great introductory book. (`code <https://github.com/aloctavodia/BAP>`__ and errata).

Audio & Video
-------------
Expand Down
3 changes: 2 additions & 1 deletion docs/source/learn.md
Expand Up @@ -13,8 +13,9 @@ glossary

## At a glance
### Beginner
- Book: [Bayesian Analysis with Python](http://bap.com.ar/)
- Book: [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)
- Book: [Bayesian Analysis with Python](https://www.packtpub.com/big-data-and-business-intelligence/bayesian-analysis-python-second-edition)


### Intermediate
- {ref}`pymc_overview` shows PyMC 4.0 code in action
Expand Down

0 comments on commit 0541065

Please sign in to comment.