Raphael Vallat

Results 210 comments of Raphael Vallat

Thanks for opening the issue. I think it's because your timeseries does not have enough samples to reliably calculate the sample entropy. That said, I would recommend trying with the...

Hi @laura-hainke, The `density` parameter is the number of events per minute: https://github.com/raphaelvallat/yasa/blob/b1e866c2d949dae2c37bda7d919d646e0f1e9780/yasa/detection.py#L220-L233 Thanks, Raphael

Hi @jankaWIS, Thanks for opening the issue. I am the sole maintainer of Pingouin and do not have the time to implement any new features at the moment. However, feel...

@turkalpmd can you please limit the scope of this PR to the improvements of the non-parametric pairwise T-tests, and remove the Ransacking post-hoc analysis (which should be implemented in a...

Hi @yann1cks, Thank you so much for working on this and the detailed explanation on how to use this. This is great. I'll give it a try soon.

Thanks for opening the issue. I finally found some time to dive into this. I think it is the latter, but unfortunately I have not been able to find a...

Hi — Visbrain is unfortunately no longer maintained, but please check this repository which contains an updated and lightweight implementation of the Sleep module: https://github.com/x64-bit/sleep-scoring

Hi @Oneiromancer! Visbrain is unfortunately no longer maintained, but please see a recent fork/standalone version of the Sleep module: https://github.com/x64-bit/sleep-scoring/tree/main

Sure thing, I'll submit a PR in the new couple of weeks. Is there anything that you'd modify from the initial code that I sent? Are there general contributing guidelines...

Hi Sophie, Thanks for opening the issue. The Pingouin implementation is based on an ANCOVA model that is [implemented with statsmodels](https://github.com/raphaelvallat/pingouin/blob/b1488dd4e6e872d016c3d55af5b2ed255c40ea63/src/pingouin/parametric.py#L1722-L1725). I am not able to reproduce the error on...