Lognormal

constructor(parameters: DoubleArray)

Constructs a lognormal distribution with mean = parameters0 and variance = parameters1

Parameters

parameters

An array with the mean and variance


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

Parameters

theMean

must be > 0

theVariance

must be > 0

name

an optional name/label