next up previous
Next: Monte Carlo Errors Up: Call Center Model. Previous: Monte Carlo Simulation (MCS)

Event Generation

The important moments in a queuing system are the moments when a call arrives, when a call enters a server, and when a call leaves the system. We call these moments as events. Generating events one needs two types of random number generators: one generating the time until the next call and another for generating the service time.

Denote by $F_a(t)=P_a\{\tau < t\}$ the distribution function defining the probability that a random time $\tau$ will be less then $t$. Here $a$ means the expected value of $\tau$. Denote by $\xi \in [0,1]$ the random variable uniformly distributed between zero and one. Then

$\displaystyle \tau=F^{-1}(\xi)$     (80)

In exponential cases
$\displaystyle F_a(t)=1-e^{-1/a t}$     (81)
$\displaystyle \tau=-a ln (1-\xi).$     (82)

Generating next arrivals of l $a=1/\lambda_s$.
Generating service times $a=1/(m_s \mu_s)$.
Moments when a call enters a server and leaves the system moments depends on the specific structure of the system and are defined by the model. The is designed trying to represent the actual operations as realistically as possible. Outline an algorithm of modeling and optimization of call centers


next up previous
Next: Monte Carlo Errors Up: Call Center Model. Previous: Monte Carlo Simulation (MCS)
mockus 2008-06-21