From bf838d655877dd902c5a0de8f2de0badaad88b68 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 11 Aug 2022 11:49:25 +1000 Subject: [PATCH] fix link to iteration notes --- lectures/linear_models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/linear_models.md b/lectures/linear_models.md index 7d6a81a24..b78529140 100644 --- a/lectures/linear_models.md +++ b/lectures/linear_models.md @@ -1042,7 +1042,7 @@ $$ regardless of the initial conditions $\mu_0$ and $\Sigma_0$. -This is the *globally stable case* --- see [these notes](https://lectures.quantecon.org/_downloads/iteration_notes.pdf) for more a theoretical treatment. +This is the *globally stable case* --- see [these notes](https://python.quantecon.org/_static/lecture_specific/linear_models/iteration_notes.pdf) for more a theoretical treatment. However, global stability is more than we need for stationary solutions, and often more than we want.