pingouin icon indicating copy to clipboard operation
pingouin copied to clipboard

Add confidence interval for MWU

Open kschuerholt opened this issue 2 years ago • 3 comments

#225 Implemented CI from 'Calculating confidence intervals for some non-parametric analyses', Campbell and Gardner 1988. CI Style is adapted from ttest. The same publication offers a solution for wilcoxon, which is not yet implemented but could be added fairly easily.

kschuerholt avatar Jan 21 '22 12:01 kschuerholt

Codecov Report

Merging #226 (f31b2e5) into master (b1c334d) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   98.99%   99.00%           
=======================================
  Files          19       19           
  Lines        3290     3304   +14     
  Branches      527      531    +4     
=======================================
+ Hits         3257     3271   +14     
  Misses         17       17           
  Partials       16       16           
Impacted Files Coverage Δ
pingouin/nonparametric.py 94.11% <100.00%> (+0.52%) :arrow_up:

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 b1c334d...f31b2e5. Read the comment docs.

codecov[bot] avatar Jan 22 '22 01:01 codecov[bot]

Hi @kschuerholt,

FYI I have just released a minor release of Pingouin (https://github.com/raphaelvallat/pingouin/releases/tag/v0.5.1) to fix some urgent dependencies bugs. Could you please make sure to update the PR to the new master and solve any conflicts that may arise?

Thank you, Raphael

raphaelvallat avatar Feb 20 '22 17:02 raphaelvallat

Hi @raphaelvallat

Thanks for the heads-up. It's still on the todo list, but currently other things have to come first. I'm trying to get hold of an original source for CI computation of nonparametric tests. Or did you find something?

Cheers, Konstantin

kschuerholt avatar Feb 23 '22 16:02 kschuerholt