public abstract class AbstractContinousDistribution extends AbstractDistribution
| Constructor and Description |
|---|
AbstractContinousDistribution() |
| Modifier and Type | Method and Description |
|---|---|
double |
cdf(double x) |
int |
nextInt() |
double |
pdf(double x) |
apply, apply, getRandomGenerator, nextDouble, randomDouble, setRandomGeneratorisDensifyingpublic double cdf(double x)
public double pdf(double x)
public int nextInt()
nextInt in class AbstractDistributionCopyright © 2008–2016 The Apache Software Foundation. All rights reserved.