All Projects → neurodata → hyppo

neurodata / hyppo

Licence: MIT license
Python package for multivariate hypothesis testing

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hyppo

kernel-mod
NeurIPS 2018. Linear-time model comparison tests.
Stars: ✭ 17 (-88.19%)
Mutual labels:  hypothesis-testing
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (-27.78%)
Mutual labels:  hypothesis-testing
TimeseriesSurrogates.jl
A Julia package for generating timeseries surrogates
Stars: ✭ 35 (-75.69%)
Mutual labels:  hypothesis-testing
distfit
distfit is a python library for probability density fitting.
Stars: ✭ 250 (+73.61%)
Mutual labels:  hypothesis-testing
highdim
Statistics for high-dimensional data (homogeneity, sphericity, independence, spherical uniformity)
Stars: ✭ 16 (-88.89%)
Mutual labels:  independence
InformationGeometry.jl
Methods for computational information geometry
Stars: ✭ 18 (-87.5%)
Mutual labels:  hypothesis-testing
pytest tutorial
No description or website provided.
Stars: ✭ 20 (-86.11%)
Mutual labels:  hypothesis-testing
hypothetical
Hypothesis and statistical testing in Python
Stars: ✭ 49 (-65.97%)
Mutual labels:  hypothesis-testing
bioinf-commons
Bioinformatics library in Kotlin
Stars: ✭ 21 (-85.42%)
Mutual labels:  hypothesis-testing
delay-discounting-analysis
Hierarchical Bayesian estimation and hypothesis testing for delay discounting tasks
Stars: ✭ 20 (-86.11%)
Mutual labels:  hypothesis-testing
deep-significance
Enabling easy statistical significance testing for deep neural networks.
Stars: ✭ 266 (+84.72%)
Mutual labels:  hypothesis-testing
R-stats-machine-learning
Misc Statistics and Machine Learning codes in R
Stars: ✭ 33 (-77.08%)
Mutual labels:  hypothesis-testing

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 and 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 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 code there, and will add relevant tests (with tutorials) to hyppo.

Contributors

Thanks goes to these wonderful people (emoji key):


Sambit Panda

🐛 💻 📖 🤔 🚧 👀

cshen6

🤔

joshua vogelstein

🔍 🧑‍🏫 🤔

Satish Palaniappan

💻 🤔

Junhao Xiong

💻 🤔

Eric Bridgeford

🐛 🤔

Ronak D. Mehta

💻 🤔

Jaewon Chung

🐛

Jayanta Dey

💻

Bijan Varjavand

💻

Benjamin Pedigo

🐛 💻

alyakin314

💻 🤔

Vivek Gopalakrishnan

💻

Ronan Perry

🐛 💻 🤔 👀 📖

Haoyin Xu

💻 📖 👀

Hadas Arik

💻

kareef928

💻

Verathagnus

💻

dlee0156

💻

Najmieh Sadat Safarabadi

📖

TacticalFallacy

💻

darsh-patel

💻

zdbzdb123123

💻

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 Novemember 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 February 2020.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].