2911概率中等derivationmedium
Custom Three-State Reversible Chain
题目
Consider a chain on states with transition matrix \[ P=\begin{pmatrix} 0.6 & 0.4 & 0\\ 0.2 & 0.5 & 0.3\\ 0 & 0.6 & 0.4 \end{pmatrix}. \] Find the stationary distribution.
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案
pi_1
pi_2
pi_3