From Surf Wiki (app.surf) — the open knowledge base
Erlang distribution
Family of continuous probability distributions
Family of continuous probability distributions
\lambda \in (0,\infty), rate alt.: \beta = 1/\lambda, scale \frac{1}{k} -- The Erlang distribution is a two-parameter family of continuous probability distributions with support x \in 0, \infty). The two parameters are:
- a positive integer k, the "shape", and
- a positive real number \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 exponential variables with mean 1/\lambda each. Equivalently, it is the distribution of the time until the kth 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. The Erlang distribution is a special case of the gamma distribution in which the shape of the distribution is discretized.
The Erlang distribution was developed by 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 traffic engineering has been expanded to consider waiting times in queueing systems in general. The distribution is also used in the field of stochastic processes.
Characterization
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, \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{ x^{k-1} e^{-\frac{x}{\beta}} }{\beta^k (k-1)!}\quad\mbox{for }x, \beta \geq 0.
When the scale parameter \beta equals 2, the distribution simplifies to the chi-squared distribution with 2k 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 of the Erlang distribution is
:F(x; k,\lambda) = P(k, \lambda x) = \frac{\gamma(k, \lambda x)}{\Gamma(k)} = \frac{\gamma(k, \lambda x)}{(k-1)!},
where \gamma is the lower incomplete gamma function and P is the lower regularized gamma function. The CDF may also be expressed as :F(x; k,\lambda) = 1 - \sum_{n=0}^{k-1}\frac{1}{n!}e^{-\lambda x}(\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) ={\lambda^2 x} e^{-\lambda x} \quad\mbox{for }x, \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.{{Cite journal | last1 = Adell | first1 = J. A. | last2 = Jodrá | first2 = P. | doi = 10.1090/S0002-9947-07-04411-X | title = On a Ramanujan equation connected with the median of the gamma distribution | journal = Transactions of the American Mathematical Society | volume = 360 | issue = 7 | page = 3631 | year = 2010
| doi-access = free }} An approximation is \frac{k}{\lambda}\left(1-\dfrac{1}{3k+0.2}\right), i.e. below the mean \frac{k}{\lambda}.
Generating Erlang-distributed random variates
Erlang-distributed random variates can be generated from uniformly distributed random numbers (U \in [0,1]) using the following formula:
:E(k,\lambda) = -\frac{1}\lambda \ln \prod_{i=1}^k U_{i} = -\frac{1}\lambda \sum_{i=1}^k \ln U_{i}
Applications
Waiting times
Events that 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 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 centers.
Other applications
The age distribution of cancer 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 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{Erlang}(k, \lambda) then a \cdot X \sim \operatorname{Erlang}\left(k, \frac{\lambda}{a}\right) with a \in \mathbb{R}
- If X \sim \operatorname{Erlang}(k_1, \lambda) and Y \sim \operatorname{Erlang}(k_2, \lambda) then X + Y \sim \operatorname{Erlang}(k_1 + k_2, \lambda) if X, Y are independent
Notes
References
- Ian Angus "An Introduction to Erlang B and Erlang C", Telemanagement #187 (PDF Document - Has terms and formulae plus short biography)
- Stuart Harris "Erlang Calculations vs. Simulation"
References
- "h1.pdf".
- (1994). "On the medians of gamma distributions and an equation of Ramanujan". Proceedings of the American Mathematical Society.
- (2012). "Computing the Asymptotic Expansion of the Median of the Erlang Distribution". Mathematical Modelling and Analysis.
- (2009). "A new point estimator for the median of gamma distribution". Viyodaya J Science.
- Resa. "Statistical Distributions - Erlang Distribution - Random Number Generator".
- (22 September 2017). "The number of key carcinogenic events can be predicted from cancer incidence". Scientific Reports.
- (2021-08-06). "The Erlang distribution approximates the age distribution of incidence of childhood and young adulthood cancers". PeerJ.
- (21 April 2017). "A Multi-stage Representation of Cell Proliferation as a Markov Process". Bulletin of Mathematical Biology.
- (21 November 2019). "The invasion speed of cell migration models with realistic cell cycle time distributions". Journal of Theoretical Biology.
- (2003-06-27). "Myosin V Walks Hand-Over-Hand: Single Fluorophore Imaging with 1.5-nm Localization". Science.
- (December 1973). "A Consumer Purchasing Model with Erlang Interpurchase Times". Journal of the American Statistical Association.
- Cox, D.R. (1967) ''Renewal Theory'', p20, Methuen.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Erlang distribution — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report