What are Erlang B and Erlang C formulas?
The Erlang B formula determines the probability that a call is blocked, and is a measure of the GOS for a trunked system that provides no queuing for blocked calls. The Erlang C formula is derived from the assumption that a queue is used to hold all requested calls which cannot be immediately assigned a channel.
What is Erlang B table used for?
Erlang B is a modeling formula that is widely used in call center scheduling. The formula can be used to calculate any one of the following three factors if you know or predict the other two: Busy Hour Traffic (BHT): the number of hours of call traffic during the busiest hour of operation.
What is the difference between Erlang B and Erlang C?
Erlang-B should be used when failure to get a free resource results in the customer being denied service. The customers request is rejected as no free resources are available. Erlang-C should be used when failure to get a free resource results in the customer being added into a queue.
What is trunking efficiency?
A measure of efficiency for a trunked system is the maximum traffic intensity that is carried by the system subject to a given GoS. For example, for cellular system with a fixed number total assigned channels, different N will result in different channels per cell therefore different trunking efficiency per cell.
What is Erlang ABC?
Originally, the Erlang B formula was designed to work out the probability of blocking within a phone system. So, when contact centres were first introduced, Erlang B was used to calculate how many lines you required in a contact centre to allow for queuing.
What is gos and trunking efficiency?
What is trunking theory?
In telecommunications systems, trunking is the aggregation of multiple user circuits into a single channel. The aggregation is achieved using some form of multiplexing. Trunking theory was developed by Agner Krarup Erlang, Erlang based his studies of the statistical nature of the arrival and the length of calls.
How do I use Erlang C in Excel?
To get the Erlang Calculator to work you will need to have macros enabled on your computer. In Excel select Tools > Options > Security > Macro Security and then select Medium. You can then “Enable macro” when you open the spreadsheet.
How to calculate B loss probability in Erlang?
Erlang B formula. The formula for the Erlang B calculation can be seen below: B = A N N! ∑ ( A i i!) Where: B=Erlang B loss probability. N=Number of trunks in full availability group. A=Traffic offered to group in Erlangs. The summation is undertaken from i = 0 to N. Previous page Next page.
What is an example of erlangs?
Example 1: Suppose a call center has 10 phone lines, receives 480 calls per day, and the average duration of a call is 15 minutes. Since 15 minutes = 1/96 days, the number of Erlangs is (480) (1/96) = 5. (Computing Erlangs requires that call frequency and call duration be in the same units of time.
How do you calculate erlangs in Excel?
GoS = (E M /M!) / (∑Mn=0 E n /n!). Example 1: Suppose a call center has 10 phone lines, receives 480 calls per day, and the average duration of a call is 15 minutes. Since 15 minutes = 1/96 days, the number of Erlangs is (480) (1/96) = 5. (Computing Erlangs requires that call frequency and call duration be in the same units of time.
What is an example of a recursively expressed function?
A basic mathematical function such as the factorial of a value is a good example of a function that can be expressed recursively. The factorial of a number n is the product of the sequence 1 x 2 x 3 x x n, or alternatively n x (n-1) x (n-2) x x 1. To give some examples, the factorial of 3 is 3! = 3 x 2 x 1 = 6.