Metadata-Version: 2.1
Name: hypothesize
Version: 0.1.dev15
Summary: A Python package for comparing groups and measuring associations using robust statistics.
Home-page: https://github.com/Alcampopiano/hypothesize
Author: Allan Campopiano
Author-email: campopianoa@hcdsb.org
License: BSD 3-clause
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: numpy

# Hypothesize
[![PyPI version](https://img.shields.io/pypi/v/hypothesize?style=flat-square)](https://pypi.org/project/hypothesize/)
[![PyPI - Downloads](https://img.shields.io/pypi/dw/hypothesize?style=flat-square)](https://pypi.org/project/hypothesize/)
[![license](https://img.shields.io/pypi/l/hypothesize?style=flat-square)](https://github.com/Alcampopiano/hypothesize/blob/master/LICENSE)


A Python package for comparing groups and measuring associations using robust statistics.

This package is a port of Rand R. Wilcox's R library [WRS](https://dornsife.usc.edu/labs/rwilcox/software/). The functions in this repository, as well as the issues of robustness, are described in his book "[Introduction to Robust Estimation and Hypothesis Testing](https://play.google.com/store/books/details?id=8f8nBb4__EYC&gl=ca&hl=en-CA&source=productsearch&utm_source=HA_Desktop_US&utm_medium=SEM&utm_campaign=PLA&pcampaignid=MKTAD0930BO1&gclid=CjwKCAiA44LzBRB-EiwA-jJipJzyqx9kwNMq5MMU7fG2RrwBK9F7sirX4pfhS8wO7k9Uz_Sqf2P28BoCYzcQAvD_BwE&gclsrc=aw.ds)".

Please visit the [Hypothesize documentation site](https://Alcampopiano.github.io/hypothesize/).


## Installation
The Hypothesize package is available on [PyPI](https://pypi.org/project/hypothesize/). To install it, simply type:

```python
pip install hypothesize

```

## Note that this repository has just started and is currently unusable until closer to the 1.0 release



