Skip to content

Statistical Rethinking: A Bayesian Course with Examples in R and Stan

License

Notifications You must be signed in to change notification settings

regata/statreth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Statistical Rethinking: A Bayesian Course with Examples in R and Stan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published