This repository contains notebooks, data, and supplementary material for the third edition of Think Stats.
Click here to read the book online and run the notebooks.
- ThinkStats.zip: Zip file of notebooks without solutions (download this if you just want to run the notebooks without cloning the repository)
- ThinkStatsSolutions.zip: Zip file of notebooks with solutions
- data: Data files used in the book
- examples: Notebooks with additional examples
- figs: Figures other than the ones generated in the notebooks
- jb: Directory where I build the HTML version of the book with Jupyter Book
- nb: Notebooks without solutions
- soln: Notebooks with solutions (these are the source files)
- tutorial: Notebooks for a tutorial on time series analysis
- Makefile: Instructions for creating a Conda environment for the book
- requirements.txt: Required packages to run the notebooks
- requirements-dev.txt: Additional packages used for developing the notebooks