项目作者: iboraham

项目描述 :
A/B testing business case
高级语言:
项目地址: git://github.com/iboraham/ab-test-project.git
创建时间: 2020-11-17T23:30:20Z
项目社区:https://github.com/iboraham/ab-test-project

开源协议:MIT License

下载


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

🏠 Homepage

Install

  1. >> pip install ab-test

Usage

  1. >> import abtest
  2. >> experiment = abtest.Experiment(data)
  3. >> experiment.fit("two-tailed", confidence_level=0.95, power=.8, before_eff=0.09, after_eff=0.12)
  4. """
  5. z statistic: -2.68
  6. p-value: 0.007
  7. ci 95% for control group: [0.086, 0.116]
  8. ci 95% for treatment group: [0.115, 0.148]
  9. """

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