Revert "Remove merge-added ======'s so this compiles"
This reverts commit be028b6513a129f81aa6f3593ea7d396c0e8fc25.
This commit is contained in:
parent
5aa61fefec
commit
1968b65ca8
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Reference in New Issue