「《待ち行列に対するアルゴリズム的解法》」の版間の差分

提供: ORWiki
ナビゲーションに移動 検索に移動
 
(2人の利用者による、間の3版が非表示)
1行目: 1行目:
 
'''【まちぎょうれつにたいするあるごりずむてきかいほう(algorithmic solution of queues)】'''
 
'''【まちぎょうれつにたいするあるごりずむてきかいほう(algorithmic solution of queues)】'''
  
'''7.1 背景'''
+
'''背景'''
  
 
 従来の待ち行列研究では,多くのモデルに共通する普遍的性質の解明や各種モデルにおける陽な解の導出に主眼が置かれていたが,計算機が身近になると共に,数値計算による待ち行列モデルの分析を意図する研究が活発になってきた[6].ここで共通する考え方は,(i) 待ち行列の挙動を,系内客数を表す変数と系の挙動を表現するために必要な補助的な変数の組で構成される2変数マルコフ連鎖で定式化し,(ii) その2変数マルコフ連鎖がもつ構造に注目して,マルコフ連鎖の定常分布を計算するための数値計算アルゴリズムを構築する,と言うものである[3, 7, 8].このようなアプローチをアルゴリズム的解法(algorithmic solution)あるいは行列解析法(matrix-analytic method)と呼ぶ.
 
 従来の待ち行列研究では,多くのモデルに共通する普遍的性質の解明や各種モデルにおける陽な解の導出に主眼が置かれていたが,計算機が身近になると共に,数値計算による待ち行列モデルの分析を意図する研究が活発になってきた[6].ここで共通する考え方は,(i) 待ち行列の挙動を,系内客数を表す変数と系の挙動を表現するために必要な補助的な変数の組で構成される2変数マルコフ連鎖で定式化し,(ii) その2変数マルコフ連鎖がもつ構造に注目して,マルコフ連鎖の定常分布を計算するための数値計算アルゴリズムを構築する,と言うものである[3, 7, 8].このようなアプローチをアルゴリズム的解法(algorithmic solution)あるいは行列解析法(matrix-analytic method)と呼ぶ.
  
'''7.2 相型分布とMAP'''
+
'''相型分布とMAP'''
  
 
 状態 0 が吸収状態,状態 <math>i \in M =\{1,2,\ldots,M\}\,</math> が一時的状態である連続時間有限状態吸収マルコフ連鎖 <math>X(t)\,</math> を考える.このとき <math>X(t)\,</math> の推移率行列は
 
 状態 0 が吸収状態,状態 <math>i \in M =\{1,2,\ldots,M\}\,</math> が一時的状態である連続時間有限状態吸収マルコフ連鎖 <math>X(t)\,</math> を考える.このとき <math>X(t)\,</math> の推移率行列は
29行目: 29行目:
 
<math>\mathbf{\pi}</math> を <math>\mathbf{\pi} (\mathbf{C} + \mathbf{D}) = {\mathbf 0}</math> を満たす確率ベクトルとしたとき,定常な MAP における客の到着間隔分布は <math>F(x)=1- \mathbf{\pi} \mathbf{D} \exp(\mathbf{C}x) \mathbf{e} / \mathbf{\pi} \mathbf{D} \mathbf{e}</math> となり,その平均は <math>1/\mathbf{\pi}\mathbf{D}\mathbf{e}</math> で与えられる.MAP はあらゆる定常点過程を任意の精度で近似できることが知られており,マルコフ変調ポワソン過程(Markov modulated Poisson process)や独立な相型再生過程の重畳などを特別な場合として含む.特に到着間隔が独立同一な表現 <math>(\mathbf{\alpha},\mathbf{T})</math> をもつ相型分布に従う場合は <math>\mathbf{C}=\mathbf{T}</math>, <math>\mathbf{D} =-\mathbf{T} \mathbf{e} \mathbf{\alpha}</math> である.
 
<math>\mathbf{\pi}</math> を <math>\mathbf{\pi} (\mathbf{C} + \mathbf{D}) = {\mathbf 0}</math> を満たす確率ベクトルとしたとき,定常な MAP における客の到着間隔分布は <math>F(x)=1- \mathbf{\pi} \mathbf{D} \exp(\mathbf{C}x) \mathbf{e} / \mathbf{\pi} \mathbf{D} \mathbf{e}</math> となり,その平均は <math>1/\mathbf{\pi}\mathbf{D}\mathbf{e}</math> で与えられる.MAP はあらゆる定常点過程を任意の精度で近似できることが知られており,マルコフ変調ポワソン過程(Markov modulated Poisson process)や独立な相型再生過程の重畳などを特別な場合として含む.特に到着間隔が独立同一な表現 <math>(\mathbf{\alpha},\mathbf{T})</math> をもつ相型分布に従う場合は <math>\mathbf{C}=\mathbf{T}</math>, <math>\mathbf{D} =-\mathbf{T} \mathbf{e} \mathbf{\alpha}</math> である.
  
'''7.3 準出生死滅過程'''
+
'''準出生死滅過程'''
  
 
 到着間隔ならびにサービス時間がそれぞれ表現 (<math>\mathbf{\alpha}_A, \mathbf{T}_A\,</math>) ならびに表現 (<math>\mathbf{\alpha}_B, \mathbf{T}_B\,</math>) をもつ相型分布に従う PH/PH/1 待ち行列を考える.時刻 <math>t\,</math> における客数を <math>L(t)\,</math>,到着間隔が従う相型分布の相を <math>S_A(t)\,</math>,サービス中の場合はサービス時間が従う相型分布の相を <math>S_B(t)\,</math> とする.このとき,システムの状態は <math>(L(t), S_A(t),S_B(t))\,</math> で表される.ただし <math>L(t)=0\,</math> のときは <math>S_B(t)=0\,</math> とする.
 
 到着間隔ならびにサービス時間がそれぞれ表現 (<math>\mathbf{\alpha}_A, \mathbf{T}_A\,</math>) ならびに表現 (<math>\mathbf{\alpha}_B, \mathbf{T}_B\,</math>) をもつ相型分布に従う PH/PH/1 待ち行列を考える.時刻 <math>t\,</math> における客数を <math>L(t)\,</math>,到着間隔が従う相型分布の相を <math>S_A(t)\,</math>,サービス中の場合はサービス時間が従う相型分布の相を <math>S_B(t)\,</math> とする.このとき,システムの状態は <math>(L(t), S_A(t),S_B(t))\,</math> で表される.ただし <math>L(t)=0\,</math> のときは <math>S_B(t)=0\,</math> とする.
53行目: 53行目:
 
</center>
 
</center>
 
ここで <math>\mathbf{Q}_m\,</math> ならびに <math>\overline{\mathbf{Q}}_m\,</math> (<math>m=1,2,3\,</math>)はクロネッカー積 <math>\otimes\,</math>,クロネッカー和 <math>\oplus\,</math> を用いて次式で与えられる.
 
ここで <math>\mathbf{Q}_m\,</math> ならびに <math>\overline{\mathbf{Q}}_m\,</math> (<math>m=1,2,3\,</math>)はクロネッカー積 <math>\otimes\,</math>,クロネッカー和 <math>\oplus\,</math> を用いて次式で与えられる.
<center>
 
begin{eqnarray*}環境
 
<math>
 
  
 +
<table align="center">
 +
<tr>
 +
  <td align="center" > <math>
 +
        \mathbf{Q}_0 = (-\mathbf{T}_A) \mathbf{e} \mathbf{\alpha}_A \otimes \mathbf{I}_B,
 +
    </math> </td>
 +
  <td align="center" > <math>
 +
        \quad \mathbf{Q}_1 = \mathbf{T}_A \oplus \mathbf{T}_B,
 +
    </math> </td>
 +
  <td align="center" > <math>
 +
        \mathbf{Q}_2 = \mathbf{I}_A \otimes (-\mathbf{T}_B) \mathbf{e} \mathbf{\alpha}_B
 +
    </math> </td>
 +
</tr>
 +
<tr>
 +
  <td align="center" > <math>
 +
        \overline{\mathbf{Q}}_0 = (-\mathbf{T}_A) \mathbf{e} \mathbf{\alpha}_A \otimes \mathbf{\alpha}_B,
 +
    </math> </td>
 +
  <td align="center" > <math>
 +
        \quad \overline{\mathbf{Q}}_1 = \mathbf{T}_A,
 +
    </math> </td>
 +
  <td align="center" > <math>
 +
        \overline{\mathbf{Q}}_2 = \mathbf{I}_A \otimes (-\mathbf{T}_B)\mathbf{e}
 +
    </math> </td>
 +
</tr>
 +
</table>
 +
 +
<!--
 
\mathbf{Q}_0 = (-\mathbf{T}_A) \mathbf{e} \mathbf{\alpha}_A \otimes \mathbf{I}_B,
 
\mathbf{Q}_0 = (-\mathbf{T}_A) \mathbf{e} \mathbf{\alpha}_A \otimes \mathbf{I}_B,
 
&
 
&
68行目: 91行目:
 
&
 
&
 
\overline{\mathbf{Q}}_2 = \mathbf{I}_A \otimes (-\mathbf{T}_B)\mathbf{e}
 
\overline{\mathbf{Q}}_2 = \mathbf{I}_A \otimes (-\mathbf{T}_B)\mathbf{e}
</math>
+
-->
</center>
+
 
 
ただし <math>\mathbf{I}_X\,</math> (<math>X=A,B\,</math>) は <math>M_X\,</math> 次元の単位行列である.
 
ただし <math>\mathbf{I}_X\,</math> (<math>X=A,B\,</math>) は <math>M_X\,</math> 次元の単位行列である.
  
112行目: 135行目:
 
に基づいて,<math>\mathbf{R}_0=\mathbf{O}\,</math> を初期値として順次 <math>\mathbf{R}_n\,</math> を求めるというものである.このとき <math>\mathbf{R}_n\,</math> は要素毎に単調に増加し,公比行列 <math>\mathbf{R}\,</math> に収束することが知られている.
 
に基づいて,<math>\mathbf{R}_0=\mathbf{O}\,</math> を初期値として順次 <math>\mathbf{R}_n\,</math> を求めるというものである.このとき <math>\mathbf{R}_n\,</math> は要素毎に単調に増加し,公比行列 <math>\mathbf{R}\,</math> に収束することが知られている.
  
'''7.4 G/M/1型マルコフ連鎖'''
+
'''G/M/1型マルコフ連鎖'''
  
 
 客の到着間隔 <math>G\,</math> が独立で同一な分布 <math>G(x)=\Pr(G \leq x)\,</math> に従い,サービス時間が表現 (<math>\mathbf{\alpha}_B, \mathbf{T}_B\,</math>) をもつ相型分布に従う GI/PH/1 待ち行列を考える.<math>n\,</math> 番目の客の到着直前の系内客数を <math>X_n\,</math>,十
 
 客の到着間隔 <math>G\,</math> が独立で同一な分布 <math>G(x)=\Pr(G \leq x)\,</math> に従い,サービス時間が表現 (<math>\mathbf{\alpha}_B, \mathbf{T}_B\,</math>) をもつ相型分布に従う GI/PH/1 待ち行列を考える.<math>n\,</math> 番目の客の到着直前の系内客数を <math>X_n\,</math>,十
167行目: 190行目:
 
<math>
 
<math>
 
\mathbf{x}_k = \mathbf{x}_0 \mathbf{R}^k, \quad k=1,2,\ldots
 
\mathbf{x}_k = \mathbf{x}_0 \mathbf{R}^k, \quad k=1,2,\ldots
\, </math>     <math>(3)\,</math>
+
\, </math>     <math>(4)\,</math>
 
</center>
 
</center>
 
で与えられる.さらに <math>\mathbf{x}_0\,</math> は
 
で与えられる.さらに <math>\mathbf{x}_0\,</math> は
191行目: 214行目:
 
に基づいて,<math>\mathbf{R}_0=\mathbf{O}\,</math> を初期値として順次 <math>\mathbf{R}_n\,</math> を求めるというものである.このとき <math>\mathbf{R}_n\,</math> は要素毎に単調に増加し,公比行列 <math>\mathbf{R}\,</math> に収束することが知られている.
 
に基づいて,<math>\mathbf{R}_0=\mathbf{O}\,</math> を初期値として順次 <math>\mathbf{R}_n\,</math> を求めるというものである.このとき <math>\mathbf{R}_n\,</math> は要素毎に単調に増加し,公比行列 <math>\mathbf{R}\,</math> に収束することが知られている.
  
'''7.5 M/G/1型マルコフ連鎖'''
+
'''M/G/1型マルコフ連鎖'''
  
 
 客の到着が表現 <math>(\mathbf{C},\mathbf{D})\,</math> をもつ MAP に従い,サービス時間 <math>H\,</math> が独立で同一な分布 <math>H(x)=\Pr(H \leq x)\,</math> に従うMAP/G/1 待ち行列を考える.<math>n\,</math> 番目の客のサービス終了直後の系内客数を <math>Y_n\,</math>,<math>n\,</math> 番目のサービス中に新たに到着する客数を <math>A_n\,</math> とすると
 
 客の到着が表現 <math>(\mathbf{C},\mathbf{D})\,</math> をもつ MAP に従い,サービス時間 <math>H\,</math> が独立で同一な分布 <math>H(x)=\Pr(H \leq x)\,</math> に従うMAP/G/1 待ち行列を考える.<math>n\,</math> 番目の客のサービス終了直後の系内客数を <math>Y_n\,</math>,<math>n\,</math> 番目のサービス中に新たに到着する客数を <math>A_n\,</math> とすると
239行目: 262行目:
 
<math>
 
<math>
 
\mathbf{G}=\sum_{k=0}^{\infty} \mathbf{A}_k \mathbf{G}^k
 
\mathbf{G}=\sum_{k=0}^{\infty} \mathbf{A}_k \mathbf{G}^k
\label{matrix-G}
 
\end{equation}
 
 
\, </math>     <math>(5)\,</math>
 
\, </math>     <math>(5)\,</math>
 
</center>
 
</center>
300行目: 321行目:
  
 
[8] 滝根哲哉,「構造化されたマルコフ連鎖と待ち行列」, 『システム/制御/情報』, '''43''' (1999), 135--140.
 
[8] 滝根哲哉,「構造化されたマルコフ連鎖と待ち行列」, 『システム/制御/情報』, '''43''' (1999), 135--140.
 +
 +
[[category:待ち行列|まちぎょうれつにたいするあるごりずむてきかいほう]]

2007年8月9日 (木) 19:30時点における最新版

【まちぎょうれつにたいするあるごりずむてきかいほう(algorithmic solution of queues)】

背景

 従来の待ち行列研究では,多くのモデルに共通する普遍的性質の解明や各種モデルにおける陽な解の導出に主眼が置かれていたが,計算機が身近になると共に,数値計算による待ち行列モデルの分析を意図する研究が活発になってきた[6].ここで共通する考え方は,(i) 待ち行列の挙動を,系内客数を表す変数と系の挙動を表現するために必要な補助的な変数の組で構成される2変数マルコフ連鎖で定式化し,(ii) その2変数マルコフ連鎖がもつ構造に注目して,マルコフ連鎖の定常分布を計算するための数値計算アルゴリズムを構築する,と言うものである[3, 7, 8].このようなアプローチをアルゴリズム的解法(algorithmic solution)あるいは行列解析法(matrix-analytic method)と呼ぶ.

相型分布とMAP

 状態 0 が吸収状態,状態 が一時的状態である連続時間有限状態吸収マルコフ連鎖 を考える.このとき 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X(t)\,} の推移率行列は

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \left(\begin{array}{cc} 0 & 0 \\ -\mathbf{T} \mathbf{e} & \mathbf{T} \end{array} \right) }

の形に書ける.ただし 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{e}} はすべての要素が 1 の列ベクトルである.このマルコフ連鎖の初期状態分布を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (0, \mathbf{\alpha})} としたとき,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X(t)} が吸収されるまでの時間は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (0,\infty)} 上の確率分布を定め,これを表現 をもつ相型分布(phase-type distribution)という[1, 4].以下ではマルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X(t)} の一時的状態を相と呼ぶ.

 定義より,表現 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (\mathbf{\alpha}, \mathbf{T})\,} をもつ相型分布の分布関数は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle F(x) = 1 - \mathbf{\alpha} \exp(\mathbf{T} x) \mathbf{e}} となり,その平均は構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha} (-\mathbf{T})^{-1}\mathbf{e}} である.相の数 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle M} を十分に大きく取ることにより,相型分布は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (0,\infty)} で定義されたあらゆる確率分布を任意の精度で近似できることが知られており,指数分布,アーラン分布,超指数分布など,待ち行列で頻繁に用いられる確率分布を特別な場合として含む.

 表現 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (\mathbf{\alpha}, \mathbf{T})} をもつ相型分布を用いて客の到着間隔の列,すなわち相型再生過程(phase-type renewal process)を生成するには次のようにすればよい.時刻 0 において初期状態分布 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (0,\mathbf{\alpha})} に従い相を選ぶ.その後初めて吸収が起こったとき,1 番目の客が到着する.一般に,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n} 番目(構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n=1,2,\ldots} )の客の到着が起こると,直ちに過去の履歴とは独立に初期状態分布 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (0, \mathbf{\alpha})} に従い相を選び,その後吸収が起こった時点で 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n+1} 番目の客が到着する.このようにして生成された客の到着間隔は独立で同一な確率変数列となる.

 相型分布に従う確率変数の列に対して相関を導入可能にしたものにマルコフ型到着過程(Markovian arrival process:MAP)がある[2, 3].相型分布を用いた確率変数列の生成では,到着が起こる度に過去の履歴とは独立に初期分布を選んでいたが,MAP では一時的状態 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle i \in M} から吸収されたとき,確率 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle p_{i,j}\,} (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle j \in M} ) で次の初期状態 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle j\,} を選ぶ.ただし,全ての 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle i \in M} に対して構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \sum_{j \in M} p_{i,j} =1} である.

 通常,MAP は二つの 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle M \times M} 行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{C},\mathbf{D}} を用いて表現される.ここで行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{C}} は一時的状態間の推移を表し,相型分布の行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{T}} に対応する.一方,行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{D}}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (i,j)} 要素は状態 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle i} で吸収が起こり,次の初期状態が 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle j} である率 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle [-\mathbf{C}\mathbf{e}]_i p_{i,j}} で与えられる.なお,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{C}+\mathbf{D}} は規約であり,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{D} \neq \mathbf{O}} である. 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\pi}}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\pi} (\mathbf{C} + \mathbf{D}) = {\mathbf 0}} を満たす確率ベクトルとしたとき,定常な MAP における客の到着間隔分布は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle F(x)=1- \mathbf{\pi} \mathbf{D} \exp(\mathbf{C}x) \mathbf{e} / \mathbf{\pi} \mathbf{D} \mathbf{e}} となり,その平均は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle 1/\mathbf{\pi}\mathbf{D}\mathbf{e}} で与えられる.MAP はあらゆる定常点過程を任意の精度で近似できることが知られており,マルコフ変調ポワソン過程(Markov modulated Poisson process)や独立な相型再生過程の重畳などを特別な場合として含む.特に到着間隔が独立同一な表現 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (\mathbf{\alpha},\mathbf{T})} をもつ相型分布に従う場合は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{C}=\mathbf{T}} , 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{D} =-\mathbf{T} \mathbf{e} \mathbf{\alpha}} である.

準出生死滅過程

 到着間隔ならびにサービス時間がそれぞれ表現 (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha}_A, \mathbf{T}_A\,} ) ならびに表現 (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha}_B, \mathbf{T}_B\,} ) をもつ相型分布に従う PH/PH/1 待ち行列を考える.時刻 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle t\,} における客数を ,到着間隔が従う相型分布の相を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S_A(t)\,} ,サービス中の場合はサービス時間が従う相型分布の相を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S_B(t)\,} とする.このとき,システムの状態は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (L(t), S_A(t),S_B(t))\,} で表される.ただし 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle L(t)=0\,} のときは 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S_B(t)=0\,} とする.

 表現 (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha}_X, \mathbf{T}_X\,} )(構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X=A,B\,} )をもつ相型分布の相の数を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle M_X\,} としたとき,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (S_A(t),S_B(t))\,} の取り得る状態の数は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle L(t)=0\,} のとき,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle M_A\,} 通り,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle L(t) \geq 1\,} のときは 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle M_A \times M_B\,} 通りである.これらに適当な番号を割り当てることで,マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (L(t), S_A(t),S_B(t))\,} は2変数マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (L(t), S(t))\,} と見なすことができる.さらに,この2変数マルコフ連鎖の状態集合を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle L(t)\,} の値で分類し,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle L(t)=l\,} であるような状態からなる部分集合をレベル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle l\,} と呼ぶ.レベルの変化に注目すると,2変数マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (L(t),S(t))\,} は以下のような形の推移率行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}\,} をもつ連続時間マルコフ連鎖となる.

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q} = \left(\begin{array}{ccccc} \overline{\mathbf{Q}}_1 & \overline{\mathbf{Q}}_0 & \mathbf{O} & \mathbf{O} & \cdots \\ \overline{\mathbf{Q}}_2 & \mathbf{Q}_1 & \mathbf{Q}_0 & \mathbf{O} & \cdots \\ \mathbf{O} & \mathbf{Q}_2 & \mathbf{Q}_1 & \mathbf{Q}_0 & \cdots \\ \mathbf{O} & \mathbf{O} & \mathbf{Q}_2 & \mathbf{Q}_1 & \cdots \\ \vdots & \vdots & \vdots & \vdots & \ddots \end{array} \right) }

ここで 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}_m\,} ならびに 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \overline{\mathbf{Q}}_m\,} (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle m=1,2,3\,} )はクロネッカー積 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \otimes\,} ,クロネッカー和 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \oplus\,} を用いて次式で与えられる.

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}_0 = (-\mathbf{T}_A) \mathbf{e} \mathbf{\alpha}_A \otimes \mathbf{I}_B, } 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \quad \mathbf{Q}_1 = \mathbf{T}_A \oplus \mathbf{T}_B, } 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}_2 = \mathbf{I}_A \otimes (-\mathbf{T}_B) \mathbf{e} \mathbf{\alpha}_B }
構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \overline{\mathbf{Q}}_0 = (-\mathbf{T}_A) \mathbf{e} \mathbf{\alpha}_A \otimes \mathbf{\alpha}_B, } 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \quad \overline{\mathbf{Q}}_1 = \mathbf{T}_A, } 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \overline{\mathbf{Q}}_2 = \mathbf{I}_A \otimes (-\mathbf{T}_B)\mathbf{e} }


ただし 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{I}_X\,} (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X=A,B\,} ) は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle M_X\,} 次元の単位行列である.

 上記の2変数マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (L(t),S(t))\,} は次の性質をもつ.(i) 境界部分を除いて空間的に同質(例えばレベルが1以上(構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle L(t) \geq 1\,} )のとき,一回の推移でレベルが一つ増加する率は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}_0\,} の要素で与えられる),(ii) 一回の推移でレベルは高々一つしか増減しない.このような性質をもつ2変数連続時間マルコフ連鎖を準出生死滅過程(quasi birth-and-death process:QBD)という[1, 3, 4].

 推移率行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}\,} をもつ準出生死滅過程において 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}_*=\mathbf{Q}_0+\mathbf{Q}_1+\mathbf{Q}_2\,} が規約である場合,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\eta}\mathbf{Q}_*={\mathbf0}\,} , 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\eta}\mathbf{e}=1\,} なる正のベクトル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\eta}\,} が一意に定まり,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\eta}\mathbf{Q}_2\mathbf{e} > \mathbf{\eta}\mathbf{Q}_0\mathbf{e}\,} のとき準出生死滅過程 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (L(t),S(t))\,} はエルゴード的となる.PH/PH/1 待ち行列の場合,この条件は平均到着間隔 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha}_A (-\mathbf{T}_A)^{-1}\mathbf{e}\,} が平均サービス時間 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha}_B (-\mathbf{T}_B)^{-1}\mathbf{e}\,} より大きいことと等価である.

 エルゴード的な準出生死滅過程 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (L(t),S(t))\,} の定常分布を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q} =(\mathbf{q}_0, \mathbf{q}_1, \ldots)\,} とする.定常分布 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q}\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q} \mathbf{Q}={\mathbf 0}\,} を満たすことに注意.このとき,

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{Q}_0 + \mathbf{R}\mathbf{Q}_1 + \mathbf{R}^2 \mathbf{Q}_2 = \mathbf{O} \, }      構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (1)\, }

を満たす最小の非負行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} を用いて 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q}_k\,} (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle k=2,3,\ldots\,} ) は

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q}_k = \mathbf{q}_1 \mathbf{R}^{k-1}, \quad k=2,3,\ldots \, }      構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (2)\,}

で与えられる.さらに 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q}_0\,} , 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q}_1\,}

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q}_0 \overline{\mathbf{Q}}_1 + \mathbf{q}_1 \overline{\mathbf{Q}}_2 = {\mathbf 0}, \quad \mathbf{q}_0 \overline{\mathbf{Q}}_0 + \mathbf{q}_1 (\mathbf{Q}_1 + \mathbf{R}\mathbf{Q}_2) = {\mathbf 0} }

ならびに正規化条件 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{q}_0 + \mathbf{q}_1(\mathbf{I}-\mathbf{R})^{-1}\mathbf{e}=1\,} より求めることができる.

 非負行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} は公比行列(rate matrix)と呼ばれており,(2)は行列幾何解(matrix-geometric solution)と呼ばれている.公比行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} は一般には陽に与えられないため,様々な数値計算アルゴリズムが提案されている.最も単純なものは(1)を変形することで得られる

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_{n+1} = (\mathbf{Q}_0 + \mathbf{R}_n^2 \mathbf{Q}_2)(-\mathbf{Q}_1)^{-1}, \quad n=0,1,\ldots }

に基づいて,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_0=\mathbf{O}\,} を初期値として順次 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_n\,} を求めるというものである.このとき 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_n\,} は要素毎に単調に増加し,公比行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} に収束することが知られている.

G/M/1型マルコフ連鎖

 客の到着間隔 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle G\,} が独立で同一な分布 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle G(x)=\Pr(G \leq x)\,} に従い,サービス時間が表現 (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha}_B, \mathbf{T}_B\,} ) をもつ相型分布に従う GI/PH/1 待ち行列を考える.構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n\,} 番目の客の到着直前の系内客数を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X_n\,} ,十 分に多くの客が系内にいるという仮定の下で,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n\,} 番目と構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n+1\,} 番目の客の到着間隔の間にサービス可能な客数を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle B_{n+1}\,} とすると

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X_{n+1} = \max(0, X_n + 1 - B_{n+1}), \quad n=0,1,\ldots }

が成立する.よって 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n\,} 番目の客の到着直前におけるサービス時間が従う相型分布の相を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S_n^-\,} とすると,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (X_n, S_n^-)\,} は下記の遷移確率行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{P}_{\rm G/M/1}\,} をもつ2変数離散時間マルコフ連鎖となる.

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{P}_{\rm G/M/1} = \left(\begin{array}{ccccc} \overline{\mathbf{B}}_1 & \mathbf{B}_0 & \mathbf{O} & \mathbf{O} & \cdots \\ \overline{\mathbf{B}}_2 & \mathbf{B}_1 & \mathbf{B}_0 & \mathbf{O} & \cdots \\ \overline{\mathbf{B}}_3 & \mathbf{B}_2 & \mathbf{B}_1 & \mathbf{B}_0 & \cdots \\ \overline{\mathbf{B}}_4 & \mathbf{B}_3 & \mathbf{B}_2 & \mathbf{B}_1 & \cdots \\ \vdots & \vdots & \vdots & \vdots & \ddots \end{array} \right) }

ここで 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{B}_k\,}

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \sum_{k=0}^{\infty} \mathbf{B}_k z^k = \int_0^{\infty} \exp[(\mathbf{T}_B + z (-\mathbf{T}_B)\mathbf{e}\mathbf{\alpha}_B) x] dG(x) }

を満たし,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \overline{\mathbf{B}}_k\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \overline{\mathbf{B}}_k =\sum_{l=k}^{\infty} \mathbf{B}_l \mathbf{e}\mathbf{\alpha}_B\,} で与えられる.準出生死滅過程と同様に,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X_n=l\,} であるような状態からなる部分集合をレベル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle l\,} と呼ぶ.

 2変数マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (X_n,S_n^-)\,} は(i) 境界部分を除いて空間的に同質(例えばレベルが1以上(構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle X_n \geq 1\,} )のとき,一回の遷移でレベルが変化しない確率は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{B}_1\,} の要素で与えられる),(ii) 一回の遷移でレベルは高々 一つしか増加しない.このような性質をもつ2変数離散時間マルコフ連鎖をG/M/1型(Markov chain of G/M/1 type)と呼ぶ[3, 4, 7, 8].

 遷移確率行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{P}_{\rm G/M/1}\,} をもつG/M/1型マルコフ連鎖において,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{B}=\sum_{k=0}^{\infty} \mathbf{B}_k\,} が規約である場合,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{b}\mathbf{B}=\mathbf{b}\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{b}\mathbf{e}=1\,} となるような正のベクトル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{b}\,} が一意に定まり,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \sum_{k=2}^{\infty} (k-1)\mathbf{b}\mathbf{B}_k\mathbf{e} > \mathbf{b}\mathbf{B}_0\mathbf{e}\,} ならば G/M/1型マルコフ連鎖はエルゴード的である.GI/PH/1 待ち行列の場合,この条件は平均到着間隔 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle E[G]\,} が平均サービス時間 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\alpha}_B(-\mathbf{T}_B)^{-1}\mathbf{e}\,} より大きいことと等価である.

 エルゴード的なG/M/1型マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (X_n,S_n^-)\,} の定常分布を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{x}=(\mathbf{x}_0, \mathbf{x}_1, \ldots)\,} とする.定常分布 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{x}\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{x} = \mathbf{x} \mathbf{P}_{\mathrm G/M/1}\,} を満たすことに注意.このとき,

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R} = \sum_{k=0}^{\infty} \mathbf{R}^k \mathbf{B}_k \, }      構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (3)\,}

を満たす最小の非負行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} を用いて 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{x}_k\,} (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle k=1,2,\ldots\,} ) は

     構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (4)\,}

で与えられる.さらに 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{x}_0\,}

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{x}_0 = \mathbf{x}_0 \sum_{k=0}^{\infty} \mathbf{R}^k \overline{\mathbf{B}}_{k+1}, \quad \mathbf{x}_0 (\mathbf{I}_B -\mathbf{R})^{-1} \mathbf{e} = 1 }

より求められる.

 準出生死滅過程の場合と同様に,非負行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} を公比行列と呼び,(4)を行列幾何解と呼ぶ.公比行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} を求める最も単純な方法は,(3)より得られる

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_{n+1} = \sum_{k=0}^{\infty} \mathbf{R}_n^k \mathbf{B}_k, \quad n=0,1,\ldots }

に基づいて,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_0=\mathbf{O}\,} を初期値として順次 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_n\,} を求めるというものである.このとき 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}_n\,} は要素毎に単調に増加し,公比行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{R}\,} に収束することが知られている.

M/G/1型マルコフ連鎖

 客の到着が表現 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (\mathbf{C},\mathbf{D})\,} をもつ MAP に従い,サービス時間 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle H\,} が独立で同一な分布 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle H(x)=\Pr(H \leq x)\,} に従うMAP/G/1 待ち行列を考える.構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n\,} 番目の客のサービス終了直後の系内客数を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle Y_n\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n\,} 番目のサービス中に新たに到着する客数を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle A_n\,} とすると

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle Y_{n+1} = \max(0, Y_n -1) + A_{n+1}, \quad n=0,1,\ldots }

が成立する.よって 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle n\,} 番目のサービス直後における客の到着が従うMAPの相を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle S_n^+\,} とすると,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (Y_n, S_n^+)\,} は下記の遷移確率行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{P}_{\mathrm M/G/1}\,} をもつ2変数離散時間マルコフ連鎖となる.

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{P}_{\rm M/G/1} = \left(\begin{array}{ccccc} \overline{\mathbf{A}}_0 & \overline{\mathbf{A}}_1 & \overline{\mathbf{A}}_2 & \overline{\mathbf{A}}_3 & \cdots \\ \mathbf{A}_0 & \mathbf{A}_1 & \mathbf{A}_2 & \mathbf{A}_3 & \cdots \\ \mathbf{O} & \mathbf{A}_0 & \mathbf{A}_1 & \mathbf{A}_2 & \cdots \\ \mathbf{O} & \mathbf{O} & \mathbf{A}_0 & \mathbf{A}_1 & \cdots \\ \vdots & \vdots & \vdots & \vdots & \ddots \end{array} \right) }

ここで 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{A}_k\,}

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \sum_{k=0}^{\infty} \mathbf{A}_k z^k = \int_0^{\infty} \exp[(\mathbf{C} + z \mathbf{D}) x] dH(x) }

を満たし,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \overline{\mathbf{A}}_k\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \overline{\mathbf{A}}_k =(-\mathbf{C})^{-1} \mathbf{D} \mathbf{A}_k\,} で与えられる.準出生死滅過程やG/M/1型マルコフ連鎖の場合と同様に,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle Y_n=l\,} であるような状態からなる部分集合をレベル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle l\,} と呼ぶ.

 2変数マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (Y_n,S_n^+)\,} は(i) 境界部分を除いて空間的に同質(例えばレベルが1以上(構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle Y_n \geq 1\,} )のとき,一回の遷移でレベルが 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle k\,} 増加する確率は 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{A}_{k+1}\,} の要素で与えられる),(ii) 一回の遷移でレベ ルは高々一つしか減少しない.このような性質をもつ2変数離散時間マルコフ連鎖をM/G/1型(Markov chain of M/G/1 type)と呼ぶ[3, 5, 7, 8].

 遷移確率行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{P}_{\mathrm M/G/1}\,} をもつM/G/1型マルコフ連鎖において,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{A}=\sum_{k=0}^{\infty} \mathbf{A}_k\,} が規約である場合,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{a}\mathbf{A}=\mathbf{a}\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{a}\mathbf{e}=1\,} となるような正のベクトル 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{a}\,} が一意に定まり,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \sum_{k=1}^{\infty} k \mathbf{a}\mathbf{A}_k \mathbf{e}< 1\,} かつ の各要素が有限ならば M/G/1型マルコフ連鎖はエルゴード的である.MAP/G/1 待ち行列の場合,この条件は平均到着間隔 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle 1/\mathbf{\pi}\mathbf{D}\mathbf{e}\,} が平均サービス時間 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle E[H]\,} より大きいことと等価である.

 エルゴード的なM/G/1型マルコフ連鎖 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (Y_n,S_n^+)\,} の定常分布を 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y}=(\mathbf{y}_0, \mathbf{y}_1, \ldots)\,} とする.定常分布 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y}\,}構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y} = \mathbf{y} \mathbf{P}_{\rm M/G/1}\,} を満たすことに注意.ここで

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{G}=\sum_{k=0}^{\infty} \mathbf{A}_k \mathbf{G}^k \, }      構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle (5)\,}

を満たす確率行列を とし,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{K}=\sum_{k=0}^{\infty}\overline{\mathbf{A}}_k \mathbf{G}^k\,} を定義する.行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{K}\,} は確率行列であることに注意.このとき 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{\kappa} = \mathbf{\kappa} \mathbf{K}\,} を満たす確率ベクトル を用いて 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y}_0\,} は次式で与えられる.

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y}_0 = \mathbf{\kappa} / C }

ただし,定数 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle C\,} はレベル 0 への平均再帰時間である.さらに 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y}_0\,} が与えられたとき,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y}_k\,} (構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle k=1,2,\ldots\,} ) は次式により順次計算される.

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{y}_k = \left( \mathbf{y}_0 \overline{\mathbf{C}}_k + \sum_{l=1}^{k-1} \mathbf{y}_l \mathbf{C}_{k-l+1} \right) (\mathbf{I} - \mathbf{C}_1)^{-1}, \quad k=1,2,\ldots }

ただし

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{C}_k = \sum_{l=k}^{\infty} \mathbf{A}_l \mathbf{G}^{l-k}, \quad \overline{\mathbf{C}}_k = \sum_{l=k}^{\infty} \overline{\mathbf{A}}_l \mathbf{G}^{l-k} }


 なお,行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{G}\,} は(5)より得られる再帰式

構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{G}_{n+1} = \sum_{k=0}^{\infty} \mathbf{A}_k \mathbf{G}_n^k, \quad n=0,1,\ldots }

に基づいて,構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{G}_0=\mathbf{O}\,} を初期値として順次 を計算すればよい.このとき 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{G}_n\,} は要素毎に単調に増加し,確率行列 構文解析に失敗 (MathML、ただし動作しない場合はSVGかPNGで代替(最新ブラウザーや補助ツールに推奨): サーバー「https://en.wikipedia.org/api/rest_v1/」から無効な応答 ("Math extension cannot connect to Restbase."):): {\displaystyle \mathbf{G}\,} に収束することが知られている.


参考文献

[1] G. Latouche and V. Ramaswami, it Introduction to Matrix Analytic Methods in Stochastic Modeling, SIAM, 1999.

[2] D. M. Lucantoni, K. S. Meier-Hellstern and M. F. Neuts, "A single-server queue with server vacations and a class of nonrenewal arrival processes," Advances in Applied Probability, 22 (1990), 676--705.

[3] 牧本直樹,『待ち行列アルゴリズム ---行列解析アプローチ---』,朝倉書店, 2001.

[4] M. F. Neuts, Matrix-Geometric Solutions in Stochastic Models, An Algorithmic Approach, Johns Hopkins University Press, 1981.

[5] M. F. Neuts, Structured Stochastic Matrices of M/G/1 Type and Their Applications, Dekker, 1989.

[6] 高橋幸雄,「待ち行列研究の変遷」, 『オペレーションズ・リサーチ』, 43 (1998), 495--499.

[7] 高橋幸雄,牧本直樹,「相型分布と行列解析法」, 『オペレーションズ・リサーチ』, 43 (1998), 618--623.

[8] 滝根哲哉,「構造化されたマルコフ連鎖と待ち行列」, 『システム/制御/情報』, 43 (1999), 135--140.