.gitignore
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
.github/workflows/build-tests.yml
.github/workflows/python-publish.yml
BayesABTest/__init__.py
BayesABTest/_ab_test_model_distributions.py
BayesABTest/_ab_test_model_loss_func.py
BayesABTest/_ab_test_model_plotting.py
BayesABTest/_ab_test_model_utils.py
BayesABTest/_posterior_distribution.py
BayesABTest/_prior_distribution.py
BayesABTest/ab_test_dist_explorer.py
BayesABTest/ab_test_model.py
BayesABTest.egg-info/PKG-INFO
BayesABTest.egg-info/SOURCES.txt
BayesABTest.egg-info/dependency_links.txt
BayesABTest.egg-info/requires.txt
BayesABTest.egg-info/top_level.txt
bin/build_dist_pipeline.sh
bin/run_tests.sh
bin/styling.sh
docs/besyian_ab_testing/Bayesian_AB_Testing_explainer.md
docs/package_documentation/ab_test_dist_explorer.md
docs/package_documentation/ab_test_model.md
docs/package_documentation/img/beta_20_80.png
docs/package_documentation/img/gamma_4_2.png
docs/package_documentation/img/one_var_continuous.png
docs/package_documentation/img/one_var_conversion.png
docs/package_documentation/img/poisson_15.png
docs/package_documentation/img/three_var_continuous_not_compare.png
docs/package_documentation/img/two_var_conversion_compare.png
docs/package_documentation/img/two_var_poisson_compare.png
legacy_tsts/legacy_dist_explorer_tsts.py
legacy_tsts/legacy_model_tsts.py
legacy_tsts/tst_controller.py
tests/ab_test_model_e2e_test.py
tests/data_helpers.py