public interface  oadd.org.apache.commons.math.distribution.IntegerDistribution extends java.lang.Object implements oadd.org.apache.commons.math.distribution.DiscreteDistribution
{
public abstract double probability(int);
public abstract double cumulativeProbability(int) throws oadd.org.apache.commons.math.MathException;
public abstract double cumulativeProbability(int, int) throws oadd.org.apache.commons.math.MathException;
public abstract int inverseCumulativeProbability(double) throws oadd.org.apache.commons.math.MathException;
}