Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 491 Bytes

Statistical Rethinking (2nd edition) with Python and Stan

Re-implementing slides and exercises with Python, Stan and Altair.

Video lectures

Slides

Setup

docker build -t statreth .

Run Notebooks

docker run --rm -it \
    --name=statreth \
    -p 8888:8888 \
    -v $(pwd):/home/bayes/statreth \
    statreth