← 返回数学题库
541概率简单数值题short

Stationary Distribution and Return Times on a Small Graph

题目

Consider the graph GG on four vertices {A,B,C,D}\{A, B, C, D\} with edges {AB,AC,AD,BC}\{A{-}B,\, A{-}C,\, A{-}D,\, B{-}C\}, so the degree sequence is d(A)=3d(A)=3, d(B)=2d(B)=2, d(C)=2d(C)=2, d(D)=1d(D)=1. A simple random walk moves at each step to a uniformly random neighbor.

(a) Find the stationary distribution π\pi.

(b) Compute the expected return time Ev[Tv+]E_v[T_v^+] for each vertex vv.

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案

pi_A

pi_B

pi_C

pi_D

return_A

return_B

return_C

return_D