From b506b5aff21234258e27053e879d6029e3ef143b Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 4 Jul 2015 08:26:16 -0400 Subject: [PATCH] Added the following to the statistical inference scipy section: effect size, random sampling, and hypothesis testing. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc850b3..3edaecb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repo is a collection of IPython Notebooks I reference while working with da * [pandas](#pandas) * [matplotlib](#matplotlib) * [numpy](#numpy) -* [scipy](#scipy) +* [statistical-inference-scipy](#statistical-inference-scipy) * [python-data](#python-data) * [command lines](#commands) * [misc](#misc) @@ -159,9 +159,13 @@ IPython Notebook(s) demonstrating NumPy functionality.

-## scipy +## statistical-inference-scipy -[Coming Soon] IPython Notebook(s) demonstrating SciPy functionality. +| Notebook | Description | +|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [effect_size](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scipy/effect_size.ipynb) | Effect size. | +| [sampling](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scipy/numpy.ipynb) | Random sampling. | +| [hypothesis](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scipy/numpy.ipynb) | Hypothesis testing. |