hyppo (HYPothesis Testing in PythOn, pronounced "Hippo") is an open-source software package for multivariate hypothesis testing. We decided to develop hyppo for the following reasons:
hyppo intends to be a comprehensive multivariate hypothesis testing package that runs on all major versions of operating systems. It also includes novel tests not found in other packages. It is quick to install and free of charge. If you need to use multivariate hypothesis testing, be sure to give hyppo a try!
Website: https://hyppo.neurodata.io/
hyppo requires the following:
The easiest way to install hyppo is using pip
.
pip install hyppo
To upgrade to a newer release, use the --upgrade
flag.
pip install --upgrade hyppo
The documentation includes more detailed installation instructions. hyppo is free software; you can redistribute it and/or modify it under the terms of the license.
See the release notes for a history of notable changes to hyppo.
We welcome new contributors of all experience levels. The hyppo community's goals are to be helpful, welcoming, and effective. The contributor guide has detailed information about contributing code, documentation, and tests.
Note: We have recently moved our benchmarks (with relevant figure replication code for our papers) folder to a new repo! We aim to add test development code and paper figure replication codes there, and we will add relevant tests (with tutorials) to hyppo.
Thanks goes to these wonderful people:
Made with contrib.rocks.
hyppo is a rebranding of mgcpy, which was founded in November 2018. mgcpy was designed and written by @tpsatish95, @sampan501, @junhaobearxiong, @sundaysundya, @ananyas713, and @ronakdm. hyppo was designed and written by @sampan501 and first released in February 2020.