Skip to content

Commit ec515c4

Browse files
committed
minor updates
1 parent b9c31f4 commit ec515c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/finite_markov.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,11 @@ P = np.array([[0.4, 0.6],
664664

665665
从数学角度看,当将$P$视为从(行)向量到(行)向量的映射$\psi \mapsto \psi P$时,平稳分布是$P$的不动点。
666666

667-
**定理:**每个随机矩阵$P$至少有一个平稳分布。
667+
**定理:** 每个随机矩阵$P$至少有一个平稳分布。
668668

669669
(我们在此假设状态空间 $S$ 是有限的;如果不是则需要更多假设)
670670

671-
对于这个结果的证明,你可以应用[布劳威尔不动点定理](https://en.wikipedia.org/wiki/Brouwer_fixed-point_theorem),或参见[EDTC](https://johnstachurski.net/edtc.html)中的定理4.3.5。
671+
对于这个结果的证明,你可以应用[布劳威尔不动点定理](https://baike.baidu.com/item/%E5%B8%83%E5%8A%B3%E5%A8%81%E5%B0%94%E4%B8%8D%E5%8A%A8%E7%82%B9%E5%AE%9A%E7%90%86/12757191),或参见[EDTC](https://johnstachurski.net/edtc.html)中的定理4.3.5。
672672

673673
对于给定的随机矩阵 $P$,可能存在多个平稳分布。
674674

0 commit comments

Comments
 (0)