Skip to content

statlab/permute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

akglazeramandakglazer@gmail.com
and
amandakglazer@gmail.com
Jan 26, 2023
ef72da3 · Jan 26, 2023
Mar 3, 2021
Oct 31, 2022
Jun 1, 2021
Jan 26, 2023
Jan 24, 2023
Mar 25, 2015
Dec 15, 2020
Dec 16, 2020
Mar 3, 2021
Dec 16, 2020
Mar 3, 2021
Jun 2, 2021
Sep 28, 2015
Dec 16, 2020
Oct 31, 2022

Repository files navigation

Permutation tests and confidence sets

PyPI 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:

$ 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.