vnmabus / dcor

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

Add u-statistic argument, with test #27

Closed multimeric closed 3 years ago

multimeric commented 3 years ago

Closes #26, see discussion there.

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (cabc8e8) into develop (a5f12a7) will increase coverage by 0.03%. The diff coverage is 97.36%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #27      +/-   ##
===========================================
+ Coverage    95.92%   95.96%   +0.03%     
===========================================
  Files           18       19       +1     
  Lines         1130     1165      +35     
===========================================
+ Hits          1084     1118      +34     
- Misses          46       47       +1     
Impacted Files Coverage Δ
dcor/_energy.py 91.89% <94.44%> (+1.89%) :arrow_up:
dcor/__init__.py 76.47% <100.00%> (ø)
dcor/homogeneity.py 100.00% <100.00%> (ø)
dcor/tests/test_energy.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 a5f12a7...cabc8e8. Read the comment docs.

multimeric commented 3 years ago

(this is updated by the way)