Skip to content

Commit

Permalink
Merge pull request #19 from teese/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
cgevans committed Jul 27, 2019
2 parents b84cd2c + 7f823f3 commit 0c9f35b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,19 @@ v0.3.2: This version contains various fixes to allow compatibility with Python
slightly modify the output of bootstrap_indexes, from a Python list to
a Numpy array that can be iterated over in the same manner. This should
only be important in extremely unusual situations.



Installation and Usage
======================
As described (<http://scikits.appspot.com/bootstrap>), the package can be installed using pip.

`pip install scikits.bootstrap`

Usage example for python 3.x:

```
import scikits.bootstrap as boot
import numpy as np
boot.ci(np.random.rand(100), np.average)
```

0 comments on commit 0c9f35b

Please sign in to comment.