rLaplace

open fun rLaplace(location: Double, scale: Double): Double

Generates according to a Laplace(location, scale)

Return

the random value

Parameters

location

mean or location parameter

scale

scale parameter, must be greater than 0