Hyper2Exponential RV
constructor(mixingProb: Double, mean1: Double, mean2: Double, streamNum: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider, name: String? = null)
Parameters
mixing Prob
probability of selecting the first exponential distribution
mean1
the mean of the first exponential distribution
mean2
the mean of the second exponential distribution
stream Num
the random number stream number, defaults to 0, which means the next stream
stream Provider
the provider of random number streams, defaults to KSLRandom.DefaultRNStreamProvider
name
an optional name