engset
Evaluate the Engset loss formula.
The Engset formula computes the blocking probability for a system with a finite population of users, identical servers, no queue, individual service rate , individual arrival rate (i.e., the time until a user tries to request service is exponentially distributed with mean ), and offered load .
$$ P_b(A, m, n) = {{\displaystyle{A^m {n \choose m}}} \over {\displaystyle{\sum_{k=0}^m A^k {n \choose k}}}} $$
INPUTS
AOffered load, defined as where is the mean arrival rate and the mean service rate of each individual server (real, ).
mNumber of identical servers (integer, ). Default
nNumber of requests (integer, ). Default
OUTPUTS
BThe value
A, m or can be vectors, and in this case, the results will be vectors as well.
REFERENCES