<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Induction_plasma_technology</id>
	<title>Induction plasma technology - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Induction_plasma_technology"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Induction_plasma_technology&amp;action=history"/>
	<updated>2026-05-22T06:07:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Induction_plasma_technology&amp;diff=24264&amp;oldid=prev</id>
		<title>192.198.151.43: Spelling change later to latter</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Induction_plasma_technology&amp;diff=24264&amp;oldid=prev"/>
		<updated>2013-10-23T10:05:11Z</updated>

		<summary type="html">&lt;p&gt;Spelling change later to latter&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[queueing theory]], a discipline within the mathematical [[probability theory|theory of probability]], the &amp;#039;&amp;#039;&amp;#039;M/M/c queue&amp;#039;&amp;#039;&amp;#039; (or &amp;#039;&amp;#039;&amp;#039;Erlang–C model&amp;#039;&amp;#039;&amp;#039;&amp;lt;ref name=&amp;quot;gautam&amp;quot;&amp;gt;{{cite book | first = Natarajan | last = Gautam | title = Analysis of Queues: Methods and Applications | publisher = CRC Press | year = 2012 | isbn = 9781439806586}}&amp;lt;/ref&amp;gt;{{rp|495}}) is a multi-server [[queueing model]].&amp;lt;ref name=&amp;quot;harrison&amp;quot;&amp;gt;{{cite book|first=Peter|last=Harrison|authorlink=Peter G. Harrison|first2=Naresh M.|last2=Patel|title=Performance Modelling of Communication Networks and Computer Architectures|publisher=Addison–Wesley|year=1992|page=173}}&amp;lt;/ref&amp;gt; In [[Kendall&amp;#039;s notation]] it describes a system where arrivals form a single queue and are governed by a [[Poisson process]], there are &amp;#039;&amp;#039;c&amp;#039;&amp;#039; servers and job service times are exponentially distributed.&amp;lt;ref&amp;gt;{{cite doi|10.1214/aoms/1177728975}}&amp;lt;/ref&amp;gt; It is a generalisation of the [[M/M/1 queue]] which considers only a single server. The model with infinitely many servers is the [[M/M/∞ queue]].&lt;br /&gt;
&lt;br /&gt;
==Model definition==&lt;br /&gt;
&lt;br /&gt;
An M/M/c queue is a stochastic process whose [[state space]] is the set {0, 1, 2, 3, ...} where the value corresponds to the number of customers in the system, including any currently in service.&lt;br /&gt;
&lt;br /&gt;
* Arrivals occur at rate &amp;#039;&amp;#039;λ&amp;#039;&amp;#039; according to a [[Poisson process]] and move the process from state &amp;#039;&amp;#039;i&amp;#039;&amp;#039; to &amp;#039;&amp;#039;i&amp;#039;&amp;#039;+1.&lt;br /&gt;
* Service times have an [[exponential distribution]] with parameter &amp;#039;&amp;#039;μ&amp;#039;&amp;#039; in the M/M/c queue.&lt;br /&gt;
* There are &amp;#039;&amp;#039;c&amp;#039;&amp;#039; servers, which serve from the front of the queue. If there are less than &amp;#039;&amp;#039;c&amp;#039;&amp;#039; jobs, some of the servers will be idle. If there are more than &amp;#039;&amp;#039;c&amp;#039;&amp;#039; jobs, the jobs queue in a buffer.&lt;br /&gt;
* The buffer is of infinite size, so there is no limit on the number of customers it can contain.&lt;br /&gt;
&lt;br /&gt;
The model can be described as a [[continuous time Markov chain]] with [[transition rate matrix]]&lt;br /&gt;
:&amp;lt;math&amp;gt;Q=\begin{pmatrix}&lt;br /&gt;
-\lambda &amp;amp; \lambda \\&lt;br /&gt;
\mu &amp;amp; -(\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;2\mu &amp;amp; -(2\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;3\mu &amp;amp; -(3\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;\ddots\\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;c\mu &amp;amp; -(c\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;c\mu &amp;amp; -(c\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;c\mu &amp;amp; -(c\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;\ddots\\&lt;br /&gt;
\end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
on the state space {0, 1, 2, 3, ...}. The model is a type of [[birth–death process]]. We write &amp;#039;&amp;#039;ρ&amp;#039;&amp;#039;&amp;amp;nbsp;=&amp;amp;nbsp;&amp;#039;&amp;#039;λ&amp;#039;&amp;#039;/(&amp;#039;&amp;#039;c&amp;amp;nbsp;μ&amp;#039;&amp;#039;) for the server utilization and require &amp;#039;&amp;#039;ρ&amp;#039;&amp;#039;&amp;amp;nbsp;&amp;amp;lt;&amp;amp;nbsp;1  for the queue to be stable. &amp;#039;&amp;#039;ρ&amp;#039;&amp;#039; represents the average proportion of time which each of the servers is occupied (assuming jobs finding more than one vacant server choose their servers randomly).&lt;br /&gt;
&lt;br /&gt;
The [[state space]] diagram for this chain is as below.&lt;br /&gt;
&lt;br /&gt;
[[File:Mmc-statespace.svg]]&lt;br /&gt;
&lt;br /&gt;
==Stationary analysis==&lt;br /&gt;
&lt;br /&gt;
===Number of customers in the system===&lt;br /&gt;
&lt;br /&gt;
If the traffic intensity is greater than one then the queue will grow without bound but if server utilization &amp;#039;&amp;#039;ρ&amp;#039;&amp;#039;&amp;amp;nbsp;&amp;amp;lt;&amp;amp;nbsp;1 then the system has a stationary distribution with [[probability mass function]]&amp;lt;ref name=&amp;quot;kleinrock&amp;quot;&amp;gt;{{cite book | title = Queueing Systems Volume 1: Theory | first1=Leonard | last1=Kleinrock | authorlink = Leonard Kleinrock | isbn = 0471491101 | year=1975 | pages=101–103, 404}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite doi | 10.1002/0471200581.ch6 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;\pi_0 = \left[\sum_{k=0}^{c-1}\frac{(c\rho)^k}{k!} + \frac{(c\rho)^c}{c!}\frac{1}{1-\rho}\right]^{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt;\pi_k = \begin{cases} &lt;br /&gt;
  \pi_0\dfrac{(c\rho)^k}{k!},  &amp;amp; \mbox{if }0 &amp;lt; k &amp;lt; c \\[10pt]&lt;br /&gt;
  \pi_0\dfrac{\rho^k c^c}{c!}, &amp;amp; \mbox{if } c \le k. &lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The probability that an arriving customer is forced to join the queue (all servers are occupied) is given by&lt;br /&gt;
::&amp;lt;math&amp;gt;\text{ C}(c,\lambda/\mu)=\frac{\left( \frac{(c\rho)^c}{c!}\right) \left( \frac{1}{1-\rho} \right)}{\sum_{k=0}^{c-1} \frac{(c\rho)^k}{k!} + \left( \frac{(c\rho)^c}{c!} \right) \left( \frac{1}{1-\rho} \right)}&amp;lt;/math&amp;gt;&lt;br /&gt;
which is referred to as [[Erlang&amp;#039;s C formula]] and is often denoted C(&amp;#039;&amp;#039;c&amp;#039;&amp;#039;, &amp;#039;&amp;#039;λ&amp;#039;&amp;#039;/&amp;#039;&amp;#039;μ&amp;#039;&amp;#039;) or E&amp;lt;sub&amp;gt;2,&amp;#039;&amp;#039;c&amp;#039;&amp;#039;&amp;lt;/sub&amp;gt;(&amp;#039;&amp;#039;λ&amp;#039;&amp;#039;/&amp;#039;&amp;#039;μ&amp;#039;&amp;#039;).&amp;lt;ref name=&amp;quot;kleinrock&amp;quot; /&amp;gt; The average number of customers in the system (in service and in the queue) is given by&amp;lt;ref name=&amp;quot;barbeau&amp;quot;&amp;gt;{{cite book | title = Principles of Ad-hoc Networking | page = 42 | first1=Michel |last1=Barbeau | first2= Evangelos |last2 =Kranakis | publisher = John Wiley &amp;amp; Sons| year = 2007 | isbn=0470032901}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;\frac{\rho}{1-\rho} \text{ C}(c,\lambda/\mu) + c \rho.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Busy period of server===&lt;br /&gt;
&lt;br /&gt;
The busy period of the M/M/c queue can either refer to&lt;br /&gt;
*full busy period: the time period between an arrival which finds &amp;#039;&amp;#039;c&amp;#039;&amp;#039;−1 customers in the system until a departure which leaves the system with &amp;#039;&amp;#039;c&amp;#039;&amp;#039;−1 customers&lt;br /&gt;
*partial busy period: the time period between an arrival which finds the system empty until a departure which leaves the system again empty.&amp;lt;ref&amp;gt;{{cite jstor|3215752}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Write&amp;lt;ref name=&amp;quot;omahen&amp;quot;&amp;gt;{{cite doi|10.1145/322063.322072}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite doi|10.1239/jap/1032438390}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;T_k = \min\left[ t:\begin{align}&lt;br /&gt;
(k) \text{ jobs in the system at time } 0^+\\&lt;br /&gt;
(k-1) \text{ jobs in the system at time } t&lt;br /&gt;
\end{align}\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
and &amp;#039;&amp;#039;η&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;&amp;#039;&amp;#039;k&amp;#039;&amp;#039;&amp;lt;/sub&amp;gt;(&amp;#039;&amp;#039;s&amp;#039;&amp;#039;) for the [[Laplace–Stieltjes transform]] of the distribution of &amp;#039;&amp;#039;T&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;&amp;#039;&amp;#039;k&amp;#039;&amp;#039;&amp;lt;/sub&amp;gt;. Then&amp;lt;ref name=&amp;quot;omahen&amp;quot; /&amp;gt;&lt;br /&gt;
# For &amp;#039;&amp;#039;k&amp;#039;&amp;#039;&amp;amp;nbsp;&amp;amp;gt;&amp;amp;nbsp;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;, &amp;#039;&amp;#039;T&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;&amp;#039;&amp;#039;k&amp;#039;&amp;#039;&amp;lt;/sub&amp;gt; has the same distribution as &amp;#039;&amp;#039;T&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;&amp;lt;/sub&amp;gt;.&lt;br /&gt;
# For &amp;#039;&amp;#039;k&amp;#039;&amp;#039;&amp;amp;nbsp;=&amp;amp;nbsp;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;,&lt;br /&gt;
::&amp;lt;math&amp;gt;\eta_c(s) = \frac{c \mu}{k \mu + s + \lambda-\lambda \eta_{c}(s)}.&amp;lt;/math&amp;gt;&lt;br /&gt;
# For &amp;#039;&amp;#039;k&amp;#039;&amp;#039;&amp;amp;nbsp;&amp;amp;lt;&amp;amp;nbsp;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;,&lt;br /&gt;
::&amp;lt;math&amp;gt;\eta_k(s) = \frac{k \mu}{k \mu + s + \lambda-\lambda \eta_{k+1}(s)}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Response time===&lt;br /&gt;
&lt;br /&gt;
The response time is the total amount of time a customer spends in  both the queue and in service. The average response time is the same for all work conserving service disciplines and is&amp;lt;ref name=&amp;quot;barbeau&amp;quot; /&amp;gt;&lt;br /&gt;
::&amp;lt;math&amp;gt;\frac{\text{ C}(c,\lambda/\mu)}{c \mu - \lambda} + \frac{1}{\mu}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Customers in first-come, first-served discipline====&lt;br /&gt;
&lt;br /&gt;
The customer either experiences an immediate exponential service, or must wait for &amp;#039;&amp;#039;k&amp;#039;&amp;#039; customers to be served before their own service, thus experiencing an [[Erlang distribution]] with shape parameter &amp;#039;&amp;#039;k&amp;#039;&amp;#039;&amp;amp;nbsp;+&amp;amp;nbsp;1.&amp;lt;ref&amp;gt;{{cite web | url = http://www.itu.int/ITU-D/study_groups/SGP_1998-2002/SG2/StudyQuestions/Question_16/RapporteursGroupDocs/teletraffic.pdf | title = ITU/ITC Teletraffic Engineering Handbook | first = Villy B. | last = Iversen | date = June 20, 2001 | accessdate = August 7, 2012 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Customers in processor sharing discipline====&lt;br /&gt;
&lt;br /&gt;
In a processor sharing queue the service capacity of the queue is split equally between the jobs in the queue. In the M/M/c queue this means that when there are &amp;#039;&amp;#039;c&amp;#039;&amp;#039; or fewer jobs in the system, each job is serviced at rate &amp;#039;&amp;#039;μ&amp;#039;&amp;#039;. However, when there are more than &amp;#039;&amp;#039;c&amp;#039;&amp;#039; jobs in the system the service rate of each job decreases and is &amp;lt;math&amp;gt;\frac{c\mu}{n}&amp;lt;/math&amp;gt; where &amp;#039;&amp;#039;n&amp;#039;&amp;#039; is the number of jobs in the system. This means that arrivals after a job of interest can impact the service time of the job of interest. The [[Laplace–Stieltjes transform]] of the response time distribution has been shown to be a solution to a [[Volterra integral equation]] from which moments can be computed.&amp;lt;ref&amp;gt;{{cite doi|10.1080/15326349408807309}}&amp;lt;/ref&amp;gt; An approximation has been offered for the response time time distribution.&amp;lt;ref&amp;gt;{{cite doi|10.1007/BF01150417}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{cite journal| first1=Jens | last1= Braband | first2= Rolf |last2 = Schassberger | title= Random Quantum Allocation: A New Approach to Waiting Time Distributions for M/M/N Processor Sharing Queues | booktitle= Messung, Modellierung und Bewertung von Rechen- und Kommunikationssystemen: 7. ITG/GI-Fachtagung | location= Aachen | date=21–23 September 1993 | editor= B. Walke and O. Spaniol | publisher = Springer | pages= 130–142 | isbn=3540572015}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Finite capacity==&lt;br /&gt;
&lt;br /&gt;
In an M/M/&amp;#039;&amp;#039;c&amp;#039;&amp;#039;/&amp;#039;&amp;#039;K&amp;#039;&amp;#039; queue (sometimes known as the Erlang–A model&amp;lt;ref name=&amp;quot;gautam&amp;quot; /&amp;gt;{{rp|495}}) only &amp;#039;&amp;#039;K&amp;#039;&amp;#039; customers can queue at any one time (including those in service&amp;lt;ref name=&amp;quot;kleinrock&amp;quot; /&amp;gt;). Any further arrivals to the queue are considered &amp;quot;lost&amp;quot;. We assume that &amp;#039;&amp;#039;K&amp;#039;&amp;#039;&amp;amp;nbsp;≥&amp;amp;nbsp;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;. The model has transition rate matrix&lt;br /&gt;
:&amp;lt;math&amp;gt;Q=\begin{pmatrix}&lt;br /&gt;
-\lambda &amp;amp; \lambda \\&lt;br /&gt;
\mu &amp;amp; -(\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;2\mu &amp;amp; -(2\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;3\mu &amp;amp; -(3\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;\ddots\\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;c\mu &amp;amp; -(c\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;c\mu &amp;amp; -(c\mu+\lambda) &amp;amp; \lambda \\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;\ddots\\&lt;br /&gt;
&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;c\mu &amp;amp; -(c\mu) \\&lt;br /&gt;
\end{pmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
on the state space {0, 1, 2, ..., &amp;#039;&amp;#039;c&amp;#039;&amp;#039;, ..., &amp;#039;&amp;#039;K&amp;#039;&amp;#039;}. In the case where &amp;#039;&amp;#039;c&amp;#039;&amp;#039;&amp;amp;nbsp;=&amp;amp;nbsp;&amp;#039;&amp;#039;K&amp;#039;&amp;#039;, the M/M/&amp;#039;&amp;#039;c&amp;#039;&amp;#039;/&amp;#039;&amp;#039;c&amp;#039;&amp;#039; queue is also known as the Erlang–B model.&amp;lt;ref name=&amp;quot;gautam&amp;quot; /&amp;gt;{{rp|495}}&lt;br /&gt;
&lt;br /&gt;
===Transient analysis===&lt;br /&gt;
See Takács for a transient solution&amp;lt;ref&amp;gt;{{cite book | first=L.| last= Takács| authorlink =Lajos Takács| title = Introduction to the Theory of Queues | location= London| publisher= Oxford University Press|year= 1962|pages=12–21}}&amp;lt;/ref&amp;gt; and Stadje for busy period results.&amp;lt;ref&amp;gt;{{cite doi|10.1016/0304-4149(94)00032-O}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Stationary analysis===&lt;br /&gt;
Stationary probabilities are given by&amp;lt;ref name=&amp;quot;allen&amp;quot;&amp;gt;{{cite book | title = Probability, Statistics, and Queueing Theory: With Computer Science Applications | first= Arnold O. | last = Allen | publisher= Gulf Professional Publishing | year = 1990 | isbn = 0120510510 | pages=679–680}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt;\pi_0 = \left[\sum_{k=0}^c \frac{\lambda^k}{\mu^k k!} + \frac{\lambda^c}{\mu^c c!}\sum_{k=c+1}^K \frac{\lambda^k}{\mu^k c^k}\right]^{-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;math&amp;gt;\pi_k = \begin{cases} &lt;br /&gt;
 \frac{(\lambda/\mu)^k}{k!}\pi_0 &amp;amp; \text{for } k=1,2,\ldots,c \\&lt;br /&gt;
 \frac{(\lambda/\mu)^k}{c^{k-c} c!}\pi_0 &amp;amp; \text{for } k=c+1,\ldots,K.&lt;br /&gt;
\end{cases}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
The average number of customers in the system is&amp;lt;ref name=&amp;quot;allen&amp;quot; /&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt; \frac{\lambda}{\mu} + \pi_0 \frac{\rho (c\rho)^c}{(1-\rho)^2 c!}&amp;lt;/math&amp;gt;&lt;br /&gt;
and number of average response time for a customer&amp;lt;ref name=&amp;quot;allen&amp;quot; /&amp;gt;&lt;br /&gt;
:: &amp;lt;math&amp;gt; \frac{1}{\mu} + \pi_0 \frac{\rho (c\rho)^c}{\lambda (1-\rho)^2 c!}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Heavy traffic limits==&lt;br /&gt;
&lt;br /&gt;
Writing &amp;#039;&amp;#039;X&amp;#039;&amp;#039;(&amp;#039;&amp;#039;t&amp;#039;&amp;#039;) for the number of customers in the system at time &amp;#039;&amp;#039;t&amp;#039;&amp;#039;, it can be shown that under three different conditions the process&lt;br /&gt;
::&amp;lt;math&amp;gt;\hat X_n(t) = \frac{X(nt) - \mathbb E(X(nt))}{\sqrt{n}}&amp;lt;/math&amp;gt;&lt;br /&gt;
converges to a diffusion process.&amp;lt;ref name=&amp;quot;gautam&amp;quot; /&amp;gt;{{rp|490}}&lt;br /&gt;
&lt;br /&gt;
# Fix &amp;#039;&amp;#039;μ&amp;#039;&amp;#039; and &amp;#039;&amp;#039;c&amp;#039;&amp;#039;, increase &amp;#039;&amp;#039;λ&amp;#039;&amp;#039; and scale by &amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;amp;nbsp;=&amp;amp;nbsp;1/(1&amp;amp;nbsp;−&amp;amp;nbsp;&amp;#039;&amp;#039;ρ&amp;#039;&amp;#039;)&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
# Fix &amp;#039;&amp;#039;μ&amp;#039;&amp;#039; and &amp;#039;&amp;#039;ρ&amp;#039;&amp;#039;, increase &amp;#039;&amp;#039;λ&amp;#039;&amp;#039; and &amp;#039;&amp;#039;c&amp;#039;&amp;#039;, and scale by &amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;amp;nbsp;=&amp;amp;nbsp;&amp;#039;&amp;#039;c&amp;#039;&amp;#039;.&lt;br /&gt;
# Fix as a constant &amp;#039;&amp;#039;β&amp;#039;&amp;#039; where&lt;br /&gt;
::&amp;lt;math&amp;gt;\beta = (1-\rho)\sqrt{s}&amp;lt;/math&amp;gt;&lt;br /&gt;
and increase &amp;#039;&amp;#039;λ&amp;#039;&amp;#039; and &amp;#039;&amp;#039;c&amp;#039;&amp;#039; using the scale &amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;amp;nbsp;=&amp;amp;nbsp;&amp;#039;&amp;#039;c&amp;#039;&amp;#039; or &amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;amp;nbsp;=&amp;amp;nbsp;1/(1&amp;amp;nbsp;−&amp;amp;nbsp;&amp;#039;&amp;#039;ρ&amp;#039;&amp;#039;)&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;. This case is called the Halfin–Whitt regime.&amp;lt;ref&amp;gt;{{cite jstor|170115}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Spectral expansion solution]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Queueing theory}}&lt;br /&gt;
{{Stochastic processes}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:M M c queue}}&lt;br /&gt;
[[Category:Stochastic processes]]&lt;br /&gt;
[[Category:Single queueing nodes]]&lt;/div&gt;</summary>
		<author><name>192.198.151.43</name></author>
	</entry>
</feed>