Skip to content

Commit

Permalink
fixed files form Math #30
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent e8b8b32 commit 48abdcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private double calculateAsymptoticPValue(final double Umin,
final int n2)
throws ConvergenceException, MaxCountExceededException {

final int n1n2prod = n1 * n2;
final double n1n2prod = n1 * n2;

// http://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U#Normal_approximation
final double EU = n1n2prod / 2.0;
Expand Down

0 comments on commit 48abdcd

Please sign in to comment.