LRydin / MFDFA

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

Document the use of `numpy` `masked` #19

Open LRydin opened 3 years ago

LRydin commented 3 years ago

When I designed MFDFA I had an eye on how to handle missing data, so the code if capable of handling numpy masked arrays, which is pretty nice, since we all have to deal with missing or corrupted data. I should document this in the docs :)