Skip to content

Hypothesize: robust statistics in Python

Screenshot

Hypothesize is a robust statistics library for Python based on Rand R. Wilcox's R package WRS. With Hypothesize you can compare groups and measure associations using methods that outperform traditional statistical approaches in terms of power and accuracy.

For more information on robust methods please see Wilcox's book Introduction to Robust Estimation and Hypothesis Testing.

Getting Started

User Guide

Bug reports and Questions

Hypothesize is BSD-licenced and the source code is available on GitHub. For issues and questions, please use GitHub Issues.

Citing Hypothesize

status

If you use Hypothesize in academic work, please use the following citation:

Campopiano, A., & Wilcox, R. R. (2020). Hypothesize: Robust Statistics for Python. Journal of Open Source Software, 5(50), 2241, https://doi.org/10.21105/joss.02241

BibTex:

@article{Campopiano2020,
  doi = {10.21105/joss.02241},
  url = {https://doi.org/10.21105/joss.02241},
  year = {2020},
  publisher = {The Open Journal},
  volume = {5},
  number = {50},
  pages = {2241},
  author = {Allan Campopiano and Rand R. Wilcox},
  title = {Hypothesize: Robust Statistics for Python},
  journal = {Journal of Open Source Software}
}

Contributing to Hypothesize

The best way to contribute to Hypothesize is to take any function from the WRS collection and convert it to Python. For more details, please see CONTRIBUTING.md in the GitHub repository.