[Feature] Add burst detection methods
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
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
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.