Skip to content

Commit 7859013

Browse files
committed
Merge branch 'v0.4dev' of github.com:maiyishan/DABEST-python-mmddocs into yishan0.4
2 parents 60006b4 + c47c77d commit 7859013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dabest/_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def cohens_h(self):
584584
For a non-directional Cohen's *h*, the equation is:
585585
586586
.. math::
587-
h = |2 * \\arcsin{\\sqrt{proportion_{Test}}}| - |2 * \\arcsin{\\sqrt{proportion_{Control}}}|
587+
h = |2 * \\arcsin{\\sqrt{proportion_{Test}}} - 2 * \\arcsin{\\sqrt{proportion_{Control}}}|
588588
589589
References:
590590
https://en.wikipedia.org/wiki/Cohen%27s_h

0 commit comments

Comments
 (0)