Saturday, August 25, 2007

Erlang distribution

Erlang distribution
From Wikipedia, the free encyclopedia
Jump to: navigation, search
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)!}=1-\sum_{n=0}^{k-1}e^{-\lambda x}(\lambda x)^{n}/n!
Mean k/\lambda\,
Median no simple closed form
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)\,
Moment-generating function (mgf) (1 - t/\lambda)^{-k}\, for t < \lambda\,
Characteristic function (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
[hide]

* 1 Overview
* 2 Characterization
o 2.1 Probability density function
o 2.2 Cumulative distribution function
* 3 Occurrence
o 3.1 Waiting times
o 3.2 Compartment models
o 3.3 Stochastic processes
* 4 See also
* 5 External links

[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] Characterization

[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. 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 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. The CDF may also be expressed as

F(x; k,\lambda) = 1-\sum_{n=0}^{k-1}e^{-\lambda x}(\lambda x)^{n}/n!

[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 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 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

* Erlang B formula
* Exponential distribution
* Gamma distribution
* Poisson distribution
* Coxian distribution
* Poisson process
* Erlang unit
* Engset calculation
* Phase-type distribution

Image:Bvn-small.png Probability distributions [ view • talk • edit ]
Univariate Multivariate
Discrete: Benford • Bernoulli • binomial • Boltzmann • categorical • compound Poisson • discrete phase-type • degenerate • Gauss-Kuzmin • geometric • hypergeometric • logarithmic • negative binomial • parabolic fractal • Poisson • Rademacher • Skellam • uniform • Yule-Simon • zeta • Zipf • Zipf-Mandelbrot Ewens • multinomial • multivariate Polya
Continuous: Beta • Beta prime • Cauchy • chi-square • Dirac delta function • Coxian • Erlang • exponential • exponential power • F • fading • Fermi-Dirac • Fisher's z • Fisher-Tippett • Gamma • generalized extreme value • generalized hyperbolic • generalized inverse Gaussian • Half-Logistic • Hotelling's T-square • hyperbolic secant • hyper-exponential • hypoexponential • inverse chi-square (scaled inverse chi-square) • inverse Gaussian • inverse gamma (scaled inverse gamma) • Kumaraswamy • Landau • Laplace • Lévy • Lévy skew alpha-stable • logistic • log-normal • Maxwell-Boltzmann • Maxwell speed • Nakagami • normal (Gaussian) • normal-gamma • normal inverse Gaussian • Pareto • Pearson • phase-type • polar • raised cosine • Rayleigh • relativistic Breit-Wigner • Rice • shifted Gompertz • Student's t • triangular • truncated normal • type-1 Gumbel • type-2 Gumbel • uniform • Variance-Gamma • Voigt • von Mises • Weibull • Wigner semicircle • Wilks' lambda Dirichlet • Generalized Dirichlet distribution . inverse-Wishart • Kent • matrix normal • multivariate normal • multivariate Student • von Mises-Fisher • Wigner quasi • Wishart
Miscellaneous: Cantor • conditional • equilibrium • exponential family • infinitely divisible • location-scale family • marginal • maximum entropy • posterior • prior • quasi • sampling • singular

[edit] External links

* Erlang Distribution
* An Introduction to Erlang B and Erlang C by Ian Angus (PDF Document - Has terms and formulae plus biography)
* Resource Dimensioning Using Erlang-B and Erlang-C
* Erlang-C

Retrieved from "http://en.wikipedia.org/wiki/Erlang_distribution"

Category: Continuous distributions
Views

* Article
* Discussion
* Edit this page
* History

Personal tools

* Sign in / create account

Navigation

* Main page
* Contents
* Featured content
* Current events
* Random article

interaction

* About Wikipedia
* Community portal
* Recent changes
* Contact Wikipedia
* Donate to Wikipedia
* Help

Search

Toolbox

* What links here
* Related changes
* Upload file
* Special pages
* Printable version
* Permanent link
* Cite this article

In other languages

* Deutsch
* Español
* Nederlands
* 日本語

Powered by MediaWiki
Wikimedia Foundation

* This page was last modified 16:41, 9 June 2007.
* All text is available under the terms of the GNU Free Documentation License. (See Copyrights for details.)
Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a US-registered 501(c)(3) tax-deductible nonprofit charity.
* Privacy policy
* About Wikipedia
* Disclaimers

No comments: