cliffs-delta

Python Package to calculate Cliff's delta


License
MIT
Install
pip install cliffs-delta==1.0.0

Documentation

This is code to calculate the Cliff's Delta effect size metric, which strangely is not in NumPy/SciPy.stats.

@Timm had this as a gist, and @mtorchiano has R code with tests. I have merged them. Well, Marco's code does a lot more. I merged his tests.