flatironinstitute / mountainlab-js

MountainLab is data processing, sharing and visualization software for scientists. It is built around MountainSort, spike sorting software, but is designed to be more generally applicable.
Other
43 stars 30 forks source link

Test for unimodality #19

Closed guadapascal closed 6 years ago

guadapascal commented 6 years ago

Hello!

Sorry, It's a repost from https://github.com/flatironinstitute/mountainsort/issues/48

I want to understand your own test for unimodality (based on Hartigan and Hartigan, 1985) but I can't found it in the code. Perhaps, I am looking for this in a incorrect code or I can't understand a sentences in C++. Would you help me please? Where can i found the test? I guess If i see the algorithm before C++ sentences, it would be perfect for understand the test.

Thank you!

Guada

alexmorley commented 6 years ago

Is what you're looking for here? https://arxiv.org/abs/1508.04841 If not could you point out exactly which part could be better explained?

Thanks!

tjd2002 commented 6 years ago

It seems like you may be looking for the code of the isosplit algorithm itself? https://github.com/flatironinstitute/isosplit5 OR https://github.com/magland/isosplit5_python

alexmorley commented 6 years ago

Closing due to inactivity. Feel free to reply if there are any more questions!