Generalized Beta RV
GeneralizeBetaRV(alpha1, alpha2, min, max) random variable
Parameters
alpha Shape
the alpha shape parameter
beta Shape
the beta shape parameter
min
the minimum of the range
max
the maximum of the range
stream Num
the random number stream number
constructor(alpha: Double, beta: Double, min: Double, max: Double, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)
Parameters
alpha
the alpha shape parameter, must be greater than 0
beta
the beta shape parameter, must be greater than 0
min
the minimum of the range, must be less than maximum
max
the maximum of the range
stream
the random number stream