From 28e3dca5dcc27e892e4c9caf33b1f8f0271125b5 Mon Sep 17 00:00:00 2001 From: Humphrey Yang Date: Wed, 5 Jul 2023 14:55:50 +1000 Subject: [PATCH] add a new line --- day-04/exercise_set_4.ipynb | 4 +++- day-04/exercise_set_4_with_solution.ipynb | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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)?" ] }, {