diff --git a/Exercise sheet 2/exercise_sheet_02.ipynb b/Exercise sheet 2/exercise_sheet_02.ipynb index 80848c6..30b4749 100644 --- a/Exercise sheet 2/exercise_sheet_02.ipynb +++ b/Exercise sheet 2/exercise_sheet_02.ipynb @@ -891,7 +891,7 @@ "$$\n", "p := F_R(r) = 1-e^{-r^2/2} \\implies r = \\sqrt{-2\\ln{(1-p)}}\n", "$$\n", - "for $p \\in [0, 1]$. Do note that we can also calculated $r = \\sqrt{-2\\ln{(p)}}$ as $p$ and $1 - p$ are identically distributed, also keeping the argument to $\\ln$ positive, saving just one calculation." + "for $p \\in [0, 1]$. Do note that we can also calculate $r = \\sqrt{-2\\ln{(p)}}$ as $p$ and $1 - p$ are identically distributed, also keeping the argument to $\\ln$ positive, saving just one calculation, although I do not use this in the following." ] }, {