stats_in_python_tutorial
stats_in_python_tutorial copied to clipboard
Material for the statistics in Python tutorial
============================= Statistics in Python
See the online version: http://gaelvaroquaux.github.io/stats_in_python_tutorial
License
All code and material is licensed under a
Creative Commons Attribution 3.0 United States License (CC-by) http://creativecommons.org/licenses/by/3.0/us
Building instructions
To generate the html output for on-screen display, Type::
make html
the generated html files can be found in build/html
The first build takes a long time, but information is cached and subsequent builds will be faster.
Requirements ............
probably incomplete
- make
- sphinx (>= 1.0)
- matplotlib
- statsmodels
- pandas
- seaborn