public class StandardLogisticDistribution extends COLTContinuousDistribution
generator
name
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, toString
public StandardLogisticDistribution(java.lang.String name)
name
- The name of the distribution (will be prefixed with StandardLogisticDistribution_)public double draw()
UnivariateDistribution
draw
in class UnivariateDistribution