From f49db8543a2da9ad602906b82a8e9927fd6ab82a Mon Sep 17 00:00:00 2001 From: "Josiah K. Kimani" <85480392+josiahkim29@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:00:19 +0200 Subject: [PATCH] Update 16_AR.ipynb Typo on line 58 word "related" --- 16_AR.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16_AR.ipynb b/16_AR.ipynb index e9b94b3..6931439 100644 --- a/16_AR.ipynb +++ b/16_AR.ipynb @@ -55,7 +55,7 @@ "\n", "The characteristic polynimial in this case takes the form $f(\\lambda) = 1 - \\phi \\lambda$. Its roots are obtained by solving $1 - \\phi\\lambda = 0$. Hence, $\\lambda= \\frac{1}{\\phi}$.\n", "\n", - "In many modelling cases, the knowledge of this formulation will suffice for modelling. There is a lot of interesting maths realted to AR models, but we will look at that later. Right now, we are ready to implement AR(1).\n", + "In many modelling cases, the knowledge of this formulation will suffice for modelling. There is a lot of interesting maths related to AR models, but we will look at that later. Right now, we are ready to implement AR(1).\n", "\n", "### AR(1) implementation" ]