erlangC

fun erlangC(numServers: Int, offeredLoad: Double): Double

Computes the steady state probability of delay for an arriving customer for an M/M/c queue, where c = numServers the number of servers given the offered load offeredLoad. The offered load offeredLoad is the arrival rate divided by the service rate.