File:MM1 queue state space.svg

Original file ‎(SVG file, nominally 605 × 67 pixels, file size: 28 KB)

Summary

Description
English: State space diagram of an M/M/1 queue. The state space records the number of customers in the queueing system. The values lambda and mu represent the arrival and service rates of customers.
Date
Source Own work
Author Gareth Jones

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Code used to produce this image

\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=2cm,semithick]
  \tikzstyle{every state}=[fill=white,draw=black,text=black,minimum size=1.1cm]

  \node[state] (A) {0};
  \node[state] (B) [right of=A] {$1$};
  \node[state] (C) [right of=B] {$2$};
  \node[state] (D) [right of=C] {$3$};
  \node[minimum size=1cm] (E) [right of=D] {$\cdots$};
  \node[state] (F) [right of=E] {$n-1$};
  \node[state] (G) [right of=F] {$n$};
  \node[state] (H) [right of=G] {$n+1$};
  \node[minimum size=1cm] (I) [right of=H] {$\cdots$};

  \path (A) edge [bend left] node {$\lambda$} (B);
  \path (B) edge [bend left] node {$\mu$} (A);
  \path (B) edge [bend left] node {$\lambda$} (C);
  \path (C) edge [bend left] node {$\mu$} (B);
  \path (C) edge [bend left] node {$\lambda$} (D);
  \path (D) edge [bend left] node {$\mu$} (C);
  \path (D) edge [bend left] node {$\lambda$} (E);
  \path (E) edge [bend left] node {$\mu$} (D);
  \path (E) edge [bend left] node {$\lambda$} (F);
  \path (F) edge [bend left] node {$\mu$} (E);
  \path (F) edge [bend left] node {$\lambda$} (G);
  \path (G) edge [bend left] node {$\mu$} (F);
  \path (G) edge [bend left] node {$\lambda$} (H);
  \path (H) edge [bend left] node {$\mu$} (G);
  \path (H) edge [bend left] node {$\lambda$} (I);
  \path (I) edge [bend left] node {$\mu$} (H);
\end{tikzpicture}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

creator

some value

author name string: Gareth Jones
Wikimedia username: Gareth Jones

copyright status

copyrighted

copyright license

Creative Commons Attribution-ShareAlike 3.0 Unported

inception

1 November 2011

source of file

original creation by uploader

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:42, 30 May 2013605 × 67 (28 KB)Gareth Jonesbetter fonts
20:31, 1 November 2011599 × 64 (48 KB)Gareth Jones
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

  • Usage on fr.wikipedia.org
    • Processus de Markov à temps continu
    • File M/M/1
  • Usage on hu.wikipedia.org
    • M/M/1-típusú sorbanállás
  • Usage on ja.wikipedia.org
    • M/M/1 待ち行列
  • Usage on pt.wikipedia.org
    • Fila M/M/1
    • Usuário(a):WilsonNeuroMat/Testes2

Metadata

Retrieved from "https://en.wikipedia.org/wiki/File:MM1_queue_state_space.svg"