A library for Bayesian Sequential Sample Ratio Mismatch (SRM) test.
Project description
Sequential Sample Ratio Mismatch (SRM) test.
A package for sequential testing of Sample Ratio Mismatch (SRM).
Contributors:
- Michael Lindon (michael.lindon@optimizely.com )
Installation
We recommend that you use an isolated virtual environment to install and run the code in this repo (See: virtualenv and pyenv)
- Install dependencies: Run
make install
.- If you wish to develop in the repo, run
make install-dev
. Also, see the contributing doc here
Tip: have a look in the
Makefile
to learn more about what this, and other make recipes do! - If you wish to develop in the repo, run
- Run tests:
make check
to run all checks.make test
to run unit tests.
Tutorials
We provide a tutorial notebook that walks through an example of running a Sequential SRM test here.
Documentation
The latest reference documentation is here.
Contributing
See the contributing doc here.