erlangB

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

Computes the steady state probability of blocking for the M/M/c/c model. Customers arriving when all c = numServers are busy will be blocked (lost). The offered load offeredLoad is the arrival rate divided by the service rate.