Uses of Interface
org.hipparchus.distribution.IntegerDistribution
Package
Description
Implementations of common discrete distributions.
Random number and random data generators.
Various examples.
-
Uses of IntegerDistribution in org.hipparchus.distribution.discrete
Modifier and TypeClassDescriptionclass
Base class for integer-valued discrete distributions.class
Implementation of the binomial distribution.class
Implementation of an integer-valuedEnumeratedDistribution
.class
Implementation of the geometric distribution.class
Implementation of the hypergeometric distribution.class
Implementation of the Pascal distribution.class
Implementation of the Poisson distribution.class
Implementation of the uniform integer distribution.class
Implementation of the Zipf distribution. -
Uses of IntegerDistribution in org.hipparchus.random
Modifier and TypeMethodDescriptionint
RandomDataGenerator.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
Modifier and TypeMethodDescriptionstatic void
IntegerDistributionComparison.addCDFSeries
(com.xeiam.xchart.Chart chart, IntegerDistribution distribution, String desc, int lowerBound, int upperBound) Add a CDF series.static void
IntegerDistributionComparison.addPDFSeries
(com.xeiam.xchart.Chart chart, IntegerDistribution distribution, String desc, int lowerBound, int upperBound) Add a PDF series.static JComponent
IntegerDistributionComparison.createComponent
(String distributionName, int minX, int maxX, String[] seriesText, IntegerDistribution... series) Create a component.