vnmabus / dcor

Distance correlation and related E-statistics in Python
https://dcor.readthedocs.io
MIT License
144 stars 26 forks source link

Add the fast mergesort implementation. #9

Closed vnmabus closed 4 years ago

vnmabus commented 4 years ago

It is now possible to select the algorithm to use for computing the distance covariance. Closes #8 .

codecov[bot] commented 4 years ago

Codecov Report

Merging #9 into develop will decrease coverage by 0.22%. The diff coverage is 97.94%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #9      +/-   ##
===========================================
- Coverage    97.05%   96.82%   -0.23%     
===========================================
  Files           15       17       +2     
  Lines          815      945     +130     
===========================================
+ Hits           791      915     +124     
- Misses          24       30       +6     
Impacted Files Coverage Δ
dcor/__init__.py 76.47% <ø> (ø)
dcor/_pairwise.py 96.96% <ø> (ø)
dcor/_dcor.py 96.06% <94.87%> (-3.41%) :arrow_down:
dcor/_fast_dcov_mergesort.py 98.88% <98.88%> (ø)
dcor/_fast_dcov_avl.py 98.95% <98.95%> (ø)
dcor/_utils.py 91.42% <100.00%> (ø)
dcor/tests/test_dcor.py 100.00% <100.00%> (ø)

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 0ced9bd...5b243ec. Read the comment docs.