Hacker News new | ask | show | jobs
by _rerr 2024 days ago
I am currently going through Statistical Rethinking [0], by R. McElreath. So far it's been great, all the code example and practice problems help comprehension.

I've also heard good things about Probabilistic Programming and Bayesian methods [1] by Cam Davidson Pilon.

[0] https://xcelab.net/rm/

[1] https://camdavidsonpilon.github.io/Probabilistic-Programming...

1 comments

Anyone wanting Python/PyMC3 versions of the Statistical Rethinking code should check out [2].

[2] https://github.com/pymc-devs/resources/tree/master/Rethinkin...