Erlang-B

Erlang-B

Erlang-B (sometimes also written without the hyphen Erlang B) is a formula derived from the Erlang distribution to describe the probability of call loss on a group of circuits (in a circuit switched network, or equivalent). It is, for example, used in planning telephone networks. The formula was derived by Agner Krarup Erlang and is not limited to telephone networks, since it describes a probability in a queuing system (albeit a special case with a number of servers but no buffer spaces for incoming calls to wait for a free server).

The formula applies under the condition that an unsuccessful call, because the line is busy, is not queued or retried, but instead really lost forever. It is assumed that call attempts arrive following a poisson process. Further it is assumed that call arrivals are independent, and message length (holding times) are exponentially distributed (Markovian system) although the formula turns out to apply under general holding time distributions.

The formula provides the GoS (grade of service) which is the probability "Pb" that a new call arriving at the circuit group is rejected because all servers (circuits) are busy: "B"("E", "m") when "E" Erlang of traffic are offered to "m" trunks (communication channels). Erlangs are a dimensionless quantity calculated as the average arrival rate, λ, multiplied by the average call length, T. (see Little's Law)

:P_b = B(E,m) = frac{frac{E^m}{m! { sum_{i=0}^m frac{E^i}{i!

To simplify calculation the formula is often rearranged as it follows:

:B(E,0) = 1:B(E,j) = frac{E B(E,j - 1)}{E B(E,j - 1) + j} forall{j} = 1,2,...,m

Typically, instead of "B"("E", "m") the inverse 1/"B"("E", "m") is calculated in numerical computation:

:frac{1}{B(E,0)} = 1:frac{1}{B(E,j)} = 1 + frac{j}{E} frac{1}{B(E,j - 1)} forall{j} = 1,2,...,m

Function ErlangB (E as Long, m As Integer) As Double Dim InvB As Double Dim j As Integer InvB = 1.0 For j = 1 To m InvB = 1.0 + j / E * InvB Next j ErlangB = 1.0 / InvB End Function

ee also

* Extended Erlang-B
* Erlang-C
* Engset Calculation
* Erlang unit

Tools

* [http://www.cas.mcmaster.ca/~qiao/publications/erlang/newerlang.html A Robust Erlang B Calculator] from McMaster University, Canada


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Erlang C — ist ein synonymer Ausdruck für ein Warteschlangenmodell, das vom dänischen Mathematiker Agner Krarup Erlang am Anfang des 20. Jahrhunderts entwickelt wurde, um die Wahrscheinlichkeit und die mittlere Dauer von Wartezeiten bei der… …   Deutsch Wikipedia

  • Erlang c — ist ein synonymer Ausdruck für ein Warteschlangenmodell, das vom dänischen Mathematiker Agner Krarup Erlang am Anfang des 20. Jahrhunderts entwickelt wurde, um die Wahrscheinlichkeit und die mittlere Dauer von Wartezeiten bei der… …   Deutsch Wikipedia

  • Erlang — bezeichnet: Agner Krarup Erlang (1878–1929), dänischer Mathematiker und Ingenieur eine Pseudomaßeinheit für die Verkehrsbelastung von Netzwerkleitungen, siehe Erlang (Einheit) ein Warteschlangenmodell, siehe Erlang C bzw. Erlang B eine… …   Deutsch Wikipedia

  • Erlang B — ist eine Formel, die sich von der Erlang Verteilung herleitet. Mit ihrer Hilfe kann man die Kapazitäten einer Telefonleitung ermitteln, die durchschnittlich für eine angenommene Anzahl an Gesprächen bei einer festgelegten… …   Deutsch Wikipedia

  • Erlang — may refer to: * Agner Krarup Erlang, a mathematician and engineer after whom several concepts are named ** Erlang unit, a unit to measure traffic in telecommunications or other domains ** Erlang distribution, a probability distribution describing …   Wikipedia

  • erlang — [ɛʀlɑ̃g] n. m. ÉTYM. 1973, Science et Vie, in la Clé des mots; nom d un savant danois. ❖ ♦ Techn. Unité servant à mesurer l intensité moyenne du trafic téléphonique …   Encyclopédie Universelle

  • Erlang — У этого термина существуют и другие значения, см. Эрланг (значения). Erlang Семантика …   Википедия

  • Erlang — Para otros usos de este término, véase Erlang (desambiguación). Erlang es un lenguaje de programación concurrente y un sistema de ejecución que incluye una máquina virtual y bibliotecas. El subconjunto de programación secuencial de Erlang es un… …   Wikipedia Español

  • Erlang — 1 Original name in latin Erlang Name in other language Erlang, Erlangmiao, er lang State code CN Continent/City Asia/Chongqing longitude 33.83946 latitude 105.58832 altitude 1372 Population 0 Date 2012 01 18 2 Original name in latin Erlang Name… …   Cities with a population over 1000 database

  • erlang — (E)    a measure of telecommunications traffic density. The erlang is a dimensionless unit representing a traffic density of one call second per second (or one call hour per hour, etc.). The erlang is sometimes divided into 36 unit calls or 30… …   Dictionary of units of measurement

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”