LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
src/run.py
src/otpsy/__init__.py
src/otpsy/additional_function.py
src/otpsy/config.py
src/otpsy/main.py
src/otpsy/mathematics.py
src/otpsy/threshold.py
src/otpsy/utils.py
src/otpsy.egg-info/PKG-INFO
src/otpsy.egg-info/SOURCES.txt
src/otpsy.egg-info/dependency_links.txt
src/otpsy.egg-info/requires.txt
src/otpsy.egg-info/top_level.txt
src/otpsy/visualise/__init__.py
src/otpsy/visualise/app.py
src/otpsy/visualise/assets/__init__.py
src/otpsy/visualise/assets/style.css
tests/test_MethodIQR.py
tests/test_MethodSD.py
tests/test_SampleInstantiation.py