Metadata-Version: 2.0
Name: hypothetical
Version: 0.1.0
Summary: Hypothesis testing and other testing methods.
Home-page: UNKNOWN
Author: Aaron Schlegel
Author-email: aaron@aaronschlegel.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: numpy-indexed (>=0.3.5)
Requires-Dist: pandas (>=0.22.0)
Requires-Dist: scipy (>=1.1.0)

# hypothetical - Hypothesis and Statistical Testing in Python

[![Build Status](https://travis-ci.org/aschleg/hypy.svg?branch=master)](https://travis-ci.org/aschleg/hypy)
[![Build status](https://ci.appveyor.com/api/projects/status/i1i1blt9ny3tyi6a?svg=true)](https://ci.appveyor.com/project/aschleg/hypy)
[![Coverage Status](https://coveralls.io/repos/github/aschleg/hypy/badge.svg)](https://coveralls.io/github/aschleg/hypy)

Python library for conducting hypothesis and other group comparison tests.

## Available Methods

### Hypothesis Testing

* t-test (one and two-sample)
* Mann-Whitney (two sample nonparametric variant of t-test)
* Wilcoxon Rank Sum Test (one sample nonparametric test)

### Analysis of Variance

* Analysis of Variance

## Features

### Critical Value Tables

* Wilcoxon Rank Sum W Statistic

## Goal

## Motivation

## Requirements

* Python 3.4+
* pandas >= 0.22.0
* numpy >= 1.13.0
* numpy_indexed >= 0.3.5

## Installation

