541概率简单数值题short
Stationary Distribution and Return Times on a Small Graph
题目
Consider the graph on four vertices with edges , so the degree sequence is , , , . A simple random walk moves at each step to a uniformly random neighbor.
(a) Find the stationary distribution .
(b) Compute the expected return time for each vertex .
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案
pi_A
pi_B
pi_C
pi_D
return_A
return_B
return_C
return_D