Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Downloads Badge to Readme #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This is code to calculate the Cliff's Delta effect size metric, which strangely

# cliffs_delta

[![Downloads](https://static.pepy.tech/personalized-badge/cliffs-delta?period=total&units=international_system&left_color=black&right_color=green&left_text=Downloads)](https://pepy.tech/project/cliffs-delta)

**The Cliff's Delta** statistic is a non-parametric effect size measure that quantifies the amount of difference between two groups of observations beyond p-values interpretation. This measure can be understood as a useful complementary analysis for the corresponding hypothesis testing.

# Installation
Expand All @@ -30,4 +32,4 @@ d, res = cliffs_delta(x1, x2)
print(d,res)

-0.06666666666666667 negligible
```
```