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)
```
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)
```
Release files for ABtests 0.0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ABtests-0.0.2.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Release files / ABtests-0.0.2.1-py2.py3-none-any.whl
| Download URL | ABtests-0.0.2.1-py2.py3-none-any.whl |
|---|---|
| Size | 11.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
f379c1751be1854d4468e5b18fa47cd49e9cced435a769867181513d71a84772
|
|
BLAKE2b-256 checksum How to use checksums |
fdc4c527cd95a735862c736ea5b3d42bc9c2791bde463db0143dea53e324507e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |