Mustafa I. Hussain, Ph.D.

Results 2 issues of Mustafa I. Hussain, Ph.D.

I am following up on issue #9570 ([link to issue](https://github.com/statsmodels/statsmodels/issues/9570)) by creating this pull request, which implements Medcouple in O(N log N) time. Legacy functionality with O(N**2) time is preserved...

#### Problem description The current Statsmodels implementation of medcouple is in O(N^2) time, leading to excessive runtimes and memory issues #### Proposed remedy - I would like to see a...