Package | Description |
---|---|
org.apache.commons.math3.distribution |
Implementations of common discrete and continuous distributions.
|
Modifier and Type | Field and Description |
---|---|
protected EnumeratedDistribution<java.lang.Double> |
EnumeratedRealDistribution.innerDistribution
EnumeratedDistribution (using the Double wrapper)
used to generate the pmf. |
protected EnumeratedDistribution<java.lang.Integer> |
EnumeratedIntegerDistribution.innerDistribution
EnumeratedDistribution instance (using the Integer wrapper)
used to generate the pmf. |