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
Deprecated.
As of 3.1, to be removed in 4.0. Please use the
AbstractRealDistribution.random instance variable instead. |
protected RandomDataImpl |
AbstractIntegerDistribution.randomData
Deprecated.
As of 3.1, to be removed in 4.0. Please use the
AbstractIntegerDistribution.random instance variable instead. |
Constructor and Description |
---|
EmpiricalDistribution(int binCount,
RandomDataImpl randomData)
Deprecated.
As of 3.1. Please use
EmpiricalDistribution.EmpiricalDistribution(int,RandomGenerator) instead. |
EmpiricalDistribution(RandomDataImpl randomData)
Deprecated.
As of 3.1. Please use
EmpiricalDistribution.EmpiricalDistribution(RandomGenerator) instead. |
ValueServer(RandomDataImpl randomData)
Deprecated.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.