Creates the default discrete distribution instance to use in tests.
makeInverseCumulativeTestPoints
public double[] makeInverseCumulativeTestPoints()(Code)
Creates the default inverse cumulative probability test input values.
Increased 3rd and 7th values slightly as computed cumulative
probabilities for corresponding values exceeds the target value (still
within tolerance).
makeInverseCumulativeTestValues
public int[] makeInverseCumulativeTestValues()(Code)
Creates the default inverse cumulative probability density test expected values.
testDegenerateInverseCumulativeProbability
public void testDegenerateInverseCumulativeProbability() throws Exception(Code)
Test the degenerate cases of a 0.0 and 1.0 inverse cumulative probability.
throws: Exception -
testLargeMeanCumulativeProbability
public void testLargeMeanCumulativeProbability()(Code)
testLargeMeanInverseCumulativeProbability
public void testLargeMeanInverseCumulativeProbability()(Code)