LogisticRV

constructor(location: Double, scale: Double, streamNum: Int)


constructor(location: Double = 0.0, scale: Double = 1.0, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)

Parameters

location

must be a real number

scale

must be greater than 0

stream

the stream to use