Revert "Remove merge-added ======'s so this compiles"

This reverts commit be028b6513a129f81aa6f3593ea7d396c0e8fc25.
This commit is contained in:
David Roazen 2011-08-15 18:45:21 -04:00
parent 5aa61fefec
commit 1968b65ca8
1 changed files with 1 additions and 0 deletions

View File

@ -1418,6 +1418,7 @@ public class MathUtils {
return 1.0-(new ChiSquare(contingencyTable.length*contingencyTable[0].length,null)).cdf(chi);
}
=======
public static double marginalizedFisherExact(double[] spectrum1, double[] spectrum2, int ns1, int ns2) {
int N = ns1 + ns2;
int[] rowSums = { ns1, ns2 };