I am excited to announce a new package: BayesianExperiments.jl. This package provides a toolbox for running various types of Bayesian AB testing experiments, including Conjugate prior models, Bayes factor models. Currently it supports stopping rules including expected loss, probability to beat all and Bayes factor.
The project starts from one of our internal projects by applying Bayesian AB testing. We find the methodology is attractive in many ways comparing to the Frequentist AB testing. But also there are some pain points that a well designed tool can help to solve.
If you are interested in AB testing/online experimentation with Bayesian statistics, please check out the repo, documentation, or play with the Jupyter notebook in Binder.
Any feedback, tips or comments are welcome!