Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme and license #66

Merged
merged 8 commits into from
Mar 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.rst
  • Loading branch information
sampan501 committed Mar 6, 2020
commit 2e03424d26dabc0efcda02b9ec9d54acfb81e676
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ Overview of hyppo_
.. _hyppo: https://hyppo.neurodata.io/

``hyppo`` (**HYP**\ othesis Testing in **P**\ yth\ **O**\ n, pronounced
"Hippo") is an open-source software package for hypothesis testing.
"Hippo") is an open-source software package for multivariate hypothesis testing.

Motivation
----------

With the increase in the amount of data in many fields, a method to
consistently and efficiently decipher relationships within high dimensional
data sets is important. Because many modern datasets are multivariate,
univariate independence tests are not applicable. While many multivariate
independence tests have R packages available, the interfaces are inconsistent
univariate tests are not applicable. Many multivariate
hypothesis tests also have R packages available, but the interfaces are inconsistent
and most are not available in Python. ``hyppo`` is an extensive Python library
that includes many state of the art multivariate independence testing
that includes many state of the art multivariate hypothesis testing
procedures using a common interface. The package is easy-to-use and is
flexible enough to enable future extensions.

Expand All @@ -45,7 +45,7 @@ History

``hyppo`` is a rebranding of ``mgcpy``, which was founded in September 2018.
The original version was designed and written by Satish Palaniappan, Sambit
Panda Junhao Xiong, Sandhya Ramachandran, and Ronak Mehtra. This new version
Panda, Junhao Xiong, Sandhya Ramachandran, and Ronak Mehtra. This new version
was written by Sambit Panda.

Documentation
Expand Down