makeRealDistribution
open fun makeRealDistribution(randomGenerator: RandomGenerator, shortname: String, arguments: Array<Double>): RealDistribution(source)
Return
the created RealDistribution
Parameters
randomGenerator
the RandomGenerator
shortname
the distribution name (case insensitive). Must be mappable to an entity implementing RealDistribution
arguments
the parameters for the distribution
Throws
if the creation can't be completed for any reason