Skip to content

neurodata/hyppo

Repository files navigation

hyppo

CircleCI Codecov Netlify PyPI - Python Version PyPI arXivshield All Contributors

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:

  • With the increase in the amount of data in many fields, hypothesis testing for high-dimensional and nonlinear data is important.
  • Libraries in R exist, but their interfaces are inconsistent, and most are not available in Python.

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/

Installation

Dependencies

hyppo requires the following:

User installation

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.

Release Notes

See the release notes for a history of notable changes to hyppo.

Development

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.

Contributors

Thanks goes to these wonderful people (emoji key):

Sambit Panda
Sambit Panda

πŸ› πŸ’» πŸ“– πŸ€” 🚧 πŸ‘€
cshen6
cshen6

πŸ€”
joshua vogelstein
joshua vogelstein

πŸ” πŸ§‘β€πŸ« πŸ€”
Satish Palaniappan
Satish Palaniappan

πŸ’» πŸ€”
Junhao Xiong
Junhao Xiong

πŸ’» πŸ€”
Eric Bridgeford
Eric Bridgeford

πŸ› πŸ€”
Ronak D. Mehta
Ronak D. Mehta

πŸ’» πŸ€”
Jaewon Chung
Jaewon Chung

πŸ› πŸ’» πŸ“–
Jayanta Dey
Jayanta Dey

πŸ’»
Bijan Varjavand
Bijan Varjavand

πŸ’»
Benjamin Pedigo
Benjamin Pedigo

πŸ› πŸ’»
alyakin314
alyakin314

πŸ’» πŸ€”
Vivek Gopalakrishnan
Vivek Gopalakrishnan

πŸ’»
Ronan Perry
Ronan Perry

πŸ› πŸ’» πŸ€” πŸ‘€ πŸ“–
Haoyin Xu
Haoyin Xu

πŸ’» πŸ“– πŸ‘€
Hadas Arik
Hadas Arik

πŸ’»
kareef928
kareef928

πŸ’»
Verathagnus
Verathagnus

πŸ’»
dlee0156
dlee0156

πŸ’»
Najmieh Sadat Safarabadi
Najmieh Sadat Safarabadi

πŸ“–
TacticalFallacy
TacticalFallacy

πŸ’»
darsh-patel
darsh-patel

πŸ’»
zdbzdb123123
zdbzdb123123

πŸ’»
MatthewZhao26
MatthewZhao26

πŸ’»
Alexander Oakley
Alexander Oakley

πŸ“–
Harsh Gupta
Harsh Gupta

πŸ“–
Prabhat Kr. Gupta
Prabhat Kr. Gupta

πŸ›
Victoria Shevchenko
Victoria Shevchenko

πŸ’»
saivythik
saivythik

πŸ“– πŸ›
Shruti Naik
Shruti Naik

πŸ“–
Praveen Prasad
Praveen Prasad

πŸ“–
Jennifer Tam
Jennifer Tam

πŸ“–
PoojaMandal
PoojaMandal

πŸ“–
Satarupa Deb
Satarupa Deb

πŸ“–
Alex1-ai
Alex1-ai

πŸ“–
Vatsalya Vyas
Vatsalya Vyas

πŸ“–

This project follows the all-contributors specification. Contributions of any kind are welcome!

Project History

hyppo is a rebranding of mgcpy, which was founded in November 2018. mgcpy was designed and written by Satish Palaniappan, Sambit Panda, Junhao Xiong, Sandhya Ramachandran, and Ronak Mehtra. hyppo was designed and written by Sambit Panda and first released in February 2020.