HOME

TheInfoList



OR:

The Erlang distribution is a two-parameter family of continuous
probability distribution In probability theory and statistics, a probability distribution is a Function (mathematics), function that gives the probabilities of occurrence of possible events for an Experiment (probability theory), experiment. It is a mathematical descri ...
s with support x \in
\lambda, the "rate". The "scale", \beta, the reciprocal of the rate, is sometimes used instead. The Erlang distribution is the distribution of a sum of k independent Independent or Independents may refer to: Arts, entertainment, and media Artist groups * Independents (artist group), a group of modernist painters based in Pennsylvania, United States * Independentes (English: Independents), a Portuguese artist ...
exponential variables with mean 1/\lambda each. Equivalently, it is the distribution of the time until the ''k''th event of a Poisson process">exponential distribution">exponential variables with mean 1/\lambda each. Equivalently, it is the distribution of the time until the ''k''th event of a Poisson process with a rate of \lambda. The Erlang and Poisson distributions are complementary, in that while the Poisson distribution counts the events that occur in a fixed amount of time, the Erlang distribution counts the amount of time until the occurrence of a fixed number of events. When k=1, the distribution simplifies to the
exponential distribution In probability theory and statistics, the exponential distribution or negative exponential distribution is the probability distribution of the distance between events in a Poisson point process, i.e., a process in which events occur continuousl ...
. The Erlang distribution is a special case of the
gamma distribution In probability theory and statistics, the gamma distribution is a versatile two-parameter family of continuous probability distributions. The exponential distribution, Erlang distribution, and chi-squared distribution are special cases of the g ...
in which the shape of the distribution is discretized. The Erlang distribution was developed by Agner Krarup Erlang, A. K. Erlang to examine the number of telephone calls that might be made at the same time to the operators of the switching stations. This work on telephone Teletraffic engineering, traffic engineering has been expanded to consider waiting times in queueing systems in general. The distribution is also used in the field of
stochastic process In probability theory and related fields, a stochastic () or random process is a mathematical object usually defined as a family of random variables in a probability space, where the index of the family often has the interpretation of time. Sto ...
es.


Characterization


Probability density function

The
probability density function In probability theory, a probability density function (PDF), density function, or density of an absolutely continuous random variable, is a Function (mathematics), function whose value at any given sample (or point) in the sample space (the s ...
of the Erlang distribution is :f(x; k,\lambda)=\quad\mboxx, \lambda \geq 0, The parameter ''k'' is called the shape parameter, and the parameter \lambda is called the rate parameter. An alternative, but equivalent, parametrization uses the scale parameter \beta, which is the reciprocal of the rate parameter (i.e., \beta = 1/\lambda): :f(x; k,\beta)=\frac\quad\mboxx, \beta \geq 0. When the scale parameter \beta equals 2, the distribution simplifies to the
chi-squared distribution In probability theory and statistics, the \chi^2-distribution with k Degrees of freedom (statistics), degrees of freedom is the distribution of a sum of the squares of k Independence (probability theory), independent standard normal random vari ...
with 2''k'' degrees of freedom. It can therefore be regarded as a generalized chi-squared distribution for even numbers of degrees of freedom.


Cumulative distribution function (CDF)

The
cumulative distribution function In probability theory and statistics, the cumulative distribution function (CDF) of a real-valued random variable X, or just distribution function of X, evaluated at x, is the probability that X will take a value less than or equal to x. Ever ...
of the Erlang distribution is :F(x; k,\lambda) = P(k, \lambda x) = \frac = \frac, where \gamma is the lower
incomplete gamma function In mathematics, the upper and lower incomplete gamma functions are types of special functions which arise as solutions to various mathematical problems such as certain integrals. Their respective names stem from their integral definitions, whic ...
and P is the lower regularized gamma function. The CDF may also be expressed as :F(x; k,\lambda) = 1 - \sum_^\frace^(\lambda x)^n.


Erlang-''k''

The Erlang-''k'' distribution (where ''k'' is a positive integer) E_k(\lambda) is defined by setting ''k'' in the PDF of the Erlang distribution. For instance, the Erlang-2 distribution is E_2(\lambda) = e^ \quad\mboxx, \lambda \geq 0, which is the same as f(x; 2,\lambda).


Median

An asymptotic expansion is known for the median of an Erlang distribution, for which coefficients can be computed and bounds are known. An approximation is \frac\left(1-\dfrac\right), i.e. below the mean \frac.


Generating Erlang-distributed random variates

Erlang-distributed random variates can be generated from uniformly distributed random numbers (U \in ,1/math>) using the following formula: :E(k,\lambda) = -\frac\lambda \ln \prod_^k U_ = -\frac\lambda \sum_^k \ln U_


Applications


Waiting times

Events that occur independently with some average rate are modeled with a
Poisson process In probability theory, statistics and related fields, a Poisson point process (also known as: Poisson random measure, Poisson random point field and Poisson point field) is a type of mathematical object that consists of Point (geometry), points ...
. The waiting times between ''k'' occurrences of the event are Erlang distributed. (The related question of the number of events in a given amount of time is described by the
Poisson distribution In probability theory and statistics, the Poisson distribution () is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time if these events occur with a known const ...
.) The Erlang distribution, which measures the time between incoming calls, can be used in conjunction with the expected duration of incoming calls to produce information about the traffic load measured in erlangs. This can be used to determine the probability of packet loss or delay, according to various assumptions made about whether blocked calls are aborted (Erlang B formula) or queued until served (Erlang C formula). The Erlang-B and C formulae are still in everyday use for traffic modeling for applications such as the design of
call center A call centre (English in the Commonwealth of Nations, Commonwealth spelling) or call center (American English, American spelling; American and British English spelling differences#-re, -er, see spelling differences) is a managed capability th ...
s.


Other applications

The age distribution of
cancer Cancer is a group of diseases involving Cell growth#Disorders, abnormal cell growth with the potential to Invasion (cancer), invade or Metastasis, spread to other parts of the body. These contrast with benign tumors, which do not spread. Po ...
incidence often follows the Erlang distribution, whereas the shape and scale parameters predict, respectively, the number of driver events and the time interval between them. More generally, the Erlang distribution has been suggested as good approximation of cell cycle time distribution, as result of multi-stage models. The kinesin is a molecular machine with two "feet" that "walks" along a filament. The waiting time between each step is exponentially distributed. When
green fluorescent protein The green fluorescent protein (GFP) is a protein that exhibits green fluorescence when exposed to light in the blue to ultraviolet range. The label ''GFP'' traditionally refers to the protein first isolated from the jellyfish ''Aequorea victo ...
is attached to a foot of the kinesin, then the green dot visibly moves with Erlang distribution of k = 2. It has also been used in marketing for describing interpurchase times.


Properties

*If X \sim \operatorname(k, \lambda) then a \cdot X \sim \operatorname\left(k, \frac\right) with a \in \mathbb *If X \sim \operatorname(k_1, \lambda) and Y \sim \operatorname(k_2, \lambda) then X + Y \sim \operatorname(k_1 + k_2, \lambda) if X, Y are independent


Related distributions

* The Erlang distribution is the distribution of the sum of ''k''
independent and identically distributed random variables Independent or Independents may refer to: Arts, entertainment, and media Artist groups * Independents (artist group), a group of modernist painters based in Pennsylvania, United States * Independentes (English: Independents), a Portuguese artis ...
, each having an
exponential distribution In probability theory and statistics, the exponential distribution or negative exponential distribution is the probability distribution of the distance between events in a Poisson point process, i.e., a process in which events occur continuousl ...
. The long-run rate at which events occur is the reciprocal of the expectation of X, that is, \lambda/k. The (age specific event) rate of the Erlang distribution is, for k>1, monotonic in x, increasing from 0 at x=0, to \lambda as x tends to infinity.Cox, D.R. (1967) ''Renewal Theory'', p20, Methuen. ** That is: if X_i \sim \operatorname(\lambda), then \sum_^k \sim \operatorname(k, \lambda) * Because of the factorial function in the denominator of the
PDF Portable document format (PDF), standardized as ISO 32000, is a file format developed by Adobe Inc., Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, computer hardware, ...
and CDF, the Erlang distribution is only defined when the parameter ''k'' is a positive integer. In fact, this distribution is sometimes called the Erlang-''k'' distribution (e.g., an Erlang-2 distribution is an Erlang distribution with k=2). The
gamma distribution In probability theory and statistics, the gamma distribution is a versatile two-parameter family of continuous probability distributions. The exponential distribution, Erlang distribution, and chi-squared distribution are special cases of the g ...
generalizes the Erlang distribution by allowing ''k'' to be any positive real number, using the
gamma function In mathematics, the gamma function (represented by Γ, capital Greek alphabet, Greek letter gamma) is the most common extension of the factorial function to complex numbers. Derived by Daniel Bernoulli, the gamma function \Gamma(z) is defined ...
instead of the factorial function. ** That is: if k is an
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
and X \sim \operatorname(k, \lambda), then X \sim \operatorname(k, \lambda) *If U \sim \operatorname(\lambda) and V \sim \operatorname(n, \lambda) then \frac+1 \sim \operatorname(1, n) *The Erlang distribution is a special case of the Pearson type III distribution *The Erlang distribution is related to the
chi-squared distribution In probability theory and statistics, the \chi^2-distribution with k Degrees of freedom (statistics), degrees of freedom is the distribution of a sum of the squares of k Independence (probability theory), independent standard normal random vari ...
. If X \sim \operatorname(k,\lambda), then 2\lambda X\sim \chi^2_. *The Erlang distribution is related to the
Poisson distribution In probability theory and statistics, the Poisson distribution () is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time if these events occur with a known const ...
by the
Poisson process In probability theory, statistics and related fields, a Poisson point process (also known as: Poisson random measure, Poisson random point field and Poisson point field) is a type of mathematical object that consists of Point (geometry), points ...
: If S_n = \sum_^n X_i such that X_i \sim \operatorname(\lambda), then S_n \sim \operatorname(n, \lambda) and \operatorname(N(x) \leq n - 1) = \operatorname(S_n > x) = 1 - F_X(x; n, \lambda) = \sum_^ \frace^ (\lambda x)^k. Taking the differences over n gives the Poisson distribution.


See also

* Coxian distribution * Engset calculation * Erlang B formula * Erlang unit * Phase-type distribution *
Traffic generation model A traffic generation model is a stochastic model of the traffic flows or data sources in a communication network, for example a cellular network or a computer network. A packet generation model is a traffic generation model of the packet flows o ...


Notes


References

* Ian Angu
"An Introduction to Erlang B and Erlang C"
Telemanagement #187 (PDF Document - Has terms and formulae plus short biography) * Stuart Harri
"Erlang Calculations vs. Simulation"


External links



{{DEFAULTSORT:Erlang Distribution Continuous distributions Exponential family distributions Infinitely divisible probability distributions