GGc Whitt Approximation
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
mean ST
mean service time
servers
number of servers
arrival Sq Cv
squared coefficient of variation for the arrivals
st Sq Cv
squared coefficient of variation for the service process