public class LambdaDistribution extends COLTContinuousDistribution
generatorname| Constructor and Description |
|---|
LambdaDistribution(java.lang.String name,
double l3,
double l4)
Will create a lambda distribution based on the COLT library.
|
| Modifier and Type | Method and Description |
|---|---|
double |
draw()
Draw a value from the distribution according to the distribution at hand
|
double |
getL3() |
double |
getL4() |
getName, toStringpublic LambdaDistribution(java.lang.String name,
double l3,
double l4)
name - Name of the distribution (will be prefixed by LambdaDistribution_)l3 - parameter to the probability distribution function for the COLT implementation (see original paper for more information)l4 - parameter of the probability distribution function for the COLT implementation (see original paper for more information)public double getL3()
public double getL4()
public double draw()
UnivariateDistributiondraw in class UnivariateDistribution