Permutation tests and confidence sets for Python
Project description
Permutation tests and confidence sets for a variety of nonparametric testing and estimation problems, for a variety of randomization designs.
Website (including documentation): http://statlab.github.io/permute
Mailing list: http://groups.google.com/group/permute
Bug reports: https://github.com/statlab/permute/issues
Installation from binaries
$ pip install permute
Installation from source
Install dependencies using:
$ pip install -r requirements.txt
Then, install permute using:
$ pip install .
If you plan to develop the package, you may run it directly from source:
$ pip install -e . # Do this once to add pkg to Python path
License information
See the file LICENSE for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
permute-0.2.tar.gz
(146.1 kB
view hashes)
Built Distribution
permute-0.2-py3-none-any.whl
(154.3 kB
view hashes)