public abstract class BurrDistribution extends COLTContinuousDistribution
| Modifier and Type | Field and Description |
|---|---|
protected double |
r |
generatorname| Constructor and Description |
|---|
BurrDistribution(java.lang.String name,
double r) |
| Modifier and Type | Method and Description |
|---|---|
double |
draw()
Draw a value from the distribution according to the distribution at hand
|
protected abstract double |
drawValue() |
double |
getR() |
getName, toStringpublic double getR()
public double draw()
UnivariateDistributiondraw in class UnivariateDistributionprotected abstract double drawValue()