Uses of Interface
org.hipparchus.distribution.IntegerDistribution
Packages that use IntegerDistribution
Package
Description
Implementations of common discrete distributions.
Random number and random data generators.
Various examples.
- 
Uses of IntegerDistribution in org.hipparchus.distribution.discrete
Classes in org.hipparchus.distribution.discrete that implement IntegerDistributionModifier and TypeClassDescriptionclassBase class for integer-valued discrete distributions.classImplementation of the binomial distribution.classImplementation of an integer-valuedEnumeratedDistribution.classImplementation of the geometric distribution.classImplementation of the hypergeometric distribution.classImplementation of the Pascal distribution.classImplementation of the Poisson distribution.classImplementation of the uniform integer distribution.classImplementation of the Zipf distribution. - 
Uses of IntegerDistribution in org.hipparchus.random
Methods in org.hipparchus.random with parameters of type IntegerDistributionModifier and TypeMethodDescriptionintRandomDataGenerator.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 IntegerDistributionModifier and TypeMethodDescriptionstatic voidIntegerDistributionComparison.addCDFSeries(com.xeiam.xchart.Chart chart, IntegerDistribution distribution, String desc, int lowerBound, int upperBound) Add a CDF series.static voidIntegerDistributionComparison.addPDFSeries(com.xeiam.xchart.Chart chart, IntegerDistribution distribution, String desc, int lowerBound, int upperBound) Add a PDF series.static JComponentIntegerDistributionComparison.createComponent(String distributionName, int minX, int maxX, String[] seriesText, IntegerDistribution... series) Create a component.