public class BurrDistribution5 extends BurrDistribution
rgeneratorname| Constructor and Description |
|---|
BurrDistribution5(java.lang.String name,
double r,
double k) |
| Modifier and Type | Method and Description |
|---|---|
double |
drawValue()
Draw a value from a Burr type V distribution using the COLT library
|
double |
getK() |
double |
getR() |
drawgetName, toStringpublic BurrDistribution5(java.lang.String name,
double r,
double k)
public double getR()
getR in class BurrDistributionpublic double getK()
public double drawValue()
drawValue in class BurrDistribution