erlangb
Compute the steady-state blocking probability in the Erlang loss model.
The Erlang-B formula gives the probability that an open system with identical servers, arrival rate , individual service rate and offered load has all servers busy. This corresponds to the rejection probability of an system with servers and no queue.
$$ E_B(A, m) = \displaystyle{{A^m \over m!} \left( \sum_{k=0}^m {A^k \over k!} \right) ^{-1}} $$
INPUTS
A
Offered load, defined as 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