LICENSE
README.md
pyproject.toml
src/LM_hypotest.egg-info/PKG-INFO
src/LM_hypotest.egg-info/SOURCES.txt
src/LM_hypotest.egg-info/dependency_links.txt
src/LM_hypotest.egg-info/requires.txt
src/LM_hypotest.egg-info/top_level.txt
src/hypotest/__init__.py
src/hypotest/info.py
src/hypotest/analysis/__init__.py
src/hypotest/analysis/statistics.py
src/hypotest/analysis/type_detector.py
src/hypotest/assumptions/__init__.py
src/hypotest/assumptions/base.py
src/hypotest/assumptions/normality.py
src/hypotest/assumptions/variance.py
src/hypotest/config/__init__.py
src/hypotest/config/manager.py
src/hypotest/config/settings.py
src/hypotest/core/__init__.py
src/hypotest/core/dataset.py
src/hypotest/core/result.py
src/hypotest/effect_size/__init__.py
src/hypotest/llm/__init__.py
src/hypotest/llm/base.py
src/hypotest/llm/client.py
src/hypotest/llm/interpretor.py
src/hypotest/llm/schemas.py
src/hypotest/reporting/__init__.py
src/hypotest/tests/__init__.py
src/hypotest/tests/base.py
src/hypotest/tests/registry.py
src/hypotest/tests/parametric/ttest.py
src/hypotest/utils/__init__.py