Skip to content

ChrisCameron1/permute

 
 

Repository files navigation

Permutation tests and confidence sets

Build Status Coverage Status

Permutation tests and confidence sets for a variety of nonparametric testing and estimation problems, for a variety of randomization designs.

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:

$ python setup.py develop       # Do this once to add pkg to Python path
$ python setup.py build_ext -i  # Build binary extensions

License information

See the file LICENSE for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

About

permutation tests and confidence sets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%