A/B testing framework for python
🏠 Homepage
>> pip install ab-test
>> import abtest
>> experiment = abtest.Experiment(data)
>> experiment.fit("two-tailed", confidence_level=0.95, power=.8, before_eff=0.09, after_eff=0.12)
"""
z statistic: -2.68
p-value: 0.007
ci 95% for control group: [0.086, 0.116]
ci 95% for treatment group: [0.115, 0.148]
"""
👤 I.Onur Serbetci
- Website: www.iboraham.github.io
- Twitter: @iboraham
- Github: @iboraham
- LinkedIn: @ionur-serbetci
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 I.Onur Serbetci.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator