Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.28 KB

ThinkStats

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.

Downloadable Files

  • 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

Directories

  • 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

Setup

  • 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