Metadata-Version: 2.4
Name: means-testing
Version: 0.0.1
Summary: Add your description here
Author-email: RenZhen95 <j-liaw@hotmail.com>
Requires-Python: >=3.13
Requires-Dist: numpy>=2.3.2
Requires-Dist: pandas>=2.3.1
Requires-Dist: scipy>=1.16.1
Description-Content-Type: text/markdown

# Means-Testing
A simple library to compare the means of two or more *independent* samples and check for statistical differences.

## Installation
```
pip install means-testing
```

## Basic usage
```python
from means_testing import MeansTester

# Initialize a MeansTester, that takes in samples and tests for statistical differences
StatToolbox = MeansTester(*samples)

# Check if means are significantly different
StatToolbox.test_means()
```

For more examples check out the [examples](https://github.com/RenZhen95/means-testing/tree/master/examples).

## Citation
The functions and statistical tests here are impelemented based on the book by Riffenburgh, *Statistics in Medicine*:

Riffenburgh R H. Statistics in Medicine. Elsevier/Academic Press, Amsterdam, Netherlands; 2012