Uses of Interface
org.apache.commons.math.random.EmpiricalDistribution
-
Packages that use EmpiricalDistribution Package Description org.apache.commons.math.random Random number and random data generators. -
-
Uses of EmpiricalDistribution in org.apache.commons.math.random
Classes in org.apache.commons.math.random that implement EmpiricalDistribution Modifier and Type Class Description class
EmpiricalDistributionImpl
ImplementsEmpiricalDistribution
interface.Methods in org.apache.commons.math.random that return EmpiricalDistribution Modifier and Type Method Description EmpiricalDistribution
ValueServer. getEmpiricalDistribution()
Getter for property empiricalDistribution.
-