dfa icon indicating copy to clipboard operation
dfa copied to clipboard

Detrended Fluctuation Analysis

Results 5 dfa issues
Sort by recently updated
recently updated
newest added

Thanks for the great library. I ported it to Javascript, with no external dependencies, so whoever might need it, here it is: https://github.com/deemeetree/dfa

eg from: https://www.sciencedirect.com/science/article/pii/S0378437113000332

For my time series (where the deviations were very small and sometimes negligent) I was getting the following error: ``` /usr/local/lib/python3.6/dist-packages/numpy/core/fromnumeric.py:3335: RuntimeWarning: Mean of empty slice. out=out, **kwargs) /usr/local/lib/python3.6/dist-packages/numpy/core/_methods.py:161: RuntimeWarning:...

Hey, Thanks again for your code, it saved me a lot of work when I had to reproduce some results that usually are based on max little's R implementation. Your...

Eg using examples from `Ihlen, E. a F. Introduction to multifractal detrended fluctuation analysis in Matlab. Front. Physiol. 3 JUN, 1–18 (2012).`