These are my solutions to the exercises in the book Statistical Rethinking.
You can install the dependencies with pip or poetry.
pip install -r requirements.txt
or
poetry install
Thanks to Richard McElreath for writing the book, and to PyMC for developing a great package and solutions to the exercises. The solutions provided have helped a lot in my learning process.
There are some exercises that I have not completed yet. I will update this list as I complete them.
- Chapter 1
- Chapter 2
- Chapter 3
- Chapter 4
- Chapter 5
- Chapter 6
- Chapter 7
- Chapter 8
- Chapter 9
- Chapter 10
- Chapter 11
- Chapter 12
- Chapter 13
- Chapter 14
- Chapter 15
- Chapter 16