search for: 72a71

Displaying 1 result from an estimated 1 matches for "72a71".

Did you mean: 7271
2009 Jul 22
0
ks.test - The two-sample two-sided Kolmogorov-Smirnov test with ties (PR#13848)
...(steps) > 0) > z <- cumsum(ifelse(order(w) <= n.x, 1 / n.x, - 1 / n.y))[steps] > else > z <- c(0) 68c66 < if(exact && (alternative == "two.sided") && !TIES) --- > if(exact && (alternative == "two.sided")) 72a71 > sort(w), Finally, the changed signature of psmirnov2x needs to be reflected in ctest.h and init.c. I have built and tested the above implementation against 20 pairs of data sets for which I calculated the test statistics and p-values by brute force or Nikiforov's algorithm. I c...