Erlang distribution

From Wikipedia, the free encyclopedia

Erlang
Probability density function
Probability density plots of Erlang distributions
Cumulative distribution function
Cumulative distribution plots of Erlang distributions
Parameters k > 0\, shape (integer)
\lambda > 0\, rate (real)
alt.: \theta = 1/\lambda > 0\, scale (real)
Support x \in [0; \infty)\!
Probability density function (pdf) \frac{\lambda^k x^{k-1} e^{-\lambda x}}{(k-1)!\,}
Cumulative distribution function (cdf) \frac{\gamma(k, \lambda x)}{(k-1)!}
Mean k/\lambda\,
Median {{{median}}}
Mode (k-1)/\lambda\, for k \geq 1\,
Variance k /\lambda^2\,
Skewness \frac{2}{\sqrt{k}}
Excess Kurtosis \frac{6}{k}
Entropy k/\lambda+(k-1)\ln(\lambda)+\ln((k-1)!)\,
+(1-k)\psi(k)\,
mgf (1 - t/\lambda)^{-k}\, for t < \lambda\,
Char. func. (1 - it/\lambda)^{-k}\,

The Erlang distribution is a continuous probability distribution with wide applicability primarily due to its relation to the exponential and Gamma distributions. The Erlang distribution was developed by A. K. Erlang to examine the number of telephone calls which might be made at the same time to the operators of the switching stations. This work on telephone traffic engineering has been expanded to consider waiting times in queueing systems in general. The distribution is now used in the field of stochastic processes.

Contents

[edit] Overview

The distribution is a continuous distribution, which has a positive value for all real numbers greater than zero, and is given by two parameters: the shape k, which is an integer, and the rate λ, which is a real. The distribution is sometimes defined using the inverse of the rate parameter, the scale θ.

When the shape parameter k equals 1, the distribution simplifies to the exponential distribution.

The Erlang distribution is a special case of the Gamma distribution where the shape parameter k is an integer. In the Gamma distribution, this parameter is a real.

[edit] Specification of the Erlang distribution

[edit] Probability density function

The probability density function of the Erlang distribution is

f(x; k,\lambda)={\lambda^k x^{k-1} e^{-\lambda x} \over (k-1)!}\quad\mbox{for }x>0.

where e is the base of the natural logarithm and ! is the factorial function. The parameter k is called the shape parameter and the parameter λ is called the rate parameter. An alternative, but equivalent, parametrization uses the scale parameter θ which is simply the inverse of the rate parameter (i.e. θ = 1 / λ):

f(x; k,\theta)=\frac{ x^{k-1} e^{-\frac{x}{\theta}} }{\theta^k(k-1)!}\quad\mbox{for }x>0.

Because of the factorial function in the denominator, the Erlang distribution is only defined when the parameter k is a positive integer. The Gamma distribution generalizes the Erlang by allowing its first parameter to be a real, using the gamma function instead of the factorial function.

[edit] Cumulative distribution function

The cumulative distribution function of the Erlang distribution is

F(x; k,\lambda) = \frac{\gamma(k, \lambda x)}{(k-1)!}

where γ() is the lower incomplete gamma function.

[edit] Occurrence

[edit] Waiting times

Events which occur independently with some average rate are modeled with a Poisson process. 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.)

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 Erlang units. This can be used to determined 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 formulas are still in everyday use for traffic modelling for applications such as the design of call centers.

[edit] Compartment models

The Erlang distribution also occurs as a description of the rate of transition of elements through a system of compartments. Such systems are widely used in biology and ecology.

[edit] Stochastic processes

The Erlang distribution is the distribution of the sum of k independent identically distributed random variables each having an exponential distribution.

[edit] See also

Image:Bvn-small.png Probability distributionsview  talk  edit ]
Univariate Multivariate
Discrete: BernoullibinomialBoltzmanncompound PoissondegenerateGauss-Kuzmingeometrichypergeometriclogarithmicnegative binomialparabolic fractalPoissonRademacherSkellamuniformYule-SimonzetaZipfZipf-Mandelbrot Ewensmultinomial
Continuous: BetaBeta primeCauchychi-squareDirac delta functionErlangexponentialexponential powerFfadingFisher's zFisher-TippettGammageneralized extreme valuegeneralized hyperbolicgeneralized inverse GaussianHalf-LogisticHotelling's T-squarehyperbolic secanthyper-exponentialhypoexponentialinverse chi-squareinverse gaussianinverse gammaKumaraswamyLandauLaplaceLévyLévy skew alpha-stablelogisticlog-normalMaxwell-BoltzmannMaxwell speednormal (Gaussian)ParetoPearsonpolarraised cosineRayleighrelativistic Breit-WignerRiceStudent's ttriangulartype-1 Gumbeltype-2 GumbeluniformVoigtvon MisesWeibullWigner semicircleWilks' lambda DirichletKentmatrix normalmultivariate normalvon Mises-FisherWigner quasiWishart
Miscellaneous: Cantorconditionalexponential familyinfinitely divisiblelocation-scale familymarginalmaximum entropyphase-typeposteriorpriorquasisamplingsingular

[edit] External links

In other languages