public class StandardLaplaceDistribution extends COLTContinuousDistribution
generatorname| 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, toStringpublic StandardLaplaceDistribution(java.lang.String name)
name - Name of the standard Laplace Distribution (will be prefixed with StandardLaplaceDistribution_)public double draw()
UnivariateDistributiondraw in class UnivariateDistribution