spalter

Frequentist A/B test evaluation.


License
Other
Install
pip install spalter==0.2

Documentation

spalter

Build Status

Frequentist A/B testing.

Example

from spalter.trial import Trial
t = Trial(['test', 'control'], ['conversion_rate'])
t.update({'conversion_rate': {'test': [0, 1, 0, 1], 'control: [0, 1, 0, 0]}})
t.evaluate('mean')

Acknowledgements

Heavily inspired by trials.