Package | Description |
---|---|
org.apache.commons.math3.distribution |
Implementations of common discrete and continuous distributions.
|
Modifier and Type | Field and Description |
---|---|
protected EnumeratedDistribution<Integer> |
EnumeratedIntegerDistribution.innerDistribution
EnumeratedDistribution instance (using the Integer wrapper)
used to generate the pmf. |
protected EnumeratedDistribution<Double> |
EnumeratedRealDistribution.innerDistribution
EnumeratedDistribution (using the Double wrapper)
used to generate the pmf. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.