Laplace
class Laplace(var location: Double = 0.0, scale: Double = 1.0, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, GetRVariableIfc, RVParametersTypeIfc, MomentsIfc(source)
Laplace(location, scale) distribution
Parameters
location
must be a real number
scale
must be greater than 0
name
an optional name/label