LICENSE
README.md
pyproject.toml
pyexpstats/__init__.py
pyexpstats/api.py
pyexpstats/py.typed
pyexpstats.egg-info/PKG-INFO
pyexpstats.egg-info/SOURCES.txt
pyexpstats.egg-info/dependency_links.txt
pyexpstats.egg-info/entry_points.txt
pyexpstats.egg-info/requires.txt
pyexpstats.egg-info/top_level.txt
pyexpstats/business/__init__.py
pyexpstats/business/guardrails.py
pyexpstats/business/impact.py
pyexpstats/diagnostics/__init__.py
pyexpstats/diagnostics/health.py
pyexpstats/diagnostics/novelty.py
pyexpstats/diagnostics/srm.py
pyexpstats/effects/__init__.py
pyexpstats/effects/outcome/__init__.py
pyexpstats/effects/outcome/base.py
pyexpstats/effects/outcome/conversion.py
pyexpstats/effects/outcome/magnitude.py
pyexpstats/effects/outcome/timing.py
pyexpstats/methods/__init__.py
pyexpstats/methods/bayesian.py
pyexpstats/methods/sequential.py
pyexpstats/planning/__init__.py
pyexpstats/planning/duration.py
pyexpstats/planning/mde.py
pyexpstats/segments/__init__.py
pyexpstats/segments/analysis.py
pyexpstats/utils/__init__.py
pyexpstats/utils/math.py
pyexpstats/utils/stats.py
pyexpstats/utils/validation.py
tests/test_bayesian.py
tests/test_business.py
tests/test_conversion.py
tests/test_diagnostics.py
tests/test_edge_cases.py
tests/test_magnitude.py
tests/test_planning.py
tests/test_robustness.py
tests/test_segments.py
tests/test_sequential.py
tests/test_timing.py