Uses of Interface
org.hipparchus.distribution.IntegerDistribution
- 
Packages that use IntegerDistribution Package Description org.hipparchus.distribution.discrete Implementations of common discrete distributions.org.hipparchus.random Random number and random data generators.org.hipparchus.samples Various examples. - 
- 
Uses of IntegerDistribution in org.hipparchus.distribution.discrete
Classes in org.hipparchus.distribution.discrete that implement IntegerDistribution Modifier and Type Class Description classAbstractIntegerDistributionBase class for integer-valued discrete distributions.classBinomialDistributionImplementation of the binomial distribution.classEnumeratedIntegerDistributionImplementation of an integer-valuedEnumeratedDistribution.classGeometricDistributionImplementation of the geometric distribution.classHypergeometricDistributionImplementation of the hypergeometric distribution.classPascalDistributionImplementation of the Pascal distribution.classPoissonDistributionImplementation of the Poisson distribution.classUniformIntegerDistributionImplementation of the uniform integer distribution.classZipfDistributionImplementation of the Zipf distribution. - 
Uses of IntegerDistribution in org.hipparchus.random
Methods in org.hipparchus.random with parameters of type IntegerDistribution Modifier and Type Method Description intRandomDataGenerator. nextDeviate(IntegerDistribution dist)Returns a random deviate from the given distribution.int[]RandomDataGenerator. nextDeviates(IntegerDistribution dist, int size)Returns an array of random deviates from the given distribution. - 
Uses of IntegerDistribution in org.hipparchus.samples
Methods in org.hipparchus.samples with parameters of type IntegerDistribution Modifier and Type Method Description static voidIntegerDistributionComparison. addCDFSeries(com.xeiam.xchart.Chart chart, IntegerDistribution distribution, String desc, int lowerBound, int upperBound)static voidIntegerDistributionComparison. addPDFSeries(com.xeiam.xchart.Chart chart, IntegerDistribution distribution, String desc, int lowerBound, int upperBound)static JComponentIntegerDistributionComparison. createComponent(String distributionName, int minX, int maxX, String[] seriesText, IntegerDistribution... series) 
 -