LogLogisticRV

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


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

Parameters

shape

must be greater than 0

scale

must be greater than 0

stream

the stream to use