From e8690f8941f0a9591c31529071e3c03ffe92420e Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Mon, 21 Jun 2021 22:10:46 +0900 Subject: [PATCH] [finite_markov] Modify wording --- lectures/finite_markov.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/finite_markov.md b/lectures/finite_markov.md index 511d11579..08630447b 100644 --- a/lectures/finite_markov.md +++ b/lectures/finite_markov.md @@ -767,7 +767,7 @@ One option is to regard this as an eigenvector problem: a vector $\psi$ such that $\psi = \psi P$ is a left eigenvector associated with the unit eigenvalue $\lambda = 1$. -A more stable and sophisticated algorithm is implemented in [QuantEcon.py](http://quantecon.org/quantecon-py). +A stable and sophisticated algorithm specialized for stochastic matrices is implemented in [QuantEcon.py](http://quantecon.org/quantecon-py). This is the one we recommend you to use: