LRydin / MFDFA

Multifractal Detrended Fluctuation Analysis in Python
MIT License
128 stars 27 forks source link

multidimensional DFA (by @potatchipsxp) #21

Closed LRydin closed 3 years ago

LRydin commented 3 years ago

@potatchipsxp asked on Issue 12 in the KramersMoyal repository something that was meant to be addresses here, so I just copying the issue for clarity:

Hi I am interested in your computing multidimensional DFA such as that found here: https://journals.aps.org/pre/pdf/10.1103/PhysRevE.74.061104

I noticed in your examples that it specifically mentions using 1d. Can your MFDFA support 2d?

LRydin commented 3 years ago

Copy of reply:

Dear @potatchipsxp, thanks for the link, I had seen it and forgot it. I think you ended up opening this on the wrong repository, since this is the KramersMoyal and not the MFDFA repository :).

To answer your question: Unfortunately no, MFDFA is only one dimensional so far. I must say from what I saw around on Github, I have not found an implementation of MFDFA that does 2d (as of March 2021).

LRydin commented 3 years ago

reply by @potatchipsxp

Sorry about that! yes I havent found any either and which is part of why I was hoping yours would be haha. Thank you for replying so quickly.