Skip to content

Releases: LRydin/MFDFA

v0.4.2

15 Jun 21:49
3ba6b7c
Compare
Choose a tag to compare

Corrected spectral graphs. Added examples from the paper to the repository.

Already on PyPI, so pip install MFDFA should do the job (or pip install MFDFA --upgrade)

v0.4.1

10 Jan 09:06
d369b8b
Compare
Choose a tag to compare

Adding a new file singspect.py wherein all the usual scaling functions, e.g. generalised Hurst coefficients h(q), scaling exponents τ(q), and singularity spectrum f(α) and singularity strength α are included, as well as plotting functions.

Already on PyPI, so pip install MFDFA should do the job.

v0.4

19 Jan 19:15
56ab110
Compare
Choose a tag to compare

Main updates are:

  • EMD is now an extra feature, thus by standard only numpy is needed for MFDFA to work.
  • A moving window feature is added.

MFDFA: Including EMD detrending

22 Aug 13:44
1016515
Compare
Choose a tag to compare

This is the second release. We are now also live on PyPI. An Empirical Mode Decomposition method for detrending data is added, as well as a few minor extensions.

MFDFA in Python: a start

23 Jan 13:01
Compare
Choose a tag to compare
Pre-release

This is the first release of the MFDFA: Multifractal Detrended Fluctuation Analysis in Python. It is operational, flexible, accepts masked arrays (especially helpful with "bad" data), uses multi-threading, and performs fast.