Skip to content

Commit

Permalink
edited Readme + added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolo Musmeci authored and Nicolo Musmeci committed Sep 4, 2020
1 parent 9a81521 commit 4fe398b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
__pycache__/
.vscode/
.pytest_cache/
.DS_Store
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Bayesian A/B and Multivariate Testing
Functions for Bayesian A/B and Multivariate testing
Python library containing a couple of functions for Bayesian A/B and Multivariate testing.
It can be used to:

1. Run a Bayesian analysis on an AB/multivariate test that you have run, returning also a Bayesian credible intervals for the relative uplift;

2. Calculate the minimum sample size required for a Bayesian AB/multivariate test, useful for designing future tests

The library is especially useful when doing repeated tests (as it avoids the multiple testing bias) and when you want to incorporate knowledge/results coming from previous tests.
Binary file modified src/.DS_Store
Binary file not shown.

0 comments on commit 4fe398b

Please sign in to comment.