Skip to content

Commit

Permalink
Fixed formatting in t-test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishy7777 committed Dec 3, 2024
1 parent 3a30784 commit 00d32a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/notebooks/t-test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 00d32a2

Please sign in to comment.