This project provides a simple Erlang B and C calculator. It's designed to calculate the blocking and delay probabilities in telecommunications traffic.
- Calculation of Erlang B (Blocking Probability).
- Calculation of Erlang C (Delay Probability).
Erlang B formula (Blocking Probability, ( B )):
Where:
- ( A ) is the offered traffic in Erlangs.
- ( N ) is the number of servers.
When the traffic load is 5 Erlangs and there is 2 servers:
Erlang C formula (Delay Probability, ( C )):
Where:
- ( P ) is the probability of delay (obtained from Erlang B formula).
- ( A ) is the offered traffic in Erlangs.
- ( N ) is the number of servers.
When the traffic load is 5 Erlangs and there is 2 servers:
Ensure you have Python and Matplotlib installed. Install Matplotlib using pip:
pip install matplotlib