Sambit Panda

Results 26 issues of Sambit Panda

#### Reference issue #### Type of change #### What does this implement/fix? #### Additional information

My issue is about ... #### Reproducing code example: ``` Sample code to reproduce the problem ``` #### Error message ``` Traceback (most recent call last): File "", line 1,...

bug

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context (e.g. screenshots)**

enhancement
good first issue
hyppo.ksample

https://papers.nips.cc/paper/3335-testing-for-homogeneity-with-kernel-fisher-discriminant-analysis.pdf

enhancement
ndd
hyppo.ksample

paper: https://arxiv.org/abs/1710.09859 python code in here: https://github.com/neurodata/non-parametric-clustering/ it may be in here too: https://github.com/mariarizzo/energy

ndd

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context (e.g. screenshots)**

enhancement

there are papers about "distance correlation analysis" where they solve a CCA like problem, but using Dcorr like ideas. same for HSIC. http://proceedings.mlr.press/v28/chang13.pdf http://proceedings.mlr.press/v54/cowley17a.html

enhancement
ndd

**Is your feature request related to a problem? Please describe.** Currently, methods in `hyppo` cast the input values to a `float`. While this is fine in most cases, it would...

enhancement