Julia implementation of Think Bayes

Hi,

I’ve ported the code from Allen Downey’s Think Bayes (2nd Ed to Julia.

You can find the code here if you’re interested:

https://github.com/dodoplus/ThinkBayes2

I have no plans to maintain this code. This was just an exercise in learning a bit of Julia.

There’s still an issue with getting Turing to work for one of the exercises. See Trouble translating a simple PyMC3 model to Turing - #11 by Christopher_Fisher.

Thanks,

DD

15 Likes