Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Think Stats by Allen B. Downey Think Stats is an introduction to Probability and Statistics for Python programmers.

This is the accompanying code for this book.

Website: http://greenteapress.com/wp/think-stats-2e/

Views: 7119
License: GPL3
1
matplotlib==1.4.3
2
mock==1.0.1
3
nose==1.3.6
4
numpy==1.11.1
5
pandas==0.16.0
6
pyparsing==2.0.3
7
python-dateutil==2.4.2
8
pytz==2015.2
9
scipy==0.15.1
10
six==1.9.0
11
statsmodels==0.6.1
12
13