public class BurrDistribution6 extends BurrDistribution
r
generator
name
Constructor and Description |
---|
BurrDistribution6(java.lang.String name,
double r,
double k) |
Modifier and Type | Method and Description |
---|---|
double |
drawValue()
Draw a value from a Burr type VI distribution using the COLT library
|
double |
getK() |
double |
getR() |
draw
getName, toString
public BurrDistribution6(java.lang.String name, double r, double k)
public double getR()
getR
in class BurrDistribution
public double getK()
public double drawValue()
drawValue
in class BurrDistribution