481概率简单数值题short
Hitting Time with Skip Transitions
题目
A Markov chain on has the following transition rules. From state with : move to with probability , and move to with probability . From state : jump to state with probability . State is absorbing.
Compute , the expected number of steps to reach state starting from state .
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案