hyppo icon indicating copy to clipboard operation
hyppo copied to clipboard

Python package for multivariate hypothesis testing

Results 62 hyppo issues
Sort by recently updated
recently updated
newest added

My issue is about ... #### Snapshot of documentation error: **Typo 1:** --- ![image](https://user-images.githubusercontent.com/2579439/180630622-feb77460-2c42-4dce-8cf3-62a98b417e8c.png) **Typo 2:** --- ![image](https://user-images.githubusercontent.com/2579439/180630664-33beaefb-1e30-4de0-a167-8ac41c360d2f.png) #### Additional context 1. Stray comma: "the, same" 2. Unfinished sentence: "The...

documentation

My issue is about ... For independence tests, the `test` method returns a statistic that is different to the statistic returned by the `statistic` method. It seems that the statistic...

bug
documentation

#### Reference issue "Add Range of Friedman Rafsky Test Statistic #329 https://github.com/neurodata/hyppo/issues/329 #### Type of change Documentation #### What does this implement/fix? Adds the range of the Friedman Rafsky (uncorrected)...

I think `MGC` test statistic is in the interval [-1, 1] and the rest are [0,1]?

good first issue

**Is your feature request related to a problem? Please describe.** Wondering what jovo / your thoughts are on including a submodule for CI based testing? **Describe the solution you'd like**...

enhancement

My issue is about ... Updating the documentation to include the range of the Friedman Rafsky test statistic #### Snapshot of documentation error: #### Additional context This is a sub-issue...

documentation

My issue is about the fact that the package don't install with any sort of ease #### Reproducing code example: Find the docker file here https://github.com/microsoft/graspologic/blob/docker-dev/Dockerfile, or just pull the...

bug

An interesting repository and related paper here on performing two-sample tests using auto-ML (or any particular model you want) to fit classes and perform powerful two sample tests. https://github.com/jmkuebler/auto-tst

enhancement

My issue is about the output of hyppo.ksample.MANOVA. It is known that in the 2-sample case, MANOVA is equivalent to Hotelling's T2 test. This can be verified by comparing hyppo.ksample.Hotelling...

bug

**Is your feature request related to a problem? Please describe.** Currently, the kernel goodness-of-fit library `kgof` has its own unique implementation of a kernel evaluation due to a unique data...

enhancement