Ben Straus

Results 16 comments of Ben Straus

Can I be assigned to this issue?

I've added the [distance_correlation](https://github.com/bstraus1/scipy/blob/3fc7d7c35a474c5a47dc4e8ebaa649b4f7adfa88/scipy/stats/stats.py#L5421) function (and its [helpers](https://github.com/bstraus1/scipy/blob/3fc7d7c35a474c5a47dc4e8ebaa649b4f7adfa88/scipy/stats/_stats.pyx#L384)) to my fork of SciPy in the [ben-master branch](https://github.com/bstraus1/scipy/blob/ben-master/scipy/stats/stats.py). The distance_correlation function is modeled off of the [multiscale_graphcorr](https://github.com/scipy/scipy/blob/7c7a5f8393e7b16e5bc81c739c84fe2e639c367f/scipy/stats/stats.py#L5073) function which is already...

Then I don’t really understand why cythonizing is necessary if pure python works. @sampan501

Oh I see. I wasn't aware of that being an essential part for any reason beyond making the code run-able in SciPy.

Updates: 1. `_dcorr` has been cythonized 2. `_center_distance_matrix` has been changed to work for biased and unbiased data and will now work for mgc (multi-scale graph correlation) and dcorr (distance...

Documentation for the `distance_correlation` function still needs to be changed (it is currently just copied from `multiscale_graphcorr`.

Where can I find all of the papers and to which tutorials should I add it? @sampan501

Okay, but I should prioritize #98, right? What would be the ideal timeline for this?

@jovo @jdey4 Is there any existing code for this? Depending on what code currently exists, I might be able to do this.

I'm interested in this issue. Who should I talk to in order to get more info? @jdey4