From b3fe3c965c0c5a02865176c37113c988cb4d8b22 Mon Sep 17 00:00:00 2001 From: John Stachurski Date: Thu, 6 Jun 2024 09:33:28 +1000 Subject: [PATCH] Update markov_chains_I.md --- lectures/markov_chains_I.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/markov_chains_I.md b/lectures/markov_chains_I.md index 3eeecc40..acc4ff52 100644 --- a/lectures/markov_chains_I.md +++ b/lectures/markov_chains_I.md @@ -353,7 +353,7 @@ By construction, the resulting process satisfies {eq}`mpp`. ```{index} single: Markov Chains; Simulation ``` -A good way to study Markov chains is to simulate it. +A good way to study Markov chains is to simulate them. Let's start by doing this ourselves and then look at libraries that can help us.