Erlang distribution

Source: Wikipedia, the free encyclopedia.
Erlang
Probability density function
Probability density plots of Erlang distributions
Cumulative distribution function
Cumulative distribution plots of Erlang distributions
Parameters shape
rate
alt.: scale
Support
PDF
CDF
Mean
Median No simple closed form
Mode
Variance
Skewness
Excess kurtosis
Entropy
MGF for
CF

The Erlang distribution is a two-parameter family of continuous probability distributions with support . The two parameters are:

  • a positive integer the "shape", and
  • a positive real number the "rate". The "scale", the reciprocal of the rate, is sometimes used instead.

The Erlang distribution is the distribution of a sum of independent exponential variables with mean each. Equivalently, it is the distribution of the time until the kth event of a

Poisson process
with a rate of . The Erlang and Poisson distributions are complementary, in that while the Poisson distribution counts the number of 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 , the distribution simplifies to the exponential distribution. The Erlang distribution is a special case of the gamma distribution wherein the shape of the distribution is discretised.

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 also used in the field of stochastic processes.

Characterization

Probability density function

The probability density function of the Erlang distribution is

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 the reciprocal of the rate parameter (i.e., ):

When the scale parameter 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

where is the lower incomplete gamma function and is the lower regularized gamma function. The CDF may also be expressed as

Erlang-k

The Erlang-k distribution (where k is a positive integer) is defined by setting k in the PDF of the Erlang distribution.[1] For instance, the Erlang-2 distribution is , which is the same as .

Median

An asymptotic expansion is known for the median of an Erlang distribution,[2] for which coefficients can be computed and bounds are known.[3][4] An approximation is i.e. below the mean [5]

Generating Erlang-distributed random variates

Erlang-distributed random variates can be generated from uniformly distributed random numbers () using the following formula:[6]

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

call centers
.

Other applications

The age distribution of

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.[7][8] More generally, the Erlang distribution has been suggested as good approximation of cell cycle time distribution, as result of multi-stage models.[9][10]

It has also been used in business economics for describing interpurchase times.[11]

Properties

  • If then with
  • If and then if are independent

Related distributions

  • The Erlang distribution is the distribution of the sum of k independent and identically distributed random variables, each having an exponential distribution. The long-run rate at which events occur is the reciprocal of the expectation of that is, The (age specific event) rate of the Erlang distribution is, for monotonic in increasing from 0 at to as tends to infinity.[12]
    • That is: if then
  • Because of the factorial function in the denominator of the PDF 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 ). The gamma distribution generalizes the Erlang distribution by allowing k to be any positive real number, using the gamma function instead of the factorial function.
    • That is: if k is an integer and then
  • If and then
  • The Erlang distribution is a special case of the Pearson type III distribution[citation needed]
  • The Erlang distribution is related to the chi-squared distribution. If then [citation needed]
  • The Erlang distribution is related to the
    Poisson process
    : If such that then
    and
    Taking the differences over gives the Poisson distribution.

See also

Notes

  1. ^ "h1.pdf" (PDF).
  2. JSTOR 2160389
    .
  3. .
  4. .
  5. ^ Banneheka, BMSG; Ekanayake, GEMUPD (2009). "A new point estimator for the median of gamma distribution". Viyodaya J Science. 14: 95–103.
  6. ^ Resa. "Statistical Distributions - Erlang Distribution - Random Number Generator". www.xycoon.com. Retrieved 4 April 2018.
  7. PMID 28939880
    .
  8. .
  9. .
  10. .
  11. ^ Chatfield, C.; Goodhardt, G.J. (December 1973). "A Consumer Purchasing Model with Erlang Interpurchase Times". Journal of the American Statistical Association. 68: 828–835.
  12. ^ Cox, D.R. (1967) Renewal Theory, p20, Methuen.

References

External links