elephant icon indicating copy to clipboard operation
elephant copied to clipboard

[Feature] Add burst detection methods

Open orena1 opened this issue 5 years ago • 2 comments

Feature

Hi, there are many different burst detection algorithms, but I did not find many python implementations, all of them are either in R or in MatLab. It would be a great addition to elephant. See R/Matlna implementations here: https://github.com/ellesec/burstanalysis/tree/master/Burst_detection_methods https://github.com/kerstinlenk/NetworkWideAdaptiveBurstDetection

A good review paper is available here: https://link.springer.com/chapter/10.1007/978-3-030-11135-9_8

Thank you

orena1 avatar Apr 20 '20 06:04 orena1

Thank you for the request. We'll discuss implementing/including this. It sounds like a master thesis project for someone.

In the meantime, I found a few python repositories that might interest you https://github.com/search?l=Python&q=burst+detection&type=Repositories. In particular, https://github.com/neuRowsATL/burst-detection

dizcza avatar Apr 20 '20 06:04 dizcza

Thank you @dizcza I saw https://github.com/neuRowsATL/burst-detection (it actually looks like a master thesis :), not sure it is production-ready, also as far as I see it is not very documented. I'll have a look again, thanks.

orena1 avatar Apr 20 '20 08:04 orena1