Skip to content

Very fast exact permutation test in Cython. Uses some bit twiddling to generate permutations quickly. Caution: not exhaustively tested!

License

Notifications You must be signed in to change notification settings

woroko/fast-permutation-test

Repository files navigation

fast-permutation-test

Very fast exact permutation test in Cython. Uses some bit twiddling to generate permutations quickly. Supports multiprocessing with ipyparallel.

A two-tailed test of group means is implemented as an example, but you should be able to substitute your own test statistic. You probably shouldn't rely on this code unless you have validated the approach independently.

About

Very fast exact permutation test in Cython. Uses some bit twiddling to generate permutations quickly. Caution: not exhaustively tested!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published