erlangc
Compute the steady-state probability of delay in the Erlang delay model.
The Erlang-C formula gives the probability that an open queueing system with identical servers, infinite wating space, arrival rate , individual service rate and offered load has all the servers busy. This is the waiting probability in an system with servers and an infinite queue.
$$ E_C(A, m) = \displaystyle{ {A^m \over m!} {1 \over 1-\rho} \left( \sum_{k=0}^{m-1} {A^k \over k!} + {A^m \over m!} {1 \over 1 - \rho} \right) ^{-1}} $$
INPUTS
A
Offered load. where is the mean arrival rate and the mean service rate of each individual server (real, ).
m
Number of identical servers (integer, ). Default
OUTPUTS
B
The value
A or m can be vectors, and in this case, the results will be vectors as well.
REFERENCES