Skip to main content

Automated AB tests

Project description

This software aims to automate tests analysis


Installation:
pip install ABtests

Usage example:

```python
import numpy as np
from ABtests.analysis import TtestIndip

mu_test, sigma = 0, 0.1 # mean and standard deviation
mu_control = 0.2

test = np.random.normal(mu_test, sigma, 500)
control = np.random.normal(mu_control, sigma, 500)

analysis = TtestIndip(test, control)

analysis.report()

print(analysis.p_value)
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ABtests-0.0.2.1-py2.py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page