项目作者: stappit

项目描述 :
Solutions to Wasserman's 'All of Statistics'.
高级语言: Jupyter Notebook
项目地址: git://github.com/stappit/all-of-statistics.git
创建时间: 2017-04-10T06:58:08Z
项目社区:https://github.com/stappit/all-of-statistics

开源协议:

下载


All of Statistics

Solutions to Wasserman’s ‘All Of Statistics’, using the 2005 corrected second printing, ISBN 0-387-40272-1.

Organisation

Please follow these guidelines:

  • Solutions go in solutions as markdown or notebook (ipynb). They should be labelled chXXqYY where XX is the (0 padded) chapter number and YY is the (0 padded) question number. For example, question 3 from chapter 7 should be labelled ch07q03.
  • Anything useful/reusable/more involved should go in chapters.
  • Datasets go in data.
  • Use python 3, not python 2.

Some more mathematical solutions may be found on the blog.