Package | Description |
---|---|
org.apache.commons.math3.distribution |
Implementations of common discrete and continuous distributions.
|
org.apache.commons.math3.random |
Random number and random data generators.
|
Modifier and Type | Field and Description |
---|---|
protected RandomDataImpl |
AbstractRealDistribution.randomData
RandomData instance used to generate samples from the distribution.
|
protected RandomDataImpl |
AbstractIntegerDistribution.randomData
RandomData instance used to generate samples from the distribution.
|
Constructor and Description |
---|
EmpiricalDistribution(int binCount,
RandomDataImpl randomData)
Creates a new EmpiricalDistribution with the specified bin count using the
provided
RandomDataImpl instance as the source of random data. |
EmpiricalDistribution(RandomDataImpl randomData)
Creates a new EmpiricalDistribution with default bin count using the
provided
RandomDataImpl as the source of random data. |
ValueServer(RandomDataImpl randomData)
Construct a ValueServer instance using a RandomDataImpl as its source
of random data.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.