public class StandardLaplaceDistribution extends COLTContinuousDistribution
generator
name
Constructor and Description |
---|
StandardLaplaceDistribution(java.lang.String name)
Generates a standard Laplace distribution (L(0,1)) based on the implementation in 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 StandardLaplaceDistribution(java.lang.String name)
name
- Name of the standard Laplace Distribution (will be prefixed with StandardLaplaceDistribution_)public double draw()
UnivariateDistribution
draw
in class UnivariateDistribution