From f9ec4bf5bfbccd97799ff83ced564a608c63b0fd Mon Sep 17 00:00:00 2001 From: clemsadand <132694770+clemsadand@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:41:54 +0200 Subject: [PATCH] Update 15_hierarchical_modelling.ipynb typo : neighbours instead of enighbours --- 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 1be096a..62c83fe 100644 --- a/15_hierarchical_modelling.ipynb +++ b/15_hierarchical_modelling.ipynb @@ -14,7 +14,7 @@ "\n", "`````{admonition} Group Task\n", ":class: tip\n", - "Discuss with your enighbours how exactly the assumption of indendepdent errors $\\epsilon_i$ in linear regression $y_i = X_i \\beta + \\epsilon_i, \\quad \\epsilon_i \\sim \\mathcal{N}(0, \\sigma^2)$ helps in the classical setting. What does it enable us to compute analytically?\n", + "Discuss with your neighbours how exactly the assumption of indendepdent errors $\\epsilon_i$ in linear regression $y_i = X_i \\beta + \\epsilon_i, \\quad \\epsilon_i \\sim \\mathcal{N}(0, \\sigma^2)$ helps in the classical setting. What does it enable us to compute analytically?\n", "`````\n", "\n", "One of the simplifying assumptions is homoskedasticity, i.e. the assumption of equal or similar variances in different groups.\n",