-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicolo Musmeci
authored and
Nicolo Musmeci
committed
Sep 4, 2020
1 parent
9a81521
commit 4fe398b
Showing
4 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
__pycache__/ | ||
.vscode/ | ||
.pytest_cache/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.