LRydin / MFDFA

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

Merging latest developments into master #9

Closed LRydin closed 4 years ago

LRydin commented 4 years ago

Merging latest developments into master. This includes the Empirical Mode Decomposition by @galibhassan, added documentation, and a overall improvement of the testers.

This closes #1, #3, and #5.

codecov-commenter commented 4 years ago

Codecov Report

Merging #9 into master will increase coverage by 20.19%. The diff coverage is 98.76%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #9       +/-   ##
===========================================
+ Coverage   78.18%   98.37%   +20.19%     
===========================================
  Files           4        7        +3     
  Lines          55      123       +68     
===========================================
+ Hits           43      121       +78     
+ Misses         12        2       -10     
Impacted Files Coverage Δ
MFDFA/MFDFA.py 96.00% <96.55%> (+3.69%) :arrow_up:
MFDFA/__init__.py 100.00% <100.00%> (ø)
MFDFA/emddetrender.py 100.00% <100.00%> (ø)
test/test_EMD.py 100.00% <100.00%> (ø)
test/test_MFDFA.py 100.00% <100.00%> (ø)
test/test_fgn.py 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0869737...2a744ea. Read the comment docs.

LRydin commented 4 years ago

@galibhassan Please give this a quick look. I think most of the EMD has now been correctly added. Testers now cover far more of the code, and some documentations is now added. I think after this merge we move to v0.3 and get ready to do our first release.