Rydin

Results 15 comments of Rydin

Hey @dokato, on my own [MFDFA](https://github.com/LRydin/MFDFA) code I was also planning to work on this (check issue [11](https://github.com/LRydin/MFDFA/issues/11)). In case you are interested, I am happy to give this a...

Cool. I haven't dived yet too closely into the mathematics of the problem, but it seems like an interesting project for the future :). Cheers!

I am not too sure how the DFA is implemented here, but from what I can judge from line [75-76](https://github.com/dokato/dfa/blob/5bd7e9d6acb278c17d2518d69d2ce5f7221860d4/dfa.py#L75), we have ```python for e, sc in enumerate(scales): fluct[e] =...

Hey @CSchoel I am also working on NeuroKit2 issue [#206](https://github.com/neuropsychology/NeuroKit/issues/206) and as far as I can judge from your code there shouldn't be any issues. I have compared it to...

:) Cheers! Happy to help, I'll keep you in the loop with the work with NeuroKit2. I'll add some tests based on your nolds and my MFDFA, to be sure...

Hey @DominiqueMakowski, yeah, this was introduced already in the original MFDFA paper by Kantelhardt _et at._ ¹ in Eq. (6): ![MFDFA](https://user-images.githubusercontent.com/47757762/179932618-17662d9e-b267-4c36-9a1c-8eb2cedb3a3d.png) I haven't implemented this because of the usual uninterest...

Hey @mikemelon that is indeed strange. You are absolutely correct in your observation. `H(q)` should be a constant or decreasing function of `q`, mathematically. But it is not so unusual...

Hey @mikemelon, this is indeed strange. Some of the results make sense, e.g., the blue curve that has `f(α)` below `1`. strangely this is the negative side of the `q`...

Hey @mikemelon, my email is hidden in the [contributions.md](https://github.com/LRydin/MFDFA/blob/master/contributions.md), but I'm writing to you directly from my email. If you have access to MATLAB, then I definitely suggest trying out...

I second this (to some extent). Connecting to my remote kernel also prompts me to input the token manually, even if it is already given in the kernelgateway configurations in...