Skip to content
Opt Dir

Glossary ยท method

Erlang-C

Formula giving the probability that an arriving customer must wait in an M/M/c queue; the call-center staffing standard.

Erlang C FormulaDelay FormulaM/M/c Wait Probability
Erlang-C returns P(wait > 0) in an M/M/c queue with arrival rate ฮป, service rate ฮผ = 1/AHT, and n parallel servers. Utilisation ฯ = ฮป/(nฮผ) must be below 1 or the queue blows up. Given a service-level target 'X percent of calls answered within T seconds' (e.g., 80/20), the minimum n is solved. It is the industry standard for call-center staffing. Its limitation: it assumes infinitely patient customers โ€” no abandonment. As a result, in the real world it tends to over-staff calm hours and under-staff spikes. Erlang-A (Garnett et al. 2002) adds a patience distribution and is more realistic. Erlang-B (the loss formula) applies when waiting is not allowed and blocked calls are lost (circuit switching).
ร–rnek

In one interval, ฮป=600 calls/hour, AHT=4 min (ฮผ=15/hour), target 80/20: Erlang-C yields a minimum of 47 agents. With Erlang-A (including abandonment), 44 may suffice.

Where this term appears

Esc Close