public class StandardLogisticDistribution extends COLTContinuousDistribution
generatorname| Constructor and Description |
|---|
StandardLogisticDistribution(java.lang.String name)
Generates the standard logistic distribution (Log(0,1)) from the COLT library
|
| Modifier and Type | Method and Description |
|---|---|
double |
draw()
Draw a value from the distribution according to the distribution at hand
|
getName, toStringpublic StandardLogisticDistribution(java.lang.String name)
name - The name of the distribution (will be prefixed with StandardLogisticDistribution_)public double draw()
UnivariateDistributiondraw in class UnivariateDistribution