M/D/1 queue: Difference between revisions

Content deleted Content added
Line 15:
The transition probability matrix for a M/D/1 queue with arrival rate λ and service time 1, such that λ <1 (for stability of the queue) is given by P as below:<ref name=":1" />
 
<math>P=\begin{pmatrix} a_2a_0 & a_1 & a_2 & a_3 & ... \\ a_0 & a_1 & a_2 & a_3 & ...\\ 0 & a_0 & a_1 & a_2 & ...\\ 0&0 & a_0 & a_1 & ...\\... & ... &...&... &...\\\end{pmatrix}</math> , <math>a_n=\frac{\lambda^n}{n!}e^{-\lambda}</math>, n = 0,1,....
 
=== Classic performance metrics ===