EEL6507sp09L25
From BoykinWiki
Contents |
EEL6507 Spring 2009, Lecture 25, Monday 2009/03/16 (Notes created by Adam Flynn)
Coefficient of Variation
The coefficient of vartiation (C) is defined as:
Exponential
- pdf: p(x) = λe − λx
- C = 1
Erlangian
- pdf:
How do we get C > 1?
- Answer: parallel servers
Why do we want C > 1?
- Answer: For Heavy-Tail Distributions.
- A Heavy-Tail Distribution is useful for systems with large variances (e.g. file sizes in a file system).
Parallel Servers
For each arrival, there is a probability αi of choosing server i with exponentially distributed service time μi.
The probability the service time for a given event is less than or equal to t is:
The second term is just the CDF of the service time, so the pdf of the service time is:
This is also known as the hyperexponential distribution.
Proof that
for Parallel Servers
The LaPlace transform of the pdf b(x) above is:
The first derivative is:
Thus, the mean is:
Now we know the denominator for the coefficient of variation. To determine the numerator (σ2), we can use the following relationships:
for a Markovian distribution.
Thus,
.
If
.
- also see finite form in Jensen's inequality
Since f(x) is convex[1], it can be shown that
for Parallel Servers/hyperexponentials.
M / H2 / 1 Queue
The state of a M / H2 / 1 queue has two components:
- Number of customers
- Which server is working


