Skip to content

iboraham/ab-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ab-test 👋

Version Documentation Downloads License: MIT Total alerts Language grade: Python Open In Colab Twitter: iboraham

A/B testing framework for python

Install

>> pip install ab-test

Usage

>> 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]
"""

Author

👤 I.Onur Serbetci

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 I.Onur Serbetci.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator