public HypothesisTest2Prop(int n1, int n2, int x1, int x2, double diff, double confidenceLevel, int testType, boolean pool)
Constructor
Parameters:n1 - number of trials in population 1n2 - number of trials in population 2x1 - number of events in population 1x2 - number of events in population 2diff - hypothesized differenceconfidenceLevel - confidence leveltestType - test type (as defined in HypothesisTest)
Method Detail
testStatistics
public double testStatistics()
Returns the test statistics.
Returns:test statistic z score
criticalValue
public java.lang.String criticalValue()
Returns the critical value corresponding to the given confidence
level and type of test. Uses the z distribution.
Returns:critical valueSee Also:HypothesisTest
pValue
public double pValue()
Returns the p-value.
Returns:p-value
Overview Package Class Use Tree Deprecated Index Help