From 00d32a28a7c279ba35b5ecc6526285426ac93723 Mon Sep 17 00:00:00 2001 From: Tanish Yelgoe <23110328@iitgn.ac.in> Date: Wed, 4 Dec 2024 04:20:37 +0530 Subject: [PATCH] Fixed formatting in t-test examples --- docs/notebooks/t-test.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/notebooks/t-test.ipynb b/docs/notebooks/t-test.ipynb index e50adeb6..9cfabd02 100644 --- a/docs/notebooks/t-test.ipynb +++ b/docs/notebooks/t-test.ipynb @@ -203,7 +203,9 @@ "\n", "$$\n", "\\beta_0 + \\epsilon_i = \\beta_0 + \\beta_1 + \\epsilon_i\\\\\n", - "0 = \\beta_1\n", + "$$\n", + "$$\n", + "\\beta_1 = 0\n", "$$\n", "\n", "Thus, we can see that testing whether the mean of the two populations are equal is equivalent to testing whether $\\beta_1$ is 0."