Metadata-Version: 2.4
Name: perm_test_rust
Version: 0.3.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: A rust implementation for fast permutation testing
Author-email: Puck van Gijzen <puckvangijzen@proton.me>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/puncks/perm_test
Project-URL: Issues, https://github.com/puncks/perm_test/issues

# perm test
A rust implementation of comparative permutation testing, because python is not that fast

Input example: ` perm_test.test(amount, group_1, group_2) `.

Output of type: `p_value, [tstats of permutations]`.

Can also return a single tstat if called with `perm_test.test(group_1, group_2)`.

Only one dimensional datasets have been implemented.

