GGcWhittApproximation
class GGcWhittApproximation(val mtba: Double, val meanST: Double, val servers: Int = 1, val arrivalSqCv: Double = 1.0, val stSqCv: Double = 1.0)
Computes steady state queue performance for a G/G/c queue using Ward Whitt's G/G/c approximation.
Parameters
mtba
mean time between arrivals
meanST
mean service time
servers
number of servers
arrivalSqCv
squared coefficient of variation for the arrivals
stSqCv
squared coefficient of variation for the service process