From 63f3767e1a81580a48a847f4cbcbc6c9cadc0fca Mon Sep 17 00:00:00 2001 From: Elizaveta Semenova Date: Fri, 5 Apr 2024 12:17:26 +0200 Subject: [PATCH] typo --- 15_hierarchical_modelling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15_hierarchical_modelling.ipynb b/15_hierarchical_modelling.ipynb index 603e17d..bee2fb8 100644 --- a/15_hierarchical_modelling.ipynb +++ b/15_hierarchical_modelling.ipynb @@ -85,7 +85,7 @@ "source": [ "## Levels of pooling\n", "\n", - "Hierarchical models exist on the continuum of two extreme cases: complete pooling and no pooling. In-between the two extreems is partial pooling.\n", + "Hierarchical models exist on the continuum of two extreme cases: complete pooling and no pooling. In-between the two extremes is partial pooling.\n", "\n", "Let's explore each of these approaches and provide Numpyro code examples." ]