hyppo
hyppo copied to clipboard
Python package for multivariate hypothesis testing
My issue is about ... #### Snapshot of documentation error: **Typo 1:** ---  **Typo 2:** ---  #### Additional context 1. Stray comma: "the, same" 2. Unfinished sentence: "The...
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...
#### 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]?
**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**...
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...
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...
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
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...
**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...