Skip to content

Instantly share code, notes, and snippets.

View mayhewsw's full-sized avatar

Stephen Mayhew mayhewsw

View GitHub Profile
@dustalov
dustalov / sigf.py
Last active February 22, 2023 16:50
An implementation of the sigf toolkit for randomization tests in Python 3
#!/usr/bin/env python3
__author__ = 'Dmitry Ustalov'
__credits__ = 'Sebastian Padó'
__license__ = 'MIT'
# This is an MIT-licensed implementation of the sigf toolkit for randomization tests:
# https://nlpado.de/~sebastian/software/sigf.shtml
import random