diff --git a/day-04/exercise_set_4.ipynb b/day-04/exercise_set_4.ipynb index da9969b..496ac9d 100644 --- a/day-04/exercise_set_4.ipynb +++ b/day-04/exercise_set_4.ipynb @@ -191,7 +191,9 @@ "metadata": {}, "source": [ "**Exercise 2.5** Will results in exercise 2.3 change with different \n", - "sample sizes? Try to draw 10, 100, 500, 1000, and 10000 samples. Repeat 100 times for each sample size and plot the results. What do you observe when comparing the sample estimates to the population parameters (the ground truth)?" + "sample sizes? \n", + "\n", + "Try to draw 10, 100, 500, 1000, and 10000 samples. Repeat 100 times for each sample size and plot the results. What do you observe when comparing the sample estimates to the population parameters (the ground truth)?" ] }, { diff --git a/day-04/exercise_set_4_with_solution.ipynb b/day-04/exercise_set_4_with_solution.ipynb index 61c3086..52920bf 100644 --- a/day-04/exercise_set_4_with_solution.ipynb +++ b/day-04/exercise_set_4_with_solution.ipynb @@ -274,7 +274,9 @@ "metadata": {}, "source": [ "**Exercise 2.5** Will results in exercise 2.3 change with different \n", - "sample sizes? Try to draw 10, 100, 500, 1000, and 10000 samples. Repeat 100 times for each sample size and plot the results. What do you observe when comparing the sample estimates to the population parameters (the ground truth)?" + "sample sizes? \n", + "\n", + "Try to draw 10, 100, 500, 1000, and 10000 samples. Repeat 100 times for each sample size and plot the results. What do you observe when comparing the sample estimates to the population parameters (the ground truth)?" ] }, {