.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
README_PYPI.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/tests.yml
data/__init__.py
data/reference_tables/__init__.py
data/reference_tables/critical_values.py
data/reference_tables/lookup_tables.py
data/test_datasets/__init__.py
data/test_datasets/generated.py
data/test_datasets/iris.py
data/test_datasets/mtcars.py
docs/source/conf.py
docs/source/index.rst
examples/__init__.py
examples/advanced_examples.py
examples/basic_usage.py
examples/domain_examples/__init__.py
examples/domain_examples/ab_test_examples.py
examples/domain_examples/finance_examples.py
examples/domain_examples/medical_examples.py
examples/notebooks/advanced_features.ipynb
examples/notebooks/getting_started.ipynb
examples/notebooks/real_world_cases.ipynb
hypotestx/__init__.py
hypotestx/cli.py
hypotestx.egg-info/PKG-INFO
hypotestx.egg-info/SOURCES.txt
hypotestx.egg-info/dependency_links.txt
hypotestx.egg-info/entry_points.txt
hypotestx.egg-info/requires.txt
hypotestx.egg-info/top_level.txt
hypotestx/bayesian/__init__.py
hypotestx/bayesian/mcmc.py
hypotestx/bayesian/priors.py
hypotestx/bayesian/tests.py
hypotestx/core/__init__.py
hypotestx/core/assumptions.py
hypotestx/core/engine.py
hypotestx/core/exceptions.py
hypotestx/core/parser.py
hypotestx/core/result.py
hypotestx/core/testsuite.py
hypotestx/core/validators.py
hypotestx/core/llm/__init__.py
hypotestx/core/llm/base.py
hypotestx/core/llm/prompts.py
hypotestx/core/llm/backends/__init__.py
hypotestx/core/llm/backends/fallback.py
hypotestx/core/llm/backends/gemini.py
hypotestx/core/llm/backends/huggingface.py
hypotestx/core/llm/backends/ollama.py
hypotestx/core/llm/backends/openai_compat.py
hypotestx/domains/__init__.py
hypotestx/domains/ab_testing.py
hypotestx/domains/finance.py
hypotestx/domains/medical.py
hypotestx/domains/survey.py
hypotestx/education/__init__.py
hypotestx/education/examples.py
hypotestx/education/explanations.py
hypotestx/explore/__init__.py
hypotestx/explore/association.py
hypotestx/explore/correlation.py
hypotestx/explore/eda.py
hypotestx/explore/visualize.py
hypotestx/math/__init__.py
hypotestx/math/basic.py
hypotestx/math/distributions.py
hypotestx/math/linear_algebra.py
hypotestx/math/special.py
hypotestx/math/statistics.py
hypotestx/meta/__init__.py
hypotestx/meta/analysis.py
hypotestx/meta/bias.py
hypotestx/ml/__init__.py
hypotestx/ml/fairness.py
hypotestx/ml/feature_tests.py
hypotestx/ml/model_comparison.py
hypotestx/power/__init__.py
hypotestx/power/analysis.py
hypotestx/power/sample_size.py
hypotestx/reporting/__init__.py
hypotestx/reporting/formatters.py
hypotestx/reporting/generator.py
hypotestx/reporting/templates.py
hypotestx/robust/__init__.py
hypotestx/robust/estimators.py
hypotestx/robust/outliers.py
hypotestx/robust/tests.py
hypotestx/stats/__init__.py
hypotestx/stats/bootstrap.py
hypotestx/stats/descriptive.py
hypotestx/stats/distributions.py
hypotestx/stats/inference.py
hypotestx/tests/__init__.py
hypotestx/tests/categorical.py
hypotestx/tests/correlation.py
hypotestx/tests/nonparametric.py
hypotestx/tests/parametric.py
hypotestx/tests/regression.py
hypotestx/timeseries/__init__.py
hypotestx/timeseries/changepoint.py
hypotestx/timeseries/stationarity.py
hypotestx/timeseries/trend.py
hypotestx/utils/__init__.py
hypotestx/utils/data_utils.py
hypotestx/utils/formatting.py
hypotestx/utils/preprocessing.py
hypotestx/utils/validation.py
scripts/__init__.py
scripts/benchmark.py
scripts/build_docs.py
scripts/run_tests.py
tests/__init__.py
tests/test_core/__init__.py
tests/test_core/test_assumptions.py
tests/test_core/test_engine.py
tests/test_core/test_parser.py
tests/test_core/test_result.py
tests/test_data/__init__.py
tests/test_data/sample_datasets.py
tests/test_math/__init__.py
tests/test_math/test_distributions.py
tests/test_math/test_linear_algebra.py
tests/test_math/test_statistics.py
tests/test_tests/__init__.py
tests/test_tests/test_categorical.py
tests/test_tests/test_correlation.py
tests/test_tests/test_nonparametric.py
tests/test_tests/test_parametric.py