public class IntegerDistributionICDSource extends Object implements DoubleToIntFunction
| Constructor and Description |
|---|
IntegerDistributionICDSource(org.apache.commons.statistics.distribution.DiscreteDistribution integerDistribution) |
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(double value) |
public IntegerDistributionICDSource(org.apache.commons.statistics.distribution.DiscreteDistribution integerDistribution)
public int applyAsInt(double value)
applyAsInt in interface DoubleToIntFunctionCopyright © 2018. All rights reserved.