Exponential

constructor(parameters: DoubleArray)

Constructs an exponential distribution where parameter0 is the mean of the distribution

Parameters

parameters

A array containing the mean of the distribution, must be > 0.0


constructor(mean: Double = 1.0, name: String? = null)

Parameters

mean

The mean of the distribution, must be > 0.0

name

an optional label/name