neurodata / hyppo

Python package for multivariate hypothesis testing
https://hyppo.neurodata.io/
Other
217 stars 88 forks source link

Refactor kgof module #302

Open darsh-patel opened 2 years ago

darsh-patel commented 2 years ago

Is your feature request related to a problem? Please describe. The current state of the GoF Module is such that it takes a Data object wrapping a numpy array as input. For the module to match the remainder of the library, it needs to take numpy arrays as inputs. Additionally, new kernel support must be added to ensure the module covers a variety of different use cases.

Describe the solution you'd like

Describe alternatives you've considered

Additional context (e.g. screenshots)

darsh-patel commented 2 years ago

Please assign when you have a chance @sampan501