public class DistributionBoundApache extends Distribution
| Constructor and Description |
|---|
DistributionBoundApache(org.apache.commons.math3.distribution.AbstractRealDistribution delegate,
long min,
long max) |
| Modifier and Type | Method and Description |
|---|---|
long |
inverseCumProb(double cumProb) |
long |
next() |
double |
nextDouble() |
void |
setSeed(long seed) |
average, maxValue, minValuepublic DistributionBoundApache(org.apache.commons.math3.distribution.AbstractRealDistribution delegate,
long min,
long max)
public long next()
next in class Distributionpublic double nextDouble()
nextDouble in class Distributionpublic long inverseCumProb(double cumProb)
inverseCumProb in class Distributionpublic void setSeed(long seed)
setSeed in class Distribution© 2014 Robert Stupp, Koeln, Germany, robert-stupp.de - licensed under Apache License, Version 2 - Homepage