public class SigCalculator
extends java.lang.Object
Constructor and Description |
---|
SigCalculator(int total1,
int total2,
float conf)
Creates a new instance of SigCalculater
|
Modifier and Type | Method and Description |
---|---|
double |
calculateSig(int s1,
int s2) |
float |
getConfidence() |
int |
getS1Total() |
int |
getS2Total() |