org.apache.commons.math3.distribution
Class AbstractIntegerDistributionTest

java.lang.Object
  extended by org.apache.commons.math3.distribution.AbstractIntegerDistributionTest

public class AbstractIntegerDistributionTest
extends Object

Test cases for AbstractIntegerDistribution default implementations.

Version:
$Id$

Field Summary
protected  org.apache.commons.math3.distribution.AbstractIntegerDistributionTest.DiceDistribution diceDistribution
           
protected  double p
           
 
Constructor Summary
AbstractIntegerDistributionTest()
           
 
Method Summary
 void testCumulativeProbabilitiesRangeArguments()
           
 void testCumulativeProbabilitiesSingleArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diceDistribution

protected final org.apache.commons.math3.distribution.AbstractIntegerDistributionTest.DiceDistribution diceDistribution

p

protected final double p
Constructor Detail

AbstractIntegerDistributionTest

public AbstractIntegerDistributionTest()
Method Detail

testCumulativeProbabilitiesSingleArguments

public void testCumulativeProbabilitiesSingleArguments()

testCumulativeProbabilitiesRangeArguments

public void testCumulativeProbabilitiesRangeArguments()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.